I see a different error message when using the build.xml at http://tomcat.apache.org/tomcat-5.5-doc/building.html
<ant dir="${tomcat.home}" target="download" /> Target download does not exist M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents ----- Original Message ----- From: "David Delbecq" <[EMAIL PROTECTED]> To: "Tomcat Users List" <users@tomcat.apache.org> Sent: Monday, November 13, 2006 7:22 AM Subject: Re: Problem with bootstrap.java > Log factory is part of the commons loggin facilities. Try to use the > tomcat provided build script instead of using eclipse jar builder to > create your bootstrap.jar > > Stephan Schöffel a écrit : >> hi there >> >> i'm trying to alter the bootstrap.java class to fit my needs. i got >> the source of 5.5.20. now i altered the source in eclipse and exported >> all files that belong to it to "bootstrap.jar" and copy it to my >> tomcat/bin dir. >> >> unfortunately i get the following error-message while trying to run it: >> >> Exception in thread "main" java.lang.NoClassDefFoundError: >> org/apache/commons/lo >> gging/LogFactory >> at >> org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:53) >> >> i searched the LogFactory but could not find a main class there. >> anyone got an idea? >> >> --stephan >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: users@tomcat.apache.org >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >