You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/07/25 23:16:57 UTC

DO NOT REPLY [Bug 21899] New: - task fails if compress="false"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21899>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21899

<Zip> task fails if compress="false"

           Summary: <Zip> task fails if compress="false"
           Product: Ant
           Version: 1.5.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: johnnycobol@yahoo.com


Trying to zip a semi-large file (230MB) file fails with an OutOfMemoryError if
compression is turned off.  Setting compression turned on resolves the problem!
 Using Ant 1.5.2 and JDK 1.4.1_02 with default VM settings.

Additional info: I disabled compression in this case because I am zipping up one
or more other zip files for ftp transport later on.  Compressing what can't be
compressed is a waste of CPU, of course.  As a result of this bug, I am forced
to use compression.

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