costin 02/04/06 08:59:12 Modified: jk build.xml Log: Fix the broken build. It seems Gump calls build.xml for jk. The jk build file used to build all the required deps - util, and soon coyote. I added a target to be used to build jk alone ( called from a main build that makes the whole thing ), and change the default back to calling the other build files. Revision Changes Path 1.32 +4 -1 jakarta-tomcat-connectors/jk/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- build.xml 5 Apr 2002 19:11:42 -0000 1.31 +++ build.xml 6 Apr 2002 16:59:12 -0000 1.32 @@ -111,7 +111,10 @@ </target> <target name="build-main" - depends="prepare,report,jkjava,jkant" /> + depends="prepare,report,jkutil,jkjava,jkant" /> + + <target name="build-jk" + depends="prepare,report,jkjava" /> <!-- ==================== Building ==================== -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>