costin 01/06/24 14:19:22
Modified: jk build.xml
Log:
Renamed the target to build the tomcat33 adapter as build-tomcat33.
Added tomcat_modules in the classpath for the Ajp14Interceptor
( needed for the base module - the PoolTcpConnector )
Revision Changes Path
1.11 +3 -1 jakarta-tomcat-connectors/jk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 2001/06/23 05:52:11 1.10
+++ build.xml 2001/06/24 21:19:22 1.11
@@ -43,6 +43,8 @@
<pathelement location="${tomcat33.home}/lib/common/tomcat_core.jar"/>
<pathelement location="${tomcat33.home}/lib/common/core_util.jar"/>
<pathelement
+ location="${tomcat33.home}/lib/container/tomcat_modules.jar"/>
+ <pathelement
location="${tomcat33.home}/lib/container/tomcat_util.jar"/>
</path>
@@ -112,7 +114,7 @@
<!-- ==================== Experimental tomcat33 build ================= -->
- <target name="build-tomcat" depends="build-prepare" >
+ <target name="build-tomcat33" depends="build-prepare" >
<ant dir="../util" antfile="../util/build.xml"/>
<javac srcdir="java"
destdir="${jk.build}/classes"