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 219519 - Change of Run configuration does not cause rebuild before next run
Summary: Change of Run configuration does not cause rebuild before next run
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks: 216590
  Show dependency tree
 
Reported: 2012-10-04 12:20 UTC by Petr Somol
Modified: 2013-09-27 21:56 UTC (History)
0 users

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 Petr Somol 2012-10-04 12:20:15 UTC
After recent changes the project is not rebuilt between runs if it is detected to be unchanged. However, if Run configuration is changed to some other this may lead to failures. E.g., if two different configurations define two different preloaders, then changing one to another should lead to rebuild before next run in order to refresh dist/lib contents and definitions inside jnlp file.

The workaround in case of this failure is nevertheless simple - manual rebuild resolves the problem and makes the project runnable again.
Comment 1 Petr Somol 2012-10-10 16:40:15 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/06c1ee0d3ebf
Comment 2 Quality Engineering 2012-10-12 02:07:13 UTC
Integrated into 'main-golden', will be available in build *201210120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/06c1ee0d3ebf
User: Petr Somol <psomol@netbeans.org>
Log: #219519 - Change of Run configuration does not cause rebuild before next run