See
http://cvs.apache.org/viewcvs.cgi/*checkout*/ant/docs/manual/tutorial-tasks-
filesets-properties.html?content-type=text%2Fplain#filesets

Jan

> -----Ursprüngliche Nachricht-----
> Von: Ivan Ivanov [mailto:[EMAIL PROTECTED]
> Gesendet am: Donnerstag, 14. Oktober 2004 09:40
> An: Ant Users List
> Betreff: Re: MatchingTask (derivative) doesn't support nested fileset.
> 
> Hi Donald,
> AFAIK, Matching task supports <include name="...">
> nested tag, not <fileset>, so you should use your
> <buildlog> task like this:
> >     <buildlog datasource="${dsn}"
> >               type="junit"
> >               appserver="${appserver}"
> >               dbms="${dbms}"
> >               opsys="${opsys}"
> >               testtype="${testtype}"
> >               release="${release}"
> >               version="${version}"
> >               timestamp="${timestamp}"
> >               testgroup="${testgroup}">             
>  
> >         <include name="${testfile}.xml" />
> >     </buildlog>
> 
> HTH Ivan
> 
> --- 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.
> > 
> > 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.
> > 
> > ------------- Output
> > ---------------------------------
> > $ ant test
> > 
> > ... snip
> > 
> > BUILD FAILED
> > C:\dev\sandbox\buildlog\build.xml:107: The
> > <buildlog> type doesn't 
> > support the nested "fileset" element.
> > 
> > Total time: 1 second
> 
> 
> 
>               
> __________________________________
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to