Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 28872 invoked from network); 27 Nov 2000 16:50:50 -0000 Received: from bodewig.bost.de (root@195.227.98.11) by locus.apache.org with SMTP; 27 Nov 2000 16:50:50 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.9.3/8.9.3) id RAA09474; Mon, 27 Nov 2000 17:50:48 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Javac messages ? References: <003a01c0588b$dc77a1a0$8900a8c0@wanadoo.fr> From: Stefan Bodewig Date: 27 Nov 2000 17:50:48 +0100 In-Reply-To: "Nicolas Delsaux"'s message of "Mon, 27 Nov 2000 17:05:24 +0100" Message-ID: Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Nicolas Delsaux wrote: > Hi, When my javac compilation task fails, I've got this strange > error message > > build.xml:5: Compile failed, messages should have been provided. > Compile failed, messages should have been provided. > > But there is not messages to provide to the javac task. So what's > the issue ? Read this as "messages should have been provided _by_javac_". Your compilation failed, Ant doesn't know why, but your compiler should have told you. Stefan