You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Danny Vint <dv...@sack.dreamhost.com> on 2006/10/27 22:55:03 UTC

More problems with ANT zip results

I've brought my files on to a local machine to see if there was anything 
I could discover.

In my first attempt, Ant zip, created a file but the build failed due to 
memory. The file it actually built was ok - it at least opened and looked 
fine. What we discovered was it was missing some files. I've bumped the 
memory and the build now completes without error. The file is a little 
larger than the last, but it is still incomplete. Here are the statistics:

Original files: 76,615
Folders: 6,772
Total size 1.53GB

Ant zip file when opened in Winzip reports:
ZIP Size: 684MB
Files: 11,079

Ant zip file extracted:
Files: 11,079
Folders: 6,772
Total size 1.02GB

Winzip generated zipfile
ZIP Size: 689MB
Original files: 76,615

Notice that the 2 zip files are very close to the same physical size but 
the Ant file is missing 60,000 files when extracted with WinZip!

Any idea about what might be happening?

..dan

---------------------------------------------------------------------------
Danny Vint

Specializing in Panoramic Images of California and the West
http://www.dvint.com

Voice:510:522-4703
FAX: 801-749-3229


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: More problems with ANT zip results

Posted by Peter Reilly <pe...@gmail.com>.
On 10/27/06, Danny Vint <dv...@sack.dreamhost.com> wrote:
> I've brought my files on to a local machine to see if there was anything
> I could discover.
>
> In my first attempt, Ant zip, created a file but the build failed due to
> memory. The file it actually built was ok - it at least opened and looked
> fine. What we discovered was it was missing some files. I've bumped the
> memory and the build now completes without error. The file is a little
> larger than the last, but it is still incomplete. Here are the statistics:
>
> Original files: 76,615
> Folders: 6,772
> Total size 1.53GB
>
> Ant zip file when opened in Winzip reports:
> ZIP Size: 684MB
> Files: 11,079
>
> Ant zip file extracted:
> Files: 11,079
> Folders: 6,772
> Total size 1.02GB
>
> Winzip generated zipfile
> ZIP Size: 689MB
> Original files: 76,615
>
> Notice that the 2 zip files are very close to the same physical size but
> the Ant file is missing 60,000 files when extracted with WinZip!

Try using jar xf to see what this reports.

>
> Any idea about what might be happening?
Hitting some limits perhaps?
Peter

>
> ..dan
>
> ---------------------------------------------------------------------------
> Danny Vint
>
> Specializing in Panoramic Images of California and the West
> http://www.dvint.com
>
> Voice:510:522-4703
> FAX: 801-749-3229
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org