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 208575

Summary: Multiple FX preloaders in various FX Project Run configs are wrongly all referenced in jnlp
Product: javafx Reporter: Petr Somol <psomol>
Component: ProjectAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 206159, 212452    
Bug Blocks:    

Description Petr Somol 2012-02-17 15:28:37 UTC
Choose different preloaders in different FX Project Run configurations. After build the jnlp should refer to the one from active config only and only the one should be copied to dist/lib/, but now jars of all of them get copied and all are consequently referenced in jnlp, although only the correct one is referenced as preloader while the others are referenced as standard dependencies.
Comment 1 Petr Somol 2012-06-05 14:00:08 UTC
fixed in jetmain:
http://hg.netbeans.org/jet-main/rev/82bedd019647