You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/01/12 06:28:48 UTC

cvs commit: jakarta-tomcat-connectors/jk build.xml

costin      02/01/11 21:28:48

  Modified:    jk       build.xml
  Log:
  Fix the build ( if only 3.3 is installed )
  
  Revision  Changes    Path
  1.20      +2 -2      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	20 Dec 2001 19:30:25 -0000	1.19
  +++ build.xml	12 Jan 2002 05:28:48 -0000	1.20
  @@ -97,7 +97,7 @@
       </target>
   
       <target name="build-main" 
  -            depends="prepare,report,jkutil,jkjava,jkant" />
  +            depends="prepare,report,jkutil,jkjava,jkant,install-t40" />
   
       <!-- ==================== Building ==================== -->
   
  @@ -114,6 +114,7 @@
               <exclude name="org/apache/jk/server/tomcat33/**" unless="tomcat33.detect"/>
               <exclude name="org/apache/jk/server/tomcat40/**" unless="tomcat40.detect"/>
               <exclude name="org/apache/jk/**" unless="tomcat33.detect"/>
  +	    <exclude name="org/apache/catalina/**" unless="tomcat40.detect"/>
   	    <classpath refid="build-main.classpath"/>
   	</javac>
   
  @@ -186,7 +187,6 @@
                 file="${jk.build}/WEB-INF/lib/tomcat-util.jar"/>
           <copy todir="${tomcat40.home}/server/lib" 
                 file="${jk.build}/WEB-INF/lib/ajp.jar"/>
  -        <echo message="Don't forget to add the connector to ${tomcat40.home}/conf/server.xml" />
       </target>
   
       <target name="install-t41" if="tomcat41.detect" > 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>