AM, Stefan Bodewig
>> wrote:
>>>
>>> Hi all,
>>>
>>> ZIP64 is the nickname for the changes to the ZIP archive format that are
>>> necessary to support files> 4GB (both individual entries and complete
>>> archives) or archives with more
P archive format that are
necessary to support files> 4GB (both individual entries and complete
archives) or archives with more than 64k entries. Ant's ZIP package
does not support this and neither does java.util.zip prior to Java7[1].
Over in Commons land I've started to implement ZIP64
es and complete
> archives) or archives with more than 64k entries. Ant's ZIP package
> does not support this and neither does java.util.zip prior to Java7[1].
>
> Over in Commons land I've started to implement ZIP64 support in Commons
> Compress. Once the code is released the Comp
Java7[1].
Over in Commons land I've started to implement ZIP64 support in Commons
Compress. Once the code is released the Compress Antlib will
transparently support ZIP64 without any changes required there. All
you'd need to do is upgrading Commons Compress.
In order to implement it, Com