Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 63498 invoked from network); 5 Nov 2004 16:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Nov 2004 16:06:22 -0000 Received: (qmail 7271 invoked by uid 500); 5 Nov 2004 16:05:59 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 7163 invoked by uid 500); 5 Nov 2004 16:05:57 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 7016 invoked by uid 99); 5 Nov 2004 16:05:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 05 Nov 2004 08:05:55 -0800 Received: (qmail 23041 invoked by uid 50); 5 Nov 2004 16:05:53 -0000 Date: 5 Nov 2004 16:05:53 -0000 Message-ID: <20041105160553.23040.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 29988] - Zip task Update mode adds all zip entries even though only one file is updated X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 ------- Additional Comments From bodewig@apache.org 2004-11-05 16:05 ------- This is because the tasks in Ant 1.4 simply were wrong. They only compared the files on your disk with the archive itself - and would miss cases where the files inside the archive were older than the ones on your disk. Later versions of Ant introspect the archive and compare the timestamps on your disk with the timestamps inside the archive. Still, it shouldn't update all your files. If you run Ant with -verbose it will tell you why it thinks that the files on your disk are newer than the ones inside of the archive. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org