ant « batch File « Java I/O Q&A





1. How to rename n files with ANT? (Batch Job)    stackoverflow.com

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.