You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bl...@lgenc.co.kr on 2000/02/28 06:57:30 UTC

building Error..

Hi I downloaded tomcat3.1m2rc2 source file , and jakarta-tool.zip and
unzipped...

Whne I 'build' Error came out...

     Exception in thread "main" java.lang.NoClassDefFound.Error:
org/apache/tools/ant/Main


What is wrong ?...

Please help me.

Thanks in advance.




Re: building Error..

Posted by Shachor Gal <sh...@techunix.technion.ac.il>.

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