Re: move rename date pattern
Al Le <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <[email protected]> |
If it works for you then it's fine. I'd do it a little bit differently. I'd use the script to only calculate the date strings and would perform copying/deletion by the standard ant tasks (copy/...). I strive to use script tasks for as little as possible in ant scripts.