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"
> >
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
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
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.
--