Re: taskdef and onerror -- possible ant 1.7.0 bug

2009-08-06 Thread Norman Gray
Greetings. On 2009 Aug 6, at 20:20, Stefan Bodewig wrote: This is not taskdef telling you off, it is fileset. You'll need erroronmissingdir="false" on the fileset. It turns out that @erroronmissingdir is a attribute introduced in 1.7.1. Hrumph. I can't help feeling that the default fo

Re: taskdef and onerror -- possible ant 1.7.0 bug

2009-08-06 Thread Stefan Bodewig
On 2009-08-06, Scot P. Floess wrote: >> The @onerror attribute to doesn't seem to work as >> advertised. Is this a bug (and whether it is or not, can anyone >> suggest a workaround?) >> Consider the following build.xml >> % cat test-build.xml >> >> >> >> >> >> >> >> >> % >> BUILD

Re: taskdef and onerror -- possible ant 1.7.0 bug

2009-08-06 Thread Scot P. Floess
Is the path defined by default? On Thu, 6 Aug 2009, Norman Gray wrote: Greetings. The @onerror attribute to doesn't seem to work as advertised. Is this a bug (and whether it is or not, can anyone suggest a workaround?) Consider the following build.xml % cat test-build.xml %

taskdef and onerror -- possible ant 1.7.0 bug

2009-08-06 Thread Norman Gray
Greetings. The @onerror attribute to doesn't seem to work as advertised. Is this a bug (and whether it is or not, can anyone suggest a workaround?) Consider the following build.xml % cat test-build.xml onerror='ignore'> % Note that the classpath mentioned contai