cvs commit: jakarta-log4j/tests README

[email protected] 9 May 2002 08:32:53 -0000
Newsgroups gmane.comp.jakarta.log4j.cvs
Message-ID <[email protected]>
ceki        02/05/09 01:32:53

  Modified:    tests    README
  Log:
  Documented the requirement to have jakarta-ant-1.4-optional.jar file in the
  $ANT_HOME/lib directory.
  
  Documented the fact that there is a requirement for a JAXP compatible parser
  but that it is taken care of by the batch script that invokes ant.
  
  Revision  Changes    Path
  1.8       +12 -2     jakarta-log4j/tests/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/tests/README,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README	7 May 2002 20:30:21 -0000	1.7
  +++ README	9 May 2002 08:32:53 -0000	1.8
  @@ -5,7 +5,15 @@
   =============
   
   Jakarta-ant is used to compile and run the tests. Jakarta-ant version
  -1.4.0 was used to compile and run the tests.
  +1.4.0 was used to compile and run the tests. The optional
  +jakarta-ant-1.4-optional.jar file is required to be in the
  +$ANT_HOME/lib directory where ANT_HOME envrironment variable point to
  +the directory where you installed jakarta-ant.
  +
  +The tests cases as well running ant require a JAXP compatible
  +parser. Such a parser is placed on the classpath by the shell or batch
  +script that invokes ant, namely $ANT_HOME/bin/ant on UNIX and
  +%ANT_HOME%/bin/ant.bat on Windows.
   
   The test cases are based on Junit version 3.7+.  
   
  @@ -18,7 +26,9 @@
   build.properties file) to point to jakarta-oro.jar. See the file
   build.properties.sample for an example of a build.properties file.
   
  -Type "ant" to see the available commands.
  +Assuming jakarta-ant is installed properly, depending on your platform
  +type $ANT_HOME/bin/ant or %ANT_HOME%/bin/ant.bat to see the available
  +commands.
   
   ------------------------------------------------------------------------
   NOTE: The compilation and execution of tests must be performed from