Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 79840 invoked from network); 12 May 2000 00:51:28 -0000 Received: from smtp.thespot.com.au (203.63.78.43) by locus.apache.org with SMTP; 12 May 2000 00:51:28 -0000 Received: from monkey.prod.thespot.com.au (monkey.prod.thespot.com.au [172.16.33.10]) by smtp.thespot.com.au (8.10.0/8.10.0) with ESMTP id e4C0ona03311 for ; Fri, 12 May 2000 10:50:49 +1000 (EST) Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id e4C0pMA23245 for ; Fri, 12 May 2000 10:51:22 +1000 (EST) Received: from UNKNOWN(192.168.1.32), claiming to be "snotty" via SMTP by monkey, id smtpdAAAi1a4vT; Fri May 12 10:51:20 2000 From: "Conor MacNeill" To: Subject: RE: Specifying different compilers for Javac task? Date: Fri, 12 May 2000 10:51:55 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <391B554E.2E0AC23C@usa.net> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > However for the first two you need tools.jar in your classpath (set > JAVA_HOME=e:\jdk1.2.2 and then set > classpath=lib/ant;lib/xml;%JAVA_HOME%/lib/tools.jar under windows > before calling > ant). ant.bat and the ant shell script will include tools.jar automatically if JAVA_HOME is set. You don't need to set it yourself.