Re: TImestamping in ANT

2007-08-01 Thread dkhanna01
>> >> >> > classpathref="antx.classpath"/> >> > classpathref="antx.classpath"/> >> >> >> >> >> >> >> >> > transform="duration&quo

Re: TImestamping in ANT

2007-07-26 Thread dkhanna01
gt; classpathref="antx.classpath"/> > > > [In any target or macrodef] > > ... > > ... > > -The Wabbit > > > dkhanna01 wrote: >> Hi >> I downloaded the antxtras unility from the site but the two jar files in >> that do

Re: TImestamping in ANT

2007-07-19 Thread dkhanna01
bbit wrote: > > dkhanna01 wrote: >> I need to find out the time taken by each of the process/target in our >> build.xml file. Now for doing this I have use ANT tstamp task to >> calculate >> the start time and end time of the process. Now my question is how do I >> find >

TImestamping in ANT

2007-07-09 Thread dkhanna01
I need to find out the time taken by each of the process/target in our build.xml file. Now for doing this I have use ANT tstamp task to calculate the start time and end time of the process. Now my question is how do I find out the total time taken by the process, I mean is there any way to calcula