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 177329

Summary: [68cat] project.properties not saved BEFORE run
Product: java Reporter: ulfzibis <ulfzibis>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: normal CC: jglick
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ulfzibis 2009-11-20 12:37:33 UTC
- make some changes in project.properties (omit save)
- run single
--> changes are not considered for this run
Comment 1 Jesse Glick 2009-11-20 13:30:30 UTC
Only reproducible when CoS enabled. In J2SEActionProvider:

copyMultiValue(J2SEProjectProperties.RUN_JVM_ARGS, execProperties);

This picks up values from the PropertyEvaluator, which uses whatever is saved to disk at the time. project.properties gets saved when Ant is run, which comes a bit later.

I don't see an obvious fix. Anyway this is hardly a major use case.
Comment 2 Martin Balin 2016-07-07 07:17:54 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss