Please keep on the list.
> I am doing the following
>
>
><tstamp prefix="start">
> <format property="TODAY" pattern="EEEE, MMM dd, yyyy"/>
> <format property="TIME" pattern="hh:mm a"/>
> </tstamp>
> <echo message="This Ant script began executing at ${start.TIME} on
>${start.TODAY}."/>
>
> But i need the timestamp in some file U get my point?
Just echo out to file ...
<echo message="This Ant script began executing at ${start.TIME} on
${start.TODAY}."
file="tstamp.log"
/>
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]