Is there anyway to provide a fileset to the copy command and ignore if the
specified source directory does NOT exist?

ie:

<copy todir="temp" failonerror="false">
    <fileset dir="nonexistent-dir" includes="some.files"/>
</copy>


The reason I need to do this is that sometimes when I call the target, the
directory does exist, and I want it to copy as normal, but if the directory
DOESN'T exist, I want it to ignore this.


thx,
d.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to