Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 74123 invoked from network); 31 Jul 2005 15:13:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2005 15:13:42 -0000 Received: (qmail 48843 invoked by uid 500); 31 Jul 2005 15:13:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 48772 invoked by uid 500); 31 Jul 2005 15:13:35 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 48756 invoked by uid 99); 31 Jul 2005 15:13:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2005 08:13:35 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of andrewgoktepe@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2005 08:13:26 -0700 Received: by wproxy.gmail.com with SMTP id i13so1001759wra for ; Sun, 31 Jul 2005 08:13:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=pyKwBAevL330mCKQYwH/6q1sH6MnkbyISO/N8kZ+NJzQkSvlZNBkxTEQbKei+90MZpIboJaFE34wjG9pQNa/M89pjC22bNqxEAaz0WeBrRdOLnkj3L9O5oOu9YJmqg5Ecmw7b8CFLgzosQD+TU2kBm1vMLJwrMcvKrA5KNGLvV8= Received: by 10.54.47.17 with SMTP id u17mr2340040wru; Sun, 31 Jul 2005 08:13:32 -0700 (PDT) Received: by 10.54.119.17 with HTTP; Sun, 31 Jul 2005 08:13:32 -0700 (PDT) Message-ID: <98c2b60d05073108133256ec94@mail.gmail.com> Date: Sun, 31 Jul 2005 10:13:32 -0500 From: Andrew Goktepe Reply-To: Andrew Goktepe To: Ant Users List Subject: Re: AW: AW: Multiple IFs, or IFs on tasks In-Reply-To: <42EBF9C2.6000002@omnytex.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10753_16337696.1122822812155" References: <3CD9A35A043C094EA8773DBB698E801B01865D11@z011134.bk.fin.local> <47794.12.27.179.239.1119626651.squirrel@webmail.chiron.lunarpages.com> <42EBE80D.2030508@omnytex.com> <42EBF9C2.6000002@omnytex.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_10753_16337696.1122822812155 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The 'ant' task might be what you're looking for - it works like antcall, bu= t=20 on a separate build file.=20 http://ant.apache.org/manual/CoreTasks/ant.html Example: -Andrew On 7/30/05, Frank W. Zammetti wrote:=20 >=20 > Well, I'm not sure how one calls another whole script, perhaps someone > else reading this does. >=20 > However, if they are all typical build scripts in the sense that there > is one particular target that is called to get things going, you can > certainly antcall that target in each of the scripts. That would have > the desired effect I believe. If you have the luxury of modifying the > scripts a bit, you can certainly ensure this is the case, and you should > be good to go. When you antcall from the one "base" script, control > will return there wheen the other script completes, so no problem doing > that a bunch of times. >=20 > Frank > ------=_Part_10753_16337696.1122822812155--