vendredi 11 mai 2007
Use dates with ant
Par Nicolas, vendredi 11 mai 2007 à 15:32 :: geek stuff
Need to generate a jar file including the current date in your ant script?
Here :
<tstamp/> <!-- extract the system date to the ant environment -->
<jar destfile="${build}/${DSTAMP}-${TSTAMP}-myfile.zip" etc.
Hope that helps someone somewhere !