To be a bit less vague, one such error is:
java.util.zip.ZipException: central directory zip64 extended information
extra field's length doesn't match central directory data. Expected
length 0 but is 16
at
org.apache.tools.zip.Zip64ExtendedInformationExtraField.reparseCentralDirectoryData(Zip64ExtendedInformationExtraField.java:258)
I'm not clear of all the different error paths here -- nor of the exact
one causing this particular trace or even the rest of the trace,
unfortunately.
On 5/14/2013 7:19 AM, Jess Holle wrote:
The top thing we've noticed with Ant 1.9.0 is issues dealing with
existing zip files, i.e. errors about the extra data not matching the
central catalog or some such.
It seems that previous versions of Ant used to try to fill out the
extra data bytes and the new Ant handling of the old data state isn't
very smooth (i.e. doesn't work).
While Ant 1.9.0 seems to work fine otherwise, it would be good to
address rough edges in this particular area.
--
Jess Holle
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org