Hello,

Can the attached patch to the jakarta-tomcat-4.0/catalina/build.xml file
be committed?

The attached patch adds ${jndi.jar} to the CLASSPATH. Without this
patch, the build of the catalina directory will fail.

Thanks,

Patrick

-- 
_____________________________________________________________________
Patrick Luby                          Email: [EMAIL PROTECTED]
Software Engineering Manager          Phone: 408-863-3284
Sun Microsystems, Desktop Foundation Software
901 San Antonio Road, UCUP01-103
Palo Alto, CA 94303-4900
_____________________________________________________________________
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/build.xml,v
retrieving revision 1.58
diff -u -r1.58 build.xml
--- build.xml   2001/09/13 19:57:04     1.58
+++ build.xml   2001/09/13 22:57:43
@@ -42,6 +42,7 @@
     <pathelement location="${servlet.jar}"/>
     <pathelement location="${activation.jar}"/>
     <pathelement location="${jcert.jar}"/>
+    <pathelement location="${jndi.jar}"/>
     <pathelement location="${jnet.jar}"/>
     <pathelement location="${jsse.jar}"/>
     <pathelement location="${jmxri.jar}"/>

Reply via email to