You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kuanghui lioe <hu...@plasmedia.com> on 2000/03/21 11:16:47 UTC

tomcat compile error

When i tried to compile tomcat under suse 6.1 and java version 1.1.7 i got error messages :
Can't find class org.apache.tools.ant.Main
How can i solve the problems

Thanks

Kuang Hui Lioe
Solution Developer
Plasmedia.com
hui@plasmedia.com

Re: tomcat compile error

Posted by cm...@mytownnet.com.
You need to download the "jakarta-ant" project as well, in a parallel
directory structure to "jakarta-tomcat".

You must end up with a source organization like this:

	{SOME_DIRECTORY}/jakarta-ant
	{SOME_DIRECTORY}/jakarta-tomcat

The first time you do this, you'll also need to build ANT like this:

	cd {SOME_DIRECTORY}/jakarta-ant
	./bootstrap.sh

Now you can compile Tomcat:

	cd {SOME_DIRECTORY}/jakarta-tomcat
	./build.sh

Craig McClanahan



On Tue, 21 Mar 2000, kuanghui lioe wrote:

> When i tried to compile tomcat under suse 6.1 and java version 1.1.7 i got error messages :
> Can't find class org.apache.tools.ant.Main
> How can i solve the problems
> 
> Thanks
> 
> Kuang Hui Lioe
> Solution Developer
> Plasmedia.com
> hui@plasmedia.com
>