AW: AW: using in tsk

2008-02-28 Thread Jan.Materne
n: Ant Users List > Betreff: Re: AW: using in tsk > > Thanks fo the reply Jan. > Do you think it can be considered a bug? > Dino > -- > - Messaggio originale - > Da: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > A: user@ant.apache.org > Inviato:

Re: AW: using in tsk

2008-02-28 Thread dcdmailbox-info
Thanks fo the reply Jan. Do you think it can be considered a bug? Dino -- - Messaggio originale - Da: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> A: user@ant.apache.org Inviato: Lunedì 25 febbraio 2008, 7:33:43 Oggetto: AW: using in tsk Manual sais it uses nested files

AW: using in tsk

2008-02-24 Thread Jan.Materne
Manual sais it uses nested filesets ... :( Lets have a look into the source ... public void addLib(ZipFileSet fs) { // We just set the prefix for this fileset, and pass it up. fs.setPrefix("WEB-INF/lib/"); super.addFileset(fs); } no - only filesets. Then I only k