RE: using tstamp to time a macro execution

2005-07-14 Thread William Louth
Hi, JXInsight an extensible profile, trace and application monitoring solution provides support for tracing and profiling of Ant projects, targets, tasks with an special extension for JUnit tasks. More information: http://www.jinspired.com/products/jdbinsight/antjunittracing.html Regards, Will

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
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 has a stopwatch task: > http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html > > You also might want to look at their performance mo

RE: using tstamp to time a macro execution

2005-07-14 Thread Shatzer, Larry
Ant-contrib has a stopwatch task: http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html You also might want to look at their performance monitor: http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html > -Original Message- > From: Mark Lybarger [mailto:[EMAIL