Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 71426 invoked from network); 15 Jan 2003 17:37:05 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jan 2003 17:37:05 -0000 Received: (qmail 2832 invoked by uid 97); 15 Jan 2003 17:35:48 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 2808 invoked by uid 97); 15 Jan 2003 17:35:48 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 2780 invoked by uid 50); 15 Jan 2003 17:35:47 -0000 Date: 15 Jan 2003 17:35:47 -0000 Message-ID: <20030115173547.2778.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 16119] New: - Uptodate incorrect when srcfile and targetfile point to files with same date X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=16119 Uptodate incorrect when srcfile and targetfile point to files with same date Summary: Uptodate incorrect when srcfile and targetfile point to files with same date Product: Ant Version: 1.5.1 Platform: All OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: Larry.Isaacs@sas.com When srcfile and targetfile point to files of the same date, the property is not set, incorrectly implying that they are not up to date. The following script demonstrates this using a srcfiles element for comparison: ---------- build.xml ---------- Using srcfile attribute, uptodate = ${using.srcfile} Using nested srcfiles element, uptodate = ${using.nested.srcfiles} -------------------- My result is: showbug: [echo] [echo] Using srcfile attribute, uptodate = ${using.srcfile} [echo] [echo] Using nested srcfiles element, uptodate = true -- To unsubscribe, e-mail: For additional commands, e-mail: