https://issues.apache.org/bugzilla/show_bug.cgi?id=49777
--- Comment #1 from Stefan Bodewig <[email protected]> 2010-10-25 06:26:29 EDT --- Christoph, if you are using ant's zip package as a library, I'd recommend you move to Apache Commons Compress instead, see http://commons.apache.org/compress/ - this is an improvied version of Ant's codebase. Having said that, you'd likely see the same issue there as well. My guess is java.io.RandomAccessFile isn't working properly - or just the way ZipFile expects it to - with files that large. But at least you have the option of using ZipArchiveInputstream instead. Do you get any sort of exception? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
