"Karthik" <[EMAIL PROTECTED]> wrote on 01/09/2006 06:59:30 AM:

> 1)Time consumed for the TARGET that was fired from "build.xml" in form 
of
> o/p using echo.

You can write a customer logger that tracks when a given context begins, 
and when it ends; this applies to targets, but also tasks, whole builds & 
sub-builds. You can then use the begin/end timestamps to generate timing 
information.

> 2)Howto make use of LOGGER in ANT are there any specific tags built in 
for
> using the same

Look at some of the core tasks to get some examples. Ant's logging API is 
very basic; it should not be hard to figure out.

-- 
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (Project Mantis)

Reply via email to