costin      02/04/10 16:41:22

  Modified:    jk/native2 build.xml
  Log:
  Added a call to build ( or check for) jkant. It's easier than remembering
  ( or documenting ) that you need to build jkant before native.
  
  Revision  Changes    Path
  1.19      +2 -0      jakarta-tomcat-connectors/jk/native2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 9 Apr 2002 21:46:42 -0000       1.18
  +++ build.xml 10 Apr 2002 23:41:22 -0000      1.19
  @@ -70,6 +70,8 @@
       <echo message="Apache13 ${apache13.home} ${apache13.detect}" />
       <echo message="IIS ${iis.home} ${iis.detect}" />
       <echo message="Iplanet ${iplanet.home} ${iplanet.detect}" />
  +
  +    <ant dir="${jk.src}" target="jkant"/>
     </target>
   
     <target name="apache20" depends="init" if="apache2.detect">
  
  
  

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

Reply via email to