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 91477 invoked from network); 13 Jun 2000 13:38:23 -0000 Received: from sati.sachsenlb.de (HELO sati.virbus.de) (145.253.246.201) by locus.apache.org with SMTP; 13 Jun 2000 13:38:23 -0000 Received: from sati.virbus.de (localhost [127.0.0.1]) by sati.virbus.de (8.9.3/8.9.3) with ESMTP id PAA20535 for ; Tue, 13 Jun 2000 15:36:05 +0200 Received: from daksha (saraswati.virbus.de [145.253.246.199]) by sati.virbus.de (8.9.3/8.9.3) with SMTP id PAA20529 for ; Tue, 13 Jun 2000 15:36:05 +0200 From: Claas Thiele Reply-To: cthiele@virbus.de Organization: Virbus AG To: ant-dev@jakarta.apache.org Subject: Re: building ant under Windows NT 4 with JDK 1.3 Date: Tue, 13 Jun 2000 15:32:58 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00061315360500.27419@daksha> Content-Transfer-Encoding: 8bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Try adding tools.jar to your CLASSPATH. (d:\jdk1.3\lib\tools.jar;) > Everyone, > > I have downloaded the source code for Ant, because the binary version is > unavailable. When I compile it on Windows NT 4 in the DOS Prompt, with > JDK1.3, I get the following errors: > > ... Compiling Ant Classes > ssrc\main\org\apache\tools\ant\taskdefs\Javac.java:420: cannot resolve symbol > symbol : class Main > location: package javac > sun.tools.javac.Main compiler = [deleted] -- Claas Thiele