Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 40875 invoked from network); 17 Feb 2005 20:31:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Feb 2005 20:31:18 -0000 Received: (qmail 31691 invoked by uid 500); 17 Feb 2005 20:31:17 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 31637 invoked by uid 500); 17 Feb 2005 20:31:17 -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 31623 invoked by uid 99); 17 Feb 2005 20:31:17 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Feb 2005 12:31:16 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1HKVDrG005700 for ; Thu, 17 Feb 2005 21:31:13 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j1HKVC6t005698; Thu, 17 Feb 2005 21:31:12 +0100 Date: Thu, 17 Feb 2005 21:31:12 +0100 Message-Id: <200502172031.j1HKVC6t005698@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 33626] - Uptodate condition is not workinge X-Bugzilla-Reason: AssignedTo 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=33626 ------- Additional Comments From gudnabrsam@yahoo.com 2005-02-17 21:31 ------- Okay, I messed up quite a bit there. I misread your problem, in the first place. You do expect the file to be out-of-date, but it is not. The documentation says "the value of the property is set to true if the timestamp of the target file(s) is more recent than the timestamp of the corresponding source file(s)." This is perhaps a misstatement as the code uses "targetFile.lastModified() >= sourceFile.lastModified()". This change was made in response to bug 16119 (reported against 1.5.1), which demonstrated that the behavior was different for attributes vs. filesets. At this point, then, it is perhaps the documentation that should be altered to read "the value of the property is set to true if the timestamp of the source file(s) is not more recent than the timestamp of the corresponding target file(s)." Sorry for the confusion, Matt -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org