Hello, I found the following 2 problems when building using "ant clean ; ant dist" against the HEAD of the cvs tree this morning:
1. xerces.jar is not copied to the distribution if you are building with JDK 1.3 or JDK 1.4. As a result, catalina will not start. 2. tomcat-util.jar became a required dependency. As a result, the build will fail if you don't download and build tomcat-util.jar beforehand. The following patch to jakarta-tomcat-4.0/catalina/build.xml corrected both problems by doing the following changes: 1. If you have xerces.jar, it is now copied regardless of which JDK you are building with. 2. tomcat-util.jar is now an optional jar. Does anyone see any problems with my patch? If so, let me know. Thanks, Patrick