vmassol     01/06/30 12:11:45

  Modified:    cactus/conf/sample/build/servlet22 build.properties.sample
               cactus/conf/sample/build/servlet23 build.properties.sample
  Log:
  By default, uncomment the log4j.jar property has it is needed with the provided ant 
build script (the script copies the log4j jar in the test war)
  
  Revision  Changes    Path
  1.8       +4 -1      
jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   2001/06/30 10:05:18     1.7
  +++ build.properties.sample   2001/06/30 19:11:43     1.8
  @@ -13,7 +13,10 @@
   # a "log4j.jar" property and not provide the log4j jar. In that case nothing
   # will be logged but everything will still run.
   
  -#log4j.jar = ../lib/log4j-core.jar
  +# Note: The provided build file need log4j to be present as it is copied in
  +#       the test war. If you don't want to use log4j you'll have to remove
  +#       the task that copies it in the "testwar" target.
  +log4j.jar = ../lib/log4j-core.jar
   
   # Servlet engine locations for the tests
   
  
  
  
  1.7       +4 -1      
jakarta-commons/cactus/conf/sample/build/servlet23/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet23/build.properties.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.properties.sample   2001/06/30 10:05:19     1.6
  +++ build.properties.sample   2001/06/30 19:11:44     1.7
  @@ -13,7 +13,10 @@
   # a "log4j.jar" property and not provide the log4j jar. In that case nothing
   # will be logged but everything will still run.
   
  -#log4j.jar = ../lib/log4j-core.jar
  +# Note: The provided build file need log4j to be present as it is copied in
  +#       the test war. If you don't want to use log4j you'll have to remove
  +#       the task that copies it in the "testwar" target.
  +log4j.jar = ../lib/log4j-core.jar
   
   # Servlet engine locations for the tests
   
  
  
  

Reply via email to