Re: Create a dir. named with the current system date

2006-10-16 Thread Marcelo de Moraes Serpa
Ok, sorry! I should have read the documentation before... Thanks for the info ;) Marcelo. On 10/16/06, Joel Klein <[EMAIL PROTECTED]> wrote: Marcelo de Moraes Serpa wrote: > The question is: > * How could I possibly retrieve the system current date and use it to > make a > new directory? The

Re: Create a dir. named with the current system date

2006-10-16 Thread Joel Klein
Marcelo de Moraes Serpa wrote: The question is: * How could I possibly retrieve the system current date and use it to make a new directory? The tstamp task with the format nested element does this. Read its documentation for more help, but here's an example : No

Create a dir. named with the current system date

2006-10-16 Thread Marcelo de Moraes Serpa
Hi List, I'm developing a backup routing with ant, and I need to create the backup folder based on the current date. The question is: * How could I possibly retrieve the system current date and use it to make a new directory? Thanks in advance, Marcelo.