Re: ZIP64 Support

2011-07-29 Thread Matt Benson
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

Re: ZIP64 Support

2011-07-29 Thread Jess Holle
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

Re: ZIP64 Support

2011-07-29 Thread Peter Reilly
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

ZIP64 Support

2011-07-28 Thread Stefan Bodewig
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