Re: Steps in Building J2EE Project using ANT

2004-02-24 Thread Joe Mahlong
Hi Priya, 1.Iam not Getting Application level module(for example BmsEAR in my Project) 2.Iam not using Application.xml that is under BmsEAR 3.Iam not building BmsEAR I think these are the last steps you should do and your problem should be solved, unless I don't understand where you think you

RE: War update = true

2004-02-24 Thread Matt Benson
--- "Ciramella, EJ" <[EMAIL PROTECTED]> wrote: > So when is war/uptodate="true" valuable (or > zip/jar/war/ear for that > matter)? > Ya got me. ;) Maybe when you just want to add files to an archive and they don't all exist in an uncompressed form? Otherwise, someone might just have a preferenc

RE: War update = true

2004-02-24 Thread Ciramella, EJ
So when is war/uptodate="true" valuable (or zip/jar/war/ear for that matter)? -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 4:48 PM To: Ant Users List Subject: Re: War update = true --- "Ciramella, EJ" <[EMAIL PROTECTED]> wrote: > Has any

Re: War update = true

2004-02-24 Thread Matt Benson
--- "Ciramella, EJ" <[EMAIL PROTECTED]> wrote: > Has anyone else noticed that the war task with the > update="true" setting > takes longer than simply recreating the war? > > On average, it's 10 - 15 seconds faster to build the > war from scratch than > to update it. Am I missing a setting somewh

War update = true

2004-02-24 Thread Ciramella, EJ
Has anyone else noticed that the war task with the update="true" setting takes longer than simply recreating the war? I've been testing this by running my war building task, then changing one jsp file, then re-running my war building task. On average, it's 10 - 15 seconds faster to build the war

Re: Ant Api usage problems

2004-02-24 Thread Antoine Lévy-Lambert
Hugo Costa wrote: Hi, I'm having problems using some optional tasks of the Ant Api. The error is always the same, so i must be doing something wrong. I'm starting in java as well, as you can see... On example of what i'm doing is this, just trying to login to my own ftp. I'm on linux. I've tried