Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 25221 invoked by uid 500); 24 Jun 2003 08:50:03 -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 25203 invoked from network); 24 Jun 2003 08:50:02 -0000 Received: from unknown (HELO srv-nl-msweep0.vanenburg.com) (212.241.36.10) by daedalus.apache.org with SMTP; 24 Jun 2003 08:50:02 -0000 Received: from ex-nl-u0.vanenburg.com (unverified) by srv-nl-msweep0.vanenburg.com (Content Technologies SMTPRS 4.3.6) with ESMTP id ; Tue, 24 Jun 2003 10:52:38 +0200 Received: by ex-nl-u0.vanenburg.com with Internet Mail Service (5.5.2653.19) id ; Tue, 24 Jun 2003 10:50:13 +0200 Message-ID: From: Manju Sarala Viswam To: 'Alok Garg' , "'user@ant.apache.org'" Subject: RE: ant Date: Tue, 24 Jun 2003 10:50:10 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Alok, Thanks a lot for the reply.I have done this and this works fine.Now you described me how to do it from command line.I want to know how can I invoke the build process from a java program. Awaiting Reply, Manju S Viswam -----Original Message----- From: Alok Garg [mailto:alok@direct2s.com] Sent: Tuesday, June 24, 2003 1:48 PM To: mviswam@vanenburg.com Subject: RE: ant Hello Manju, You have to take the following steps: 1) Download Jakarta Ant. 2) Set the classpath to ant/bin. 3) Set the variable JAVA_HOME in the OS environment. 4) Create a Build.xml file that contains all the targets for building your application. 5) Then on the cmd line specify ant I hope this works for you. Alok Garg -----Original Message----- From: Manju Sarala Viswam [mailto:mviswam@vanenburg.com] Sent: Tuesday, June 24, 2003 1:25 PM To: 'user@ant.apache.org' Subject: ant > Hi , > > Can I know how to instantiate a build process and later a run process > > from a java program using ant api ? > > Thanks , > > Manju S Viswam > ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. ********************************************************************** --------------------------------------------------------------------- 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