costin      02/01/26 08:02:33

  Modified:    jk       build.xml
  Added:       jk/conf  jk2.manifest
  Log:
  I added a better test for 3.3 - I have a feeling the Gump failure was due
  to tomcat3.2 beeing found and treated as 3.3.
  ( it seems gump found a tomcat in ../../jakarta-tomcat )
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-connectors/jk/conf/jk2.manifest
  
  Index: jk2.manifest
  ===================================================================
  Main-Class: org.apache.jk.server.JkMain
  Class-Path: tomcat-util.jar workers.jar
  
  
  
  1.26      +5 -4      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 25 Jan 2002 17:30:22 -0000      1.25
  +++ build.xml 26 Jan 2002 16:02:32 -0000      1.26
  @@ -18,7 +18,7 @@
   
       <!-- default locations -->
       <property name="tomcat33.home" 
  -           location="../../jakarta-tomcat/build/tomcat" />
  +     location="../../jakarta-tomcat/build/tomcat/lib/common/tomcat_core.jar" />
       <property name="tomcat40.home" 
              location="../../jakarta-tomcat-4.0/build" />
       <property name="tomcat41.home" 
  @@ -90,8 +90,8 @@
               <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"/>
  +            <!-- pathelement 
  +                         location="${tomcat33.home}/lib/container/tomcat_util.jar"/ 
-->
           </path>
   
       </target>
  @@ -130,7 +130,8 @@
           </jar>
        
        <jar jarfile="${jk.build}/WEB-INF/lib/tomcat-jk2.jar"
  -          basedir="${jk.build}/WEB-INF/classes">
  +          basedir="${jk.build}/WEB-INF/classes"
  +             manifest="conf/jk2.manifest" >
               <include name="org/apache/jk/**" />
               <exclude name="org/apache/jk/ant/**" />
           </jar>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to