I’m using Ant 1.8.2 on Ubuntu Linux (and also on Windows 7 running Cygwin). I have this property …
<property name="results" location="${selenium.results.dir}/Results-20110922_131005.html" />
I would like to replace the “20110922_131005” with something less hard coded that represents the current time stamp. How can I do this?
This will create a property called
${time.stamp}.