You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by co...@locus.apache.org on 2000/02/17 04:43:46 UTC

cvs commit: jakarta-watchdog build.xml

costin      00/02/16 19:43:46

  Modified:    .        build.xml
  Log:
  Fixed build file, now jsp tests should work ( all pass for me ).
  
  To run watchdog:
  1. build tomcat ( ant or ant dist )
  2. build watchdog ( ant dist )
  3. install watchdog in tomcat build ( ant install or ant install-dist )
  
  In tomcat home you can run watchdog tests with bin/watchdog.sh ( no bat file
  yet) or the equivalent ant command
     ant -Dtomcat.home $TOMCAT_HOME -f conf/watchdog.xml servlet-test jsp-test
  ( classpath must include all jars in lib/ )
  
  Mail me if you have problems.
  
  Revision  Changes    Path
  1.24      +1 -1      jakarta-watchdog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	2000/02/14 02:41:54	1.23
  +++ build.xml	2000/02/17 03:43:46	1.24
  @@ -131,7 +131,7 @@
   
         <jar jarfile="${watchdog.dist}/webapps/jsp-tests.war"
           basedir="${watchdog.build}/webapps/jsp-tests" 
  -        items="WEB-INF,jsp" />
  +        items="WEB-INF,jsp,golden-files" />
   
         <!-- build EAR -->