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 2004/07/09 05:44:39 UTC

DO NOT REPLY [Bug 29988] New: - Zip task Update mode adds all zip entries even though only one file is updated

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29988

Zip task Update mode adds all zip entries even though only one file is updated

           Summary: Zip task Update mode adds all zip entries even though
                    only one file is updated
           Product: Ant
           Version: 1.6.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: karthik@vwebsol.com


Prior to Ant 1.5, if I want to update one file within a Zip file, I use update
mode, and the update used to happen very fast as I donot see Ant adding all the
files that are already in the zip file, from the scratch.  But now, since Ant
1.5, I notice that if I update one file within a Zip file containing 100 files,
all 100 files are displayed in the console as getting added...and I also see
that this process is VERY SLOW compared to Ant 1.4

Why is this?  Why is Ant 1.4 Zip task much faster compared to its future versions.

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