RE: using tstamp to time a macro execution

2005-07-14 Thread William Louth
2005 6:43 AM > > To: Ant Users List > > Subject: using tstamp to time a macro execution > > > > > > I currently have a macro definition like so: > > > > > > > > > > > > classname="com.compiler.compiler" > > c

Re: using tstamp to time a macro execution

2005-07-14 Thread Mark Lybarger
p > properties. > and one with a prefix of end. > Then you can use ${start.BUILD_TIMESTAMP} and ${end.BUILD_TIMESTAMP} > > > -Original Message- > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 14, 2005 7:24 AM > > To: Ant Users L

RE: using tstamp to time a macro execution

2005-07-14 Thread Shatzer, Larry
> To: Ant Users List > Subject: Re: using tstamp to time a macro execution > > > thanks for the suggestion, but i'm not sure i can introduce > ant-contrib > tasks. > > On 7/14/05, Shatzer, Larry <[EMAIL PROTECTED]> wrote: > > > > Ant-contrib h

Re: using tstamp to time a macro execution

2005-07-14 Thread Mark Lybarger
look at their performance monitor: > http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html > > > -Original Message- > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 14, 2005 6:43 AM > > To: Ant Users List > >

RE: using tstamp to time a macro execution

2005-07-14 Thread Shatzer, Larry
[EMAIL PROTECTED] > Sent: Thursday, July 14, 2005 6:43 AM > To: Ant Users List > Subject: using tstamp to time a macro execution > > > I currently have a macro definition like so: > > > > > > classpathref="compiler.run.cl

using tstamp to time a macro execution

2005-07-14 Thread Mark Lybarger
I currently have a macro definition like so: http://compiler.run.classpath.id>"> Completed Compile of @{projectDir} At: ${BUILD_TIMESTAMP} the issue is that when i call it twice, i get the same time stamp output. this is b/c properties are immutable. it'd be nice to be able to time