AW: copy failonerror

2005-01-12 Thread Jan . Materne
Best example: The second should not find any files. Jan > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 13. Januar 2005 08:31 > An: user@ant.apache.org > Betreff: Re: copy failonerror > > On Wed, 12

Re: copy failonerror

2005-01-12 Thread Stefan Bodewig
On Wed, 12 Jan 2005, Doug Moore <[EMAIL PROTECTED]> wrote: > Is this broke or am I misunderstanding this. One feature of a fileset is, that the patterns may match nothing. There is no notion of "missing files" in a fileset, so copy doesn't know that something isn't there. Stefan ---

copy failonerror

2005-01-12 Thread Doug Moore
I would like the build to fail if a source file included in a does not exist. I am using the default of failonerror, so that is true. But it only fails if the source directory does not exist ( this seems broken too according to the manual ). If the file does not exist I don't even get a warning wh