Hi While doing the build i need to see the timestamp on some file so that in
future if somone like to see the timestamp of the build he simply see the
file when it is done can anyone guide me how i approach for this.right now i
am able to see the time when my build is running.
I am writing the following task
<target name="datetime" description="Display date and time that build
began.">
<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}."/>
</target>
Thanks
Manauwar
--
View this message in context:
http://www.nabble.com/I-need-to-See-the-timestamp-on-some-file-tf3433801.html#a9572839
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]