<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to build Tomcat 5.5.2 on a Tru64 4.0F box. > The command ant build fails with the following messages: > > /d2/apache/tomcatnew/jakarta-tomcat-5.5.2-src/jakarta-tomcat-5/build.xml:528: > The following error occurred while executing this line: > /d2/apache/tomcatnew/jakarta-tomcat-5.5.2-src/jakarta-tomcat-5/build.xml:485: > The following error occurred while executing this line: > /d2/apache/tomcatnew/jakarta-tomcat-5.5.2-src/jakarta-tomcat-catalina/catalina/build.xml:556: > Warning: Could not find file > /d2/apache/tomcatnew/jakarta.5.2-src/tomcat-deps/naming-factory-dbcp.jar-tomcat-5 > to copy. > > In addiction, the command ant detect seems to show that a > required library is missing. Here is an excerpt from its output: > > [echo] --- Required Libraries --- > [echo] jaxp.present=true > [echo] jmx.present=true > [echo] modeler.present=true > [echo] servlet.present=true > [echo] jsp.present=${jsp.present} > > Any suggestion? Where can I find the naming-factory-dbcp.jar-tomcat-5 > file and the jsp library?
Run 'ant download' before attempting to build. This creates the api jars as well as the dbcp jar. > Gustavo Avitabile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]