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
Post a Comment