Re: MatchingTask (derivative) doesn't support nested fileset.

2004-10-14 Thread Ivan Ivanov
Hi Donald, AFAIK, Matching task supports nested tag, not , so you should use your task like this: >type="junit" > appserver="${appserver}" > dbms="${dbms}" > opsys="${opsys}" > testtype="${testtype}" > relea

Re: MatchingTask (derivative) doesn't support nested fileset.

2004-10-14 Thread Stefan Bodewig
On Thu, 14 Oct 2004, Donald Strong <[EMAIL PROTECTED]> wrote: > I am writing a task that will include a fileset. > I extended MatchingTask thinking I would get FileSet > suport for free but Ant is barfing. MatchingTask predates FileSet and really is not the recommended way to write new tasks. Ma