RE: Timestamps and finding the difference (mm:ss)

2010-01-21 Thread Mario Madunic
: Timestamps and finding the difference (mm:ss) Let ant calculate the duration of the target for you - http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html SKent x8014 -Original Message- From: Mario Madunic [mailto:mario_madu...@newflyer.com] Sent: Thursday

RE: Timestamps and finding the difference (mm:ss)

2010-01-21 Thread Moore, Kent
Subject: Timestamps and finding the difference (mm:ss) (using ANT 1.7 on Windows XP sp3) I like to get the timestamp before a task is executed, and one when the task is finished, and then calculate the difference to get the duration of the task? I’d like to do this so I can see how long certain

Timestamps and finding the difference (mm:ss)

2010-01-21 Thread Mario Madunic
(using ANT 1.7 on Windows XP sp3) I like to get the timestamp before a task is executed, and one when the task is finished, and then calculate the difference to get the duration of the task? I’d like to do this so I can see how long certain tasks take to run. I see that I can create a timestamp