RE: Building tomcat 5.5.16

2006-04-17 Thread Carlos Alberto Peláez Ayala
Users List Asunto: Re: Building tomcat 5.5.16 Carlos Alberto Peláez Ayala wrote: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher This is a problem with your Ant environment, not Tomcat. Try Googling for this exception and/or th

Re: Building tomcat 5.5.16

2006-04-17 Thread Mark Thomas
Carlos Alberto Peláez Ayala wrote: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher This is a problem with your Ant environment, not Tomcat. Try Googling for this exception and/or the Ant users list. Mark --

Building tomcat 5.5.16

2006-04-17 Thread Carlos Alberto Peláez Ayala
Hi, I try to build the tomcat 5.5.16 in a Solaris 9 server, with ant 1.6.5 and jdk1.5.0_02. Set my ANT_HOME and JAVA_HOME environment variables. But when I try to execute the "ant" command, appears this Exception: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tool