costin      01/07/16 19:28:03

  Modified:    .        build.xml
  Log:
  Watchdog.dist ( from "watchdog-web-based" ) is now separated, it creates
  problems when building tests with some ants.
  
  Since watchdog didn't changed we can just use the current war and stop
  building it every time - but that's for the next build cleanup ( if ever )
  
  Revision  Changes    Path
  1.144     +3 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- build.xml 2001/07/16 17:54:29     1.143
  +++ build.xml 2001/07/17 02:28:01     1.144
  @@ -591,6 +591,9 @@
       <jar jarfile="${tomcat.dist}/webapps/test.war"
            basedir="${tomcat.build}/webapps/test"
            includes="**"/>
  +  </target>
  +
  +  <target name="watchdog.dist" depends="tests" >
       <jar jarfile="${tomcat.dist}/webapps/jsp-tests.war"
            basedir="${tomcat.build}/webapps/jsp-tests"
            includes="**"/>
  
  
  

Reply via email to