From ant-user-return-11040-apmail-jakarta-ant-user-archive=jakarta.apache.org@jakarta.apache.org Tue Aug 07 06:06:40 2001 Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 9903 invoked by uid 500); 7 Aug 2001 06:06:40 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 9892 invoked from network); 7 Aug 2001 06:06:39 -0000 Message-ID: From: Martin Pruefer To: "'ant-user@jakarta.apache.org'" Subject: RE: Can't get Ant to bootstrap Date: Tue, 7 Aug 2001 08:06:01 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi! Do you have tools.jar in your classpath when launching ant? Greets Martin > -----Original Message----- > From: Berin Loritsch [mailto:bloritsch@apache.org] > Sent: Montag, 6. August 2001 17:36 > To: ant-user@jakarta.apache.org > Subject: Can't get Ant to bootstrap > > > I am running Sun's JDK 1.3.0_01 on Windows 2000. > > When I run the build.sh file (through cygwin) I get > the following results: > > Modern compiler is not available - using classic compiler > Compiling 102 source files to c:\projects\jakarta-ant\build\classes > > BUILD FAILED > > Cannot use classic compiler, as it is not available A common > solution is to set > the environment variable JAVA_HOME to your jdk directory. > > > This is frustrating. I am trying to update junitreport to use Xalan 2 > but I can't get it to build.... > > I will try without Cygwin, but the distributed version of Ant > runs against > Cygwin. Anybody have some pointers? >