Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 66538 invoked from network); 28 Feb 2000 06:58:51 -0000 Received: from techunix.technion.ac.il (mailer@132.68.1.28) by locus.apache.org with SMTP; 28 Feb 2000 06:58:51 -0000 Received: by techunix.technion.ac.il (Postfix, from userid 10611) id 9B96C86BE; Mon, 28 Feb 2000 08:29:45 +0200 (IST) Date: Mon, 28 Feb 2000 08:29:45 +0200 (IST) From: Shachor Gal To: tomcat-dev@jakarta.apache.org Subject: Re: building Error.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This is a simple one... > > Whne I 'build' Error came out... > > Exception in thread "main" java.lang.NoClassDefFound.Error: > org/apache/tools/ant/Main > > > What is wrong ?... Ant is the build tool used by the Jakarta projects, you will need it in order to build tomcat. You can obtain ant by d/l a binary version (simple zip file with several sub-directories in it), unzip it somewhere, make sure that the build script set a classpath that points to the jar files in the ant lib directory and you are set... Gal Shachor