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 183145 - Need ability to expand pack.gz files
Summary: Need ability to expand pack.gz files
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 04:56 UTC by _ tboudreau
Modified: 2010-04-06 07:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2010-03-30 04:56:14 UTC
We are now building NBMs using this compression format.

A very useful way to diagnose problems with NBM contents is to build the NBM and expand it and the embedded JAR.  It is no longer possible to do that.
Comment 1 dlipin 2010-03-30 06:27:16 UTC
You can use use.pack200 system property when running ant. Setting it to false will disable pack200 compression in nbm.
Comment 2 _ tboudreau 2010-03-30 06:41:29 UTC
True.  But if we're going to generate these files in the IDE, it would be polite to also be able to read/explore them.