Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 53404 invoked by uid 500); 27 Sep 2001 13:17:52 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 53369 invoked from network); 27 Sep 2001 13:17:51 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant ProjectHelper.java Target.java References: <20010927112724.74117.qmail@icarus.apache.org> <20010927113229.CXAY13193.mss.rdc2.nsw.optushome.com.au@there> From: Stefan Bodewig Date: 27 Sep 2001 15:17:51 +0200 In-Reply-To: Peter Donald's message of "Thu, 27 Sep 2001 21:26:03 +1000" Message-ID: Lines: 9 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 27 Sep 2001, Peter Donald wrote: > Are you sure this is a good idea? It is a good idea to deal with the situation gracefully (instead of having Ant die) - go ahead and add an else branch that throws a well worded BuildException 8-) Stefan