AW: ftp task failed

2003-03-25 Thread Jan . Materne
If I remember right you are working with Ant 1.3. Why don´t you update to 1.5.2? (1.5.3 beta is available). I think you´ll get lot of problems because the old version. Most of the people can´t reproduce your failures, because they don´t have 1.3 (I think). And ... the doc of 1.5 is much much bet

ftp task failed

2003-03-25 Thread Gundapu, Srinivasa (MBS)
Hello guys, Thanks for your help. I could jar the stuff that I wanted to. It is failing on the next target. Its not able to ftp the jar file to the server. It is complaining on the ftp task. I copied optional.jar into the lib of ant_home. Still it is complaining the same. Any help is appreciated

RE: Problem encountered with

2003-03-25 Thread Dominique Devienne
Several things: 1) First, I realized the escaping of $ is wrong... The property replacement code of Ant will run without caring about the backslash, which ends up being passed as is to the regex engine. I still think though that one needs to escape the file separator for Windows, since it's the es

jarlib-display task

2003-03-25 Thread Pellier Marc
I try to run the with ant1.6alpha But nothing it's display - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jar -- "destfile" attribute is not supported

2003-03-25 Thread Gundapu, Srinivasa (MBS)
Ant version 1.3 -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:00 AM To: Ant Users List Subject: Re: jar -- "destfile" attribute is not supported On Wed, 26 Mar 2003 01:53 am, Gundapu, Srinivasa (MBS) wrote: > Hello Ant users, > > Plea

RE: jar -- "destfile" attribute is not supported

2003-03-25 Thread Gundapu, Srinivasa (MBS)
Thank you Thomas, jarfile attribute worked. Thanks again. -Original Message- From: Justin Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 9:56 AM To: 'Ant Users List' Subject: RE: jar -- "destfile" attribute is not supported try using mailto:[EMAIL PROTECTED] Sent: 25 M

Re: jar -- "destfile" attribute is not supported

2003-03-25 Thread Stefan Bodewig
On Tue, 25 Mar 2003, Srinivasa Gundapu <[EMAIL PROTECTED]> wrote: > Please help me with jar target.. Which version of Ant are you using? I think the destfile attribute has been added in Ant 1.4. Please run "ant -version". Stefan

Re: jar -- "destfile" attribute is not supported

2003-03-25 Thread Conor MacNeill
On Wed, 26 Mar 2003 01:53 am, Gundapu, Srinivasa (MBS) wrote: > Hello Ant users, > > Please help me with jar target.. I am getting the following error on the > package target which creates a jar file. > This is the error as shown below and it says that "destfile" attribute is > not supported. Plea

RE: jar -- "destfile" attribute is not supported

2003-03-25 Thread Justin Thomas
try using mailto:[EMAIL PROTECTED] Sent: 25 March 2003 14:54 To: 'Ant Users List' Subject: jar -- "destfile" attribute is not supported Hello Ant users, Please help me with jar target.. I am getting the following error on the package target which creates a jar file. This is the error as shown