Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5067 invoked from network); 25 Sep 2003 20:40:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 20:40:11 -0000 Received: (qmail 89678 invoked by uid 500); 25 Sep 2003 20:39:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 89635 invoked by uid 500); 25 Sep 2003 20:39:41 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 89598 invoked from network); 25 Sep 2003 20:39:40 -0000 Received: from unknown (HELO e1.ny.us.ibm.com) (32.97.182.101) by daedalus.apache.org with SMTP; 25 Sep 2003 20:39:40 -0000 Received: from northrelay04.pok.ibm.com (northrelay04.pok.ibm.com [9.56.224.206]) by e1.ny.us.ibm.com (8.12.10/NS PXFA) with ESMTP id h8PKdjPF184866 for ; Thu, 25 Sep 2003 16:39:45 -0400 Received: from d01ml255.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by northrelay04.pok.ibm.com (8.12.9/NCO/VER6.6) with ESMTP id h8PKdhs3165942 for ; Thu, 25 Sep 2003 16:39:44 -0400 In-Reply-To: <5.2.1.1.0.20030925153518.028b3f30@shell.visi.com> To: "Ant Users List" Subject: RE: Can I make multiple Ant run with the same VM under command line? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: Bianca Xue Jiang Date: Thu, 25 Sep 2003 16:39:43 -0400 X-MIMETrack: Serialize by Router on D01ML255/01/M/IBM(Release 6.0.2CF2|July 23, 2003) at 09/25/2003 16:39:43, Serialize complete at 09/25/2003 16:39:43 Content-Type: multipart/alternative; boundary="=_alternative 0071DC0C85256DAC_=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=_alternative 0071DC0C85256DAC_= Content-Type: text/plain; charset="US-ASCII" That's the answer I've been longing for. Thanks a bunch, Jake! Bianca Jacob Kjome 09/25/2003 04:36 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject RE: Can I make multiple Ant run with the same VM under command line? At 04:07 PM 9/25/2003 -0400, you wrote: >I took a tour of http://www.antshell.org/. Looks interesting. Still my >age old question: when under this antshell, does each call of a target >fire up a new VM? No. Running within a single VM across build runs is the primary reason for its existence. >Thanks, >Bianca > > > > > >Jacob Kjome >09/25/2003 03:55 PM >Please respond to >"Ant Users List" > > >To >"Ant Users List" >cc > >Subject >RE: Can I make multiple Ant run with the same VM under command li ne? > > > > > > >At 12:00 PM 9/25/2003 -0400, you wrote: > >That's not what I am asking. Ultimately we are going to use Ant. But > >currently we are mostly using Perl and use Ant just to do some new work. > >With this provided, I would like to optimize the fact that each time Ant > >is called, it fires up a new VM and make it really slow. I might going a > >dead-end after all. > >Absolutely, > >http://www.antshell.org/ > >Jake > > >Bianca > > > > > > > > > >"Shatzer, Larry" > >09/24/2003 05:33 PM > >Please respond to > >"Ant Users List" > > > > > >To > >"'Ant Users List'" > >cc > > > >Subject > >RE: Can I make multiple Ant run with the same VM under command li ne? > > > > > > > > > > > > > >Are you asking why you should convert your Perl code to Ant code to run > >your > >builds? > > > >If you convert all your Perl logic into Ant, you only have to worry about > >maintaining the Ant part of it. You also don't have to worry about the > >machine you are trying to build on has Perl or not. > > > >Your Perl code might not be platform independent. With any language that > >is > >"platforms independent", anyone can write unportable code. Looking for > >'C:\folder' is one easy way to break any program on UNIX. This is not >just > >specific to Perl, Ant build files could very well be "unportable" in this > >fashion as well. > > > >I find it much better if you stick to as few as possible "scripting" > >languages and build languages for your project. As things get more > >complex, > >the time spent tracking down reasons the build won't work increases. > > > >For java projects, I find Ant to be the best tool for the job. > > > >-- Larry > > > > > -----Original Message----- > > > From: Bianca Xue Jiang [mailto:bjiang@us.ibm.com] > > > Sent: Wednesday, September 24, 2003 2:17 PM > > > To: Ant Users List > > > Subject: RE: Can I make multiple Ant run with the same VM > > > under command > > > line? > > > > > > > > > Is there anything that worth seeking from Ant? > > > > > > Bianca > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > >For additional commands, e-mail: user-help@ant.apache.org > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --=_alternative 0071DC0C85256DAC_=--