Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 33055 invoked from network); 7 Mar 2003 14:28:19 -0000 Received: from bodewig.bost.de (195.227.98.11) by daedalus.apache.org with SMTP; 7 Mar 2003 14:28:19 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id h27ESJP15657; Fri, 7 Mar 2003 15:28:19 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: dev@ant.apache.org Subject: Re: Diagnostics.java bug References: <3E5FB003.80509@outerharbor.com> From: Stefan Bodewig Date: 07 Mar 2003 15:28:19 +0100 In-Reply-To: <3E5FB003.80509@outerharbor.com> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 28 Feb 2003, Richard Emberson wrote: > In the ant file Diagnostics.java, in method > doReportTasksAvailability change from So that a NoClassDefFoundError > does not stop the listing. This has already been fixed in CVS HEAD, NoClassDefFoundError gets caught explicitly now. Stefan