You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2002/02/07 15:47:03 UTC

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

jfclere     02/02/07 06:47:03

  Modified:    jk       build.xml
  Log:
  Add directory creation for the Jk2 stop file (ajp13.id).
  
  Revision  Changes    Path
  1.28      +3 -0      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	26 Jan 2002 17:19:48 -0000	1.27
  +++ build.xml	7 Feb 2002 14:47:03 -0000	1.28
  @@ -38,6 +38,7 @@
       </target>
   
       <target name="detect" >
  +        <echo message="-------- jakarta-tomcat-connectors --------" /> 
           <available property="tomcat33.detect" 
                      file="${tomcat33.home}/lib/common/tomcat_core.jar" />
           <available property="tomcat40.detect" 
  @@ -212,6 +213,7 @@
                 file="${jk.build}/WEB-INF/lib/tomcat-jk.jar"/>
           <copy todir="${tomcat40.home}/server/lib" 
                 file="${jk.build}/WEB-INF/lib/tomcat-jk2.jar"/>
  +        <mkdir dir="${tomcat40.home}/webapps/jk/WEB-INF/conf"/>
       </target>
   
       <target name="install-t41" if="tomcat41.detect" > 
  @@ -222,6 +224,7 @@
                 file="${jk.build}/WEB-INF/lib/tomcat-jk.jar"/>
           <copy todir="${tomcat41.home}/server/lib" 
                 file="${jk.build}/WEB-INF/lib/tomcat-jk2.jar"/>
  +        <mkdir dir="${tomcat41.home}/webapps/jk/WEB-INF/conf"/>
           <echo message="Don't forget to add the connector to ${tomcat41.home}/conf/server.xml" />
   
           <!-- 3.3 style -->
  
  
  

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