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
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
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
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,
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
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
*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. **