Ant copy files without overwriting

Viewed 59926

Is there any command in ant to copy files from one folder structure to another without checking the last modified date/time overwriting files. Basically I want all extra files from folder A to folder B. That is: no files of folder B are replaced but extra files of folder A comes to folder B.

I saw "ant copy" and "ant move" commands, but didn't help. Any suggestions.

6 Answers
Related