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 - [68cat] project.properties not saved BEFORE run
Summary: [68cat] project.properties not saved BEFORE run
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 12:37 UTC by ulfzibis
Modified: 2016-07-07 07:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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