You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Patrick Luby <pa...@sun.com> on 2001/10/02 19:56:40 UTC

[PATCH]: resending jakarta-tomcat-4.0/catalina/build.xml

It looks like I forgot to attach the patch file in my original posting.

Patrick

------------------- Original Message ------------------------------------
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