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 ar...@locus.apache.org on 2000/04/03 22:34:36 UTC

cvs commit: jakarta-watchdog/src/bin watchdog.bat watchdog.sh

arun        00/04/03 13:34:35

  Modified:    src/bin  watchdog.bat watchdog.sh
  Log:
  Modified these to refer to new test.xml files.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-watchdog/src/bin/watchdog.bat
  
  Index: watchdog.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/bin/watchdog.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- watchdog.bat	2000/03/02 23:32:14	1.4
  +++ watchdog.bat	2000/04/03 20:34:33	1.5
  @@ -25,12 +25,12 @@
   echo "using classpath=" %CLASSPATH%
   if "%1"=="servlet" goto servlet
   
  -java org.apache.tools.ant.Main -Dport %PORT% -Dhost %HOST% -Dwatchdog.home %WATCHDOG_HOME% -f %WATCHDOG_HOME%/conf/jsp.xml jsp-test
  +java org.apache.tools.ant.Main -Dport %PORT% -Dhost %HOST% -Dwatchdog.home %WATCHDOG_HOME% -f %WATCHDOG_HOME%/conf/jsp-gtest.xml jsp-test
   
   if "%1"=="jsp" goto restore
   
   :servlet
  -java org.apache.tools.ant.Main -Dport %PORT% -Dhost %HOST% -Dwatchdog.home %WATCHDOG_HOME% -f %WATCHDOG_HOME%/conf/servlet.xml servlet-test
  +java org.apache.tools.ant.Main -Dport %PORT% -Dhost %HOST% -Dwatchdog.home %WATCHDOG_HOME% -f %WATCHDOG_HOME%/conf/servlet-moo.xml servlet-test
   
   
   :restore
  
  
  
  1.6       +2 -2      jakarta-watchdog/src/bin/watchdog.sh
  
  Index: watchdog.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/bin/watchdog.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- watchdog.sh	2000/03/03 22:09:59	1.5
  +++ watchdog.sh	2000/04/03 20:34:33	1.6
  @@ -74,12 +74,12 @@
   
   if [ "${default}" = jsp -o "${default}" = all ] ; then
       java org.apache.tools.ant.Main -Dport=${PORT} -Dhost=${HOST} \
  -        -Dwatchdog.home=${WATCHDOG_HOME} -f ${WATCHDOG_HOME}/conf/jsp.xml jsp-test
  +        -Dwatchdog.home=${WATCHDOG_HOME} -f ${WATCHDOG_HOME}/conf/jsp-gtest.xml jsp-test
   fi
   
   if [ "${default}" = servlet -o "${default}" = all ] ; then
       java org.apache.tools.ant.Main -Dport=${PORT} -Dhost=${HOST} \
  -        -Dwatchdog.home=${WATCHDOG_HOME} -f ${WATCHDOG_HOME}/conf/servlet.xml servlet-test
  +        -Dwatchdog.home=${WATCHDOG_HOME} -f ${WATCHDOG_HOME}/conf/servlet-moo.xml servlet-test
   fi
   
   if [ "$cp" != "" ] ; then