From ant-dev-return-11508-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Thu Mar 15 12:44:52 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 66685 invoked by uid 500); 15 Mar 2001 12:44: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 66606 invoked from network); 15 Mar 2001 12:44: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: [ANN] Collecting requirements for Ant2 References: From: Stefan Bodewig Date: 15 Mar 2001 13:44:50 +0100 In-Reply-To: "Thomas Leonhardt"'s message of "Thu, 15 Mar 2001 13:31:15 +0100" Message-ID: Lines: 13 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: h31.sny.collab.net 1.6.2 0/1000/N Thomas Leonhardt wrote: > 1. A user defined message if the if-clause of the target doesn't > evaluate to true. and in the unless case as well - right? Added. > 2. The possibility to let the javac task continue compiling if an > error occured (Like junit). Already there (in Ant 1.3) - see the failonerror attribute of javac. Stefan