How doI copy a file with no build failure if the file doesn't exists?
Created May 7, 2012
Erik Hatcher Here is what works without failing the build:
<copy todir="copy"> <fileset dir="." includes="doesnotexist.txt"/> </copy>