Hello,
I am trying to automate my environment a little more and thought to do
the following:
In directory $foo$ take file [\d\d\d\d-\d\d-\d\d zzz_today.ico] and
rename it to [-mm-dd zzz_today.ico] filling in the actual current
date. Further I'd like to rename another file [\d\d\d\d-\d\d-
t to <... something not trivial ...>
If I have to do something which I can't easily do with standard Ant
tasks I use the script task, usually with JavaScript. There, you can
do whatever computations you want and pass the result to the outer
script via project properties. In you ca