Stephen,

Awesome! That explains a bunch :) I ended up changing my script to fileset before I received your response.

Really appreciate the follow-up...

Scot

On Thu, 10 Jan 2013, Stefan Bodewig wrote:

On 2013-01-10, Scot P. Floess wrote:

I was curious if something changed in Ant 1.8.3 (could have been some
earlier release but someone using my Ant scripts is on 1.8.3) where
using a file list with child file elements is failing when one of the
child file elements refers to a file that is non-existent.

I think it's copy that has changed:

<http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java?r1=718387&r2=786504>

for

<https://issues.apache.org/bugzilla/show_bug.cgi?id=47362>

You'll need to set failonerror to false or use a fileset (which will
swallow the non-existent files) rather than a filelist.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org



Scot P. Floess             RHCT  (Certificate Number 605010084735240)
Chief Architect FlossWare  http://sourceforge.net/projects/flossware
                           http://flossware.sourceforge.net
                           https://github.com/organizations/FlossWare

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to