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 63735 - Remove META-INF/MANIFEST.MF from serverplugins/external/appsrvjars.zip
Summary: Remove META-INF/MANIFEST.MF from serverplugins/external/appsrvjars.zip
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 19:00 UTC by Jesse Glick
Modified: 2005-12-12 10:59 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-09-06 19:00:20 UTC
So that a cvs update after an ant real-clean does not report

? serverplugins/external/META-INF

(which may cause nbbuild/misc/full-build-linux.sh to fail rather than continue
with a build)
Comment 1 _ ludo 2005-09-07 01:09:02 UTC
f
Comment 2 Jesse Glick 2005-09-08 18:15:46 UTC
No, you removed MANIFEST.MF but not the META-INF directory, so the same problem
remains.
Comment 3 Jesse Glick 2005-09-08 18:17:30 UTC
Repack using the "zip" tool or use jar cvfM.

Also consider extracting the JARs into a subdir so it is easier to clean them
later - no need to enumerate every packed JAR in the clean target & .cvsignore.
Comment 4 _ ludo 2005-09-08 19:40:41 UTC
sorry, my bad...
Re-fixed.
Comment 5 Michal Mocnak 2005-12-12 10:59:16 UTC
Verified