Re: Creating file containing current date in its filename

2008-07-15 Thread Kevin Jackson
Hi, You can use the Tstamp [1] task to store the date in a property, then read this in the zip task: Thanks, Kev [1] http://ant.apache.org/manual/CoreTasks/tstamp.html - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Creating file containing current date in its filename

2008-07-15 Thread Andreas Bakurov
I am trying to figure out if it possible to generate a zip file which name will contain a current date , for example archive_15jul08.zip will be created at 15 July, 2008 and by running the same script at 10 August, 2008 the file name will be archive_10aug2008.zip Thank you in advance.