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 2423 invoked from network); 2 Mar 2001 08:26:42 -0000 Received: from bodewig.bost.de (root@195.227.98.11) by h31.sny.collab.net with SMTP; 2 Mar 2001 08:26:42 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.9.3/8.9.3) id JAA07208; Fri, 2 Mar 2001 09:26:47 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: "Cannot use classic compiler, as it is not available" problem References: From: Stefan Bodewig Date: 02 Mar 2001 09:26:47 +0100 In-Reply-To: Mike Kozlowski's message of "Thu, 1 Mar 2001 14:51:10 -0600 (CST)" Message-ID: Lines: 18 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 Mike Kozlowski wrote: > CLASSPATH=/usr/local/jdk-1.2.2/lib/tools.jar:/usr/local/mysql/lib/mm.mysql.jdbc-1.2b/:/usr/local/apache/libexec/ApacheJServ.jar:/usr/local/JSDK2.0/lib/jsdk.jar:. > > Here's the output from ant -v: > -classpath /home/mlk/cvswork/temp/extranet/build:/usr/local/mysql/lib/mm.mysql.jdbc-1.2b:/usr/local/apache/libexec/ApacheJServ.jar:/usr/local/JSDK2.0/lib/jsdk.jar:/home/mlk/cvswork/temp/extranet:/usr/local/ant/lib/ant.jar:/usr/local/ant/lib/jaxp.jar:/usr/local/ant/lib/parser.jar It doesn't look as if your CLASSPATH definition from above gets passed to Ant, otherwise tools.jar would be included in this -classpath argument for the javac task as well. Could you add an somewhere to see which CLASSPATH Ant has been invoked with? Stefan