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

2004-10-14 Thread Jan . Materne
t Users List > Betreff: Re: MatchingTask (derivative) doesn't support nested fileset. > > Hi Donald, > AFAIK, Matching task supports > nested tag, not , so you should use your > task like this: > > > type="junit" > >

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

MatchingTask (derivative) doesn't support nested fileset.

2004-10-14 Thread Donald Strong
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. I have also had trouble finding any examples of what to do to process the FileSet. Am I doing the right thing below? Any help appreciated. Regards Donald. --