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