How can I rename 1..n file with ANT? I would like to rename any files with xxxx.default.properties
to xxxx.local.properties
.
Thank you.
How can I rename 1..n file with ANT? I would like to rename any files with xxxx.default.properties
to xxxx.local.properties
.
Thank you.
Using the move task you could do something like this:
Give it a try and let us know.
Use the move-task. There is also an example how to rename a set of files (last examples).