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 cr...@locus.apache.org on 2000/06/19 23:41:52 UTC

cvs commit: jakarta-watchdog README

craigmcc    00/06/19 14:41:52

  Modified:    .        README
  Log:
  Update the README to reflect that the jakarta-tools package is required to
  compile and run Watchdog.
  
  Revision  Changes    Path
  1.13      +10 -0     jakarta-watchdog/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/README,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- README	2000/05/01 19:36:18	1.12
  +++ README	2000/06/19 21:41:52	1.13
  @@ -51,6 +51,16 @@
     This should result in the creation of a file "servlet.jar" in the "lib"
     subdirectory, which will be used when building Watchdog.
   
  +* Download and install the Tools distribution (subproject
  +  "jakarta-tools") into a subdirectory named
  +  "$JAKARTA_HOME/jakarta-tools".  If you have downloaded the source
  +  distribution, you will need to build the executable version by
  +  executing the following commands:
  +
  +	cd $JAKARTA_HOME/jakarta-tools/
  +	./build.sh		<-- Unix
  +	build			<-- Windows
  +
   * Optionally, you can download and install Tomcat to practice running
     Watchdog tests against (the instructions below illustrate how).
     To do this, download and install the Tomcat distribution (subproject