Hi Manauwar,

Hi I have one Build.xml i am trying to add the timestamp so that i would see
the day and time of the build I a\have added the following task in init what
else i have to do so that i get the time stamp please guide me as i am new
to ANT.
<format property="TIME_NOW" pattern="hh:mm:ss" />
               <format property="MMdd" pattern="MMdd" />


http://ant.apache.org/manual/CoreTasks/tstamp.html

This link shows you examples of using the <tstamp> task

Thanks,
Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to