eclipse - Copy a file by ANT from a folder in workspace to a folder in the project -


I have a file that I need to copy from the workspace / dir 1 to the current project [copy / dir2] < / P>

My ANt build file is in DR2

about what you have provided Have you reviewed?

It can be used to:

  & copy; Copy file = "../dir1/filename" todir = "." / & Gt;   

This copy will only be present if the file is not present in the project directory, or if the file is newer than the existing ../dir1 project directory Copy in

Comments