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 63007 - Cannot run app in javaws; startup.jar corrupted
Summary: Cannot run app in javaws; startup.jar corrupted
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 01:08 UTC by Jesse Glick
Modified: 2005-09-05 09:51 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 01:08:32 UTC
javaws claims that dist/jnlp/local/startup.jar is corrupt, and it's right.
build/jnlp/startup.jar is OK. Probably jnlp.xml#build-jnlp-local needs to be
more selective with the filterchains, i.e. exclude *.jar when using the filter
and then copy remaining *.jar in binary mode.
Comment 1 Jaroslav Tulach 2005-08-25 16:19:31 UTC
This works for me, but I can add there better copy filters anyway. 
Comment 2 Jaroslav Tulach 2005-08-25 16:28:40 UTC
"#63007: Filter chain is used only for jnlp files. There rest is just copied."  
 
Checking in release/jnlp.xml;  
/cvs/apisupport/harness/release/jnlp.xml,v  <--  jnlp.xml  
new revision: 1.8; previous revision: 1.7  
  
Comment 3 Jesse Glick 2005-08-25 17:48:43 UTC
That seems to have fixed it for me.