This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 149480

Summary: Compile on Save looks like enabled but isn't
Product: java Reporter: Milan Kuchtiak <mkuchtiak>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152191    
Attachments: Compile on Save checkbox

Description Milan Kuchtiak 2008-10-08 11:07:57 UTC
We disabled Compile on Save feature in J2SE project containing WS Clients:
(set up compile.on.save.unsupported.jaxws=true im project.properties)

However, though the checkbox is disabled, it's checked. See the picture.
Comment 1 Milan Kuchtiak 2008-10-08 11:09:11 UTC
Created attachment 71347 [details]
Compile on Save checkbox
Comment 2 Jan Lahoda 2008-11-03 16:24:04 UTC
I tried to fix:
http://hg.netbeans.org/main?cmd=changeset;node=d83f4c96a07f
Comment 3 Quality Engineering 2008-11-04 16:29:23 UTC
Integrated into 'main-golden', will be available in build *200811041401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d83f4c96a07f
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #149480: trying to keep the "Compile on Save" checkbox unselected while disabled (without actually changing the value stored in the private.properties).