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 63006 - Run JNLP fails if you use a module other than JH w/ class-path extension
Summary: Run JNLP fails if you use a module other than JH w/ class-path extension
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 00:59 UTC by Jesse Glick
Modified: 2005-09-08 22:55 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 Jesse Glick 2005-08-25 00:59:00 UTC
I made an app including org.jdesktop.layout and tried to run it as JNLP. It did
not work at runtime. org-jdesktop-layout.jnlp was created, and mentioned both JARs:

  <resources>
     <jar href='org-jdesktop-layout.jar'/>
    <jar href='ext/swing-layout-0.6.1.jar'/>
  </resources>

but swing-layout-0.6.1.jar was not in the WAR nor in dist/jnlp/local/netbeans/.
Comment 1 Jesse Glick 2005-08-25 01:01:06 UTC
...though if I include JavaHelp from the platform, then jh*.jar is included as
expected.
Comment 2 Jaroslav Tulach 2005-08-25 14:10:14 UTC
JavaHelp is signed. swing-layout probably is not, these cases are handled in 
different way... 
Comment 3 Jaroslav Tulach 2005-08-25 16:18:54 UTC
"#63006: Updating the tests to be closer to reality - e.g. use Class-Path: 
ext/some.jar and not just some.jar" 
 
 
Checking in nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java; 
/cvs/nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java,v  <--  MakeJNLP.java 
new revision: 1.4; previous revision: 1.3 
done 
Checking in nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java; 
/cvs/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java,v  <--  
MakeJNLPTest.java 
new revision: 1.5; previous revision: 1.4 
done 
Checking in apisupport/harness/release/jnlp.xml; 
/cvs/apisupport/harness/release/jnlp.xml,v  <--  jnlp.xml 
new revision: 1.7; previous revision: 1.6 
 
Comment 4 Jesse Glick 2005-09-08 22:55:52 UTC
Works in a dev build.