RE: Getting execution times for each target

2007-06-15 Thread PHILIPPE Johan
stuff in AntXtra package = http://antxtras.sourceforge.net/ and finally you may roll your own logger > -Original Message- > From: Kannan Ekanath [mailto:[EMAIL PROTECTED] > Sent: vrijdag 15 juni 2007 9:21 > To: user@ant.apache.org > Subject: Getting execution times

Getting execution times for each target

2007-06-15 Thread Kannan Ekanath
Hi, I am trying to get execution times (in terms of milliseconds) for each ant target, and report it (for performance reasons). Can someone tell me if there is any way of doing this. I was trying to echo the as milliseconds but calculations seem to be very difficult. Has someone done something s