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: FileSet within FileSe

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: Problem with NoClassDefFoundError

2003-12-05 Thread venkata ramesh kumar masavarapu
Thanks.It worked. --Ramesh --- [EMAIL PROTECTED] wrote: > Hello, > > I also tried to use ant delivered with JWSDP 1.3. > Same error occured. > My solution is to install another ant 1.5 package, > not the one of JWSDP. > > Eric > > - Original Message - > From: "venkata ramesh kumar masa

Re: Problem with NoClassDefFoundError

2003-12-05 Thread Eric . dl . De_Loof
Hello, I also tried to use ant delivered with JWSDP 1.3. Same error occured. My solution is to install another ant 1.5 package, not the one of JWSDP. Eric - Original Message - From: "venkata ramesh kumar masavarapu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05,

Problem with NoClassDefFoundError

2003-12-05 Thread venkata ramesh kumar masavarapu
Hi all, I am using the ant distributed through JWSDP. I have looked around for answers for the following error but couldnt find any. After i type ant i get this error: Exception in thread "main" java.lang.NoClassDefFoundError: Files\j2sdk_nb\j2sdk1/4/2\lib\tools/jar;C:\Program I guess the last

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

war deploy problem

2003-12-05 Thread Philippe Valle
*my version of TOMCAT 4.1.26 and ANT 4.1.1* *my build.xml : * etc. >/target> *When i try :* ant install install: [install] OK - Installed application at context path /cms [install] BUILD SUCCESSFULL *Ant say is right but myapps is not avalaible. **