You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2012/07/04 00:13:27 UTC

[Bug 53503] Zip archives cannot be opened by Winzip if more than 65535 entries are present

https://issues.apache.org/bugzilla/show_bug.cgi?id=53503

--- Comment #1 from Sebb <se...@apache.org> ---
Created attachment 29029
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29029&action=edit
Build file to create test zips

The attached Ant build file can be used to create various test zip files from a
set of dummy files.

ant create - create a directory containing 65536 files in 256 folders

ant zip - create zip files:

test1.zip - all files; shows as 256 files in WinXP tooltip

test2.zip - exactly 65536 entries - shows empty in WinZip and WinXP

test3.zip - exactly 65535 entries - works OK in WinZip and Win/XP

-- 
You are receiving this mail because:
You are the assignee for the bug.