From dev-return-56367-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Fri Mar 12 12:03:13 2004 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 3946 invoked from network); 12 Mar 2004 12:03:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Mar 2004 12:03:13 -0000 Received: (qmail 40297 invoked by uid 500); 12 Mar 2004 12:03:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 39990 invoked by uid 500); 12 Mar 2004 12:03:09 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 39973 invoked from network); 12 Mar 2004 12:03:09 -0000 Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by daedalus.apache.org with SMTP; 12 Mar 2004 12:03:09 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id i2CC35MC003981 for ; Fri, 12 Mar 2004 13:03:05 +0100 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Fri, 12 Mar 2004 13:02:37 +0100 Message-ID: <879A5AD5DD0ED511891F0003473A9B560E23EEAA@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: dev@ant.apache.org Subject: RE: Raj-Need of ANT Scripts Date: Fri, 12 Mar 2004 13:03:07 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C40829.FB0BC370" 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 ------_=_NextPart_001_01C40829.FB0BC370 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > Hi Ant Developers, Wrong list :-) Usually these questions are topic of the user list. > Please let me know how to call one build.xml will call=20 > another build.xml task, see the manual [1] > file. Give one example. > 2. How to pass command line agrs? Give one example. Use nested s. If you want to do more ant specific (the -XX options, -verbose, -lib, ...) you have to start a new ant instance. You can use or with nested . See [2]. > 3. Can you write a small build file in that one target tag=20 > has to execute > in windows -M/C and another target tag has to execute in Sun=20 > Solaris -M/C? Use target=B4s if/unless attributes and the task. Or more simply if you do a call like > 4.How to handle the oracle with ANT also. task. Jan =20 [1] http://ant.apache.org/manual/CoreTasks/ant.html [2] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D14941 > Thanks and Regards, > Raj >=20 >=20 >=20 >=20 >=20 >=20 > Sree Naga Raja Sekhar .M > HCL Tech,J-16,Anna Nagar, > Chennai-600 102-India. >=20 > Disclaimer: > This message and any attachment(s) contained here are=20 > information that is > confidential, proprietary to HCL Technologies and its=20 > customers. Contents > may be privileged or otherwise protected by law. The=20 > information is solely > intended for the individual or the entity it is addressed to.=20 > If you are not > the intended recipient of this message, you are not=20 > authorized to read, > forward, print, retain, copy or disseminate this message or=20 > any part of it. > If you have received this e-mail in error, please notify the sender > immediately by return e-mail and delete it from your computer. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org >=20 ------_=_NextPart_001_01C40829.FB0BC370--