Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] pack200 - are packed features supported?


Janet,
From a brief look at the code, it appears that  the old update (org.eclipse.update.core) only runs unpack on plugin jars and not on feature jars.  It shouldn't even look for .pack.gz files for the features, if you are failing does that mean your update site only contains pack.gz files and not the normal jars?  (Generally, it was suggested that both should be placed on the update site in case of a failure with pack200).

I'm not sure for certain, but I expect that p2 would support pack200 on all jars since everything is an IU and they are just artifacts.

As an aside, note that the pack200 compression works on .class files.  So, in general there is not much to be gained by packing features.

-Andrew


Janet Dmitrovich <jdmitrov@xxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

06/04/2008 04:52 PM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] pack200 - are packed features supported?





Question on pack200

I packed a feature jar and the associated plugins, and packaged them into an update site.
Tried to install via update manager - the install failed.

However if I use an unpacked feature jar, but include packed plugins in the update site then the install is successful.
Is there something special about feature jars and pack200

thanks, Janet

Janet Dmitrovich
WPLC Expeditor Software Development
jdmitrov@xxxxxxxxxx
512-838-4912 T/L:678-4912 FAX:512-838-3703
11501 Burnet Road, Austin TX 78758 (Internal ZIP: 9372)
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top