https://issues.apache.org/bugzilla/show_bug.cgi?id=53503
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|Compress Antlib |Core tasks Version|unspecified |1.8.4 Resolution|--- |FIXED Target Milestone|--- |1.9.0 --- Comment #2 from Stefan Bodewig <[email protected]> --- Your example uses the built-in zip task and not the Compress Antlib[1], the later is based on Commons Compress and should work for you. What you see is Ant's lack of Zip64 support. I've merged the Zip64 changes made to Commons Compress to Ant's trunk, so it works there as well. Since the changes require Java5 they could not go into any 1.8.x release. [1] http://ant.apache.org/antlibs/compress/index.html -- You are receiving this mail because: You are the assignee for the bug.
