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 216590 - Preloader can be set for only one run configuration
Summary: Preloader can be set for only one run configuration
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on: 219519
Blocks:
  Show dependency tree
 
Reported: 2012-08-09 11:59 UTC by Stepan Zebra
Modified: 2013-09-27 21:56 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 Stepan Zebra 2012-08-09 11:59:29 UTC
Product Version: NetBeans IDE 7.2 (Build 201207171143)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

When a preloader is set in a run configuration, it works only in the that one configuration.
Other configurations which are supposed to use the same preloader fail to locate it, thus switching to any of these causes that the application fails to start.
This situation can occur when:
1) Preloader is set in <default configuration>. This causes that the setting is inherited to all custom configurations. Only the default configuration is runnable in this case.
2) Preloader is set to some custom configuration and then to another configuration. Both configurations are set to use the preloader, but only the last set is runnable.
Comment 1 Petr Somol 2012-11-06 15:46:27 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/a950e1c0c512
Comment 2 Quality Engineering 2012-11-08 02:51:10 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a950e1c0c512
User: Petr Somol <psomol@netbeans.org>
Log: #216590 - Preloader can be set for only one run configuration