Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] normalized jar


The contents of the jar should be bit-wise the same, so the only difference between pre & post pack (for a previously conditioned jar), if any, would be in the format of the jar itself.  Differences could be, for example, in size & crc information for a given zip entry appearing before or after the entry itself.  I'm not sure that these differences would amount to a size difference for the jar.

In the case of nested jars which are checked against their containers, we do need the jars to be bitwise the same even in jar format.  For this reason, the jarProcessor in eclipse does an additional "normalization" step which is different from the pack200 -repack conditioning.

If you are getting differences after unpack, you may not actually be using pack200 conditioned/normalized jars, or something went wrong in that -repack  normalization step.

-Andrew


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

10/07/2008 03:58 PM

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

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] normalized jar





Should the size of the jar ( Normalized and signed jar ) be the same pre-packand post-unpack ?

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