Another good option if you are not opposed to ant-contrib is the
stopwatch task. 

http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html

-----Original Message-----
From: dkhanna01 [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 09, 2007 11:30 AM
To: user@ant.apache.org
Subject: TImestamping in ANT


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
calculate difference between "End time" and "Start time" 

Thanks
-- 
View this message in context:
http://www.nabble.com/TImestamping-in-ANT-tf4050746.html#a11506172
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to