You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by se...@apache.org on 2001/06/06 16:54:55 UTC

cvs commit: jakarta-tomcat-connectors/jk README.txt

seguin      01/06/06 07:54:55

  Modified:    jk       README.txt
  Log:
  added some more notes about junit and testing.
  
  Revision  Changes    Path
  1.3       +12 -4     jakarta-tomcat-connectors/jk/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	2001/05/29 05:46:44	1.2
  +++ README.txt	2001/06/06 14:54:51	1.3
  @@ -3,10 +3,18 @@
   
   Building
   ========
  -Build tomcat-util.jar in jakarta-tomcat-connectors/util.
  -Copy build.properties.sample to build.properties.
  -Edit build.properties to taste.
  -Build ajp.jar by running ant.  The default target creates ./build/lib/ajp.jar.
  +
  +* Download junit from http://www.junit.org (version 3.7 or greater is required).
  +
  +* Build tomcat-util.jar in jakarta-tomcat-connectors/util.
  +
  +* Copy build.properties.sample to build.properties.
  +
  +* Edit build.properties to taste.
  +
  +* Build ajp.jar by running ant.  The default target creates ./build/lib/ajp.jar.
  +
  +* Tests can be run by running ant test.
   
   Tomcat 4
   ========