You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ashutosh Sharma <as...@oracle.com> on 2003/12/26 07:21:03 UTC

echoing messages in ant file

How can i put more logs in the ant file build.xml.
I am using <echo message="..."/>
but it just can't put inside the elements...
any other way of logging..?

-- 
===================
With best regards :

Ashutosh Sharma
Oracle India Development Center,
Prestige Blue Chip, #9, Hosur Road,
Bangalore 560029
Email: ashutosh.sharma@oracle.com
AOL IM :AshutoshOracle
Phone: 080-51083937
Locaton : 4A 181



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: echoing messages in ant file

Posted by RADEMAKERS Tanguy <ta...@swift.com>.
You can use the <record> task for logging your builds to a file. Refer 
to the manual for more info and examples.

/t

Ashutosh Sharma wrote:

> How can i put more logs in the ant file build.xml.
> I am using <echo message="..."/>
> but it just can't put inside the elements...
> any other way of logging..?
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org