AW: FileSet within FileSet

2003-12-05 Thread Antoine Lévy-Lambert
what you are describing sounds OK from an ant point of view. Which version of ant are you using ? Cheers, Antoine -Ursprüngliche Nachricht- Von: Thomas Lionel SMETS [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 5. Dezember 2003 16:51 An: "Ant Users List" Betreff: Re: File

Re: FileSet within FileSet

2003-12-05 Thread Thomas Lionel SMETS
In the "Definitive guide of ANT", they give an example like this : they then can refere this "path" in the javac classpath ! In my Build.xml I have the following description : But refering to it in my bui

Re: FileSet within FileSet

2003-12-05 Thread Thomas Lionel SMETS
Tx Stephan ... :(( I actually have no other place where I intend to use it... It is just that I prefere to prepare all the FileSets / PatternSets in the upper part of my Build-file. Cleaness caught me ;-) \T, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >On Fri, 05 Dec 2003, Thomas Lionel SMETS

Re: FileSet within FileSet

2003-12-05 Thread Stefan Bodewig
On Fri, 05 Dec 2003, Thomas Lionel SMETS <[EMAIL PROTECTED]> wrote: > dir="${build.dir}"> > > > > > dir="${lib.dir}" > > > > > Now for creating my jar, the would like to include both file sets > defined here above, to hav

FileSet within FileSet

2003-12-05 Thread Thomas Lionel SMETS
In my build I have Patternsets, from which I build Filesets, like here below : >From which I created FileSets : Now for creating my jar, the would like to include both fi