You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/05/12 15:56:08 UTC

cvs commit: jakarta-cactus build.properties.sample

cmlenz      2003/05/12 06:56:08

  Modified:    samples/jetty build.properties.sample
               .        build.properties.sample
  Log:
  - Note that clover.jar needs to be in $ANT_HOME/lib
  - Make clover.jar point to ${ant.home}/lib/clover.jar by default
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-cactus/samples/jetty/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample	18 Apr 2003 12:30:04 -0000	1.3
  +++ build.properties.sample	12 May 2003 13:56:08 -0000	1.4
  @@ -101,9 +101,10 @@
   #orion.home.14 = xxx
   
   # Should we instrument our code with Clover (test coverage tool) ?
  +# For this to work, the clover.jar needs to be in ANTHOME/lib.
   # Comment out to disable Clover (setting the property to false will have no
   # effect).
   #clover.enable = true
   
   # Clover jar
  -clover.jar = ${lib.repo}/clover/jars/clover-0.6b.jar
  +clover.jar = ${ant.home}/clover.jar
  
  
  
  1.59      +3 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.properties.sample	25 Apr 2003 18:16:38 -0000	1.58
  +++ build.properties.sample	12 May 2003 13:56:08 -0000	1.59
  @@ -143,12 +143,13 @@
   regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
   
   # Should we instrument our code with Clover (test coverage tool) ?
  +# For this to work, the clover.jar needs to be in ANTHOME/lib.
   # Comment out to disable Clover (setting the property to false will have no
   # effect).
   #clover.enable = true
   
   # Clover jar
  -clover.jar = ${lib.repo}/clover/jars/clover-0.6b.jar
  +clover.jar = ${ant.home}/clover.jar
   
   # -----------------------------------------------------------------------------
   # Optional properties for the Servlet Sample subproject
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org