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:
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
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