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