Hi, I am trying to build Tomcat 5.5 following the instructions on the page on http://tomcat.apache.org/tomcat-5.5-doc/building.html
I am running into problems with the main build.xml that is trying to check out Tomcat source from the svn url http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x which does not exist anymore. after changing it to http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk (or to a specific tag such as 5.5.26, for example) it still runs into other problems further down the road. Apparently some of the dependent components also changed its URLs where the build downloads from. So in general the build is broken. Is there another main build.xml somewhere else that will lead to a much smoother build for this? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org