Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 80156 invoked from network); 15 Oct 2004 21:53:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Oct 2004 21:53:32 -0000 Received: (qmail 3092 invoked by uid 500); 15 Oct 2004 21:53:25 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 2699 invoked by uid 500); 15 Oct 2004 21:53:22 -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 2686 invoked by uid 99); 15 Oct 2004 21:53:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of kris.read@gmail.com designates 64.233.170.196 as permitted sender) Received: from [64.233.170.196] (HELO mproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 15 Oct 2004 14:53:22 -0700 Received: by mproxy.gmail.com with SMTP id 73so53865rnl for ; Fri, 15 Oct 2004 14:53:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=bj7NHtJ/VWoSsgs3XpTscnch8aqBijAEW1YlwNPcBygb/frQ/dq7jdCbMOFGd0ut5kMcGeP13YEf4asUGURqRd4gm1CzP07yfIs4nq0mGcNcjXZknXgWAtdNmcBRJ3z22gFQVp10MXQFfZo1NWRj6L/BQVknjWoKcHy3eawn5ew Received: by 10.38.152.19 with SMTP id z19mr451862rnd; Fri, 15 Oct 2004 14:53:20 -0700 (PDT) Received: by 10.38.71.13 with HTTP; Fri, 15 Oct 2004 14:53:20 -0700 (PDT) Message-ID: <8a1ee2c4041015145323d2ffaf@mail.gmail.com> Date: Fri, 15 Oct 2004 15:53:20 -0600 From: Kris Read Reply-To: Kris Read To: user@ant.apache.org Subject: Calling another build without failing on error Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi! I have not been able to come up with a solution to this problem. Perhaps someone can help? I want to call an ant target in an external build file. I can do this now using However... If the external target fails, I do not want the calling target to fail also. I would like to store the pass/fail of this external target in a property and continue with the rest of my build. The task does not seem to support any flags which would let me do this. Other tasks use a property such as failonerror="false". I guess I might be able to use the tag somehow but I do not know how and I am hoping there is a cleaner solution. K. Read Calgary, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org