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 181261

Summary: Provide a way to mark JNLP jars as eager or lazy.
Product: projects Reporter: Tomas Zezula <tzezula>
Component: Java WebstartAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: dstrupl
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Zezula 2010-02-26 05:33:51 UTC
Currently there is no way how to mark the jar file to be lazy|eager.
This enhancement has two parts.
1st) Ant task generating the JNLP should be to mark archive as lazy|eager.
2nd)UI for this should be added into the WebStart panel

The 1st point is doable into NB 6.9
The 2nd point for next release
Comment 1 Tomas Zezula 2010-03-17 15:16:14 UTC
jet-main 3a85839b6554
Added a property jnlp.lazy.jars which allows mark jar files as lazy.
No UI for NB 6.9, the property has to be added into project.properties.
The UI should be in next version.
Comment 2 Tomas Zezula 2010-03-17 15:17:15 UTC
Partially fixed in NB 6.9 but the UI part will be in next release.
Comment 3 Tomas Zezula 2010-09-01 18:33:23 UTC
Fixed jet-main 492452be032d
Comment 4 Quality Engineering 2010-09-03 03:11:53 UTC
Integrated into 'main-golden', will be available in build *201009030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/492452be032d
User: Tomas Zezula <tzezula@netbeans.org>
Log: #181261:Provide a way to mark JNLP jars as eager or lazy.