Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16149 invoked from network); 25 Feb 2005 20:24:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Feb 2005 20:24:17 -0000 Received: (qmail 70472 invoked by uid 500); 25 Feb 2005 20:24:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 70420 invoked by uid 500); 25 Feb 2005 20:24:05 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 37614 invoked by uid 99); 25 Feb 2005 18:46:18 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) From: "OpenLDAP User" To: user@ant.apache.org Subject: tstamp task - does not update property X-Mailer: NeoMail 1.26 X-IPAddress: 127.0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Fri, 25 Feb 2005 13:46:12 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - echo1.fast-servers.net X-AntiAbuse: Original Domain - ant.apache.org X-AntiAbuse: Originator/Caller UID/GID - [32015 32017] / [47 12] X-AntiAbuse: Sender Address Domain - dealraider.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Once you call tstamp and set it to a property, you can not update that property again. What I'm trying to do is echo timestamps at various points in my build to optimize the performance of the build. However, if I use the tstamp task, set the time to a property x, then if I call tstamp again on property x, x does not get updated. It still has the value of the first call to tstamp. Is there a way to overwrite the old value of tstamp? It's pretty messy to have to create a new property for every tstamp. I'm not sure why it doesn't overwrite by default, that would seem to make sense. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org