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 vm...@apache.org on 2003/10/13 22:51:37 UTC

cvs commit: jakarta-cactus/samples/servlet/src/scripts/share build.xml

vmassol     2003/10/13 13:51:37

  Modified:    samples/servlet/src/scripts/share build.xml
  Log:
  Restore build file as before while developing a better solution for logging...
  
  Revision  Changes    Path
  1.24      +1 -10     jakarta-cactus/samples/servlet/src/scripts/share/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/scripts/share/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	13 Oct 2003 05:43:41 -0000	1.23
  +++ build.xml	13 Oct 2003 20:51:37 -0000	1.24
  @@ -279,18 +279,9 @@
     <target name="test" depends="test.prepare"
         description="Run the tests on the defined containers">
   
  -    <!-- Save all Ant properties to a file so that it can be read by the
  -         TestAll test suite. This is to allow passing system properties
  -         to the tests. This is useful for example to configure logging
  -         properties. For example, if you are using the JDK 1.4 and you 
  -         wish to pass your custom logging file, you can can:
  -           ant -Djava.util.logging.config.file=logging.properties test -->
  -    <echoproperties destfile="${target.dir}/test.properties"/>
  -
       <!-- Run the tests -->
       <cactus warfile="${target.dir}/test.war" fork="yes"
  -        failureproperty="tests.failed">
  -      <sysproperty key="cactus.config" file="${target.dir}/test.properties"/>
  +        failureproperty="tests.failed" haltonerror="true">
         <classpath>
           <path refid="project.classpath"/>
           <@clover.begin@pathelement location="${clover.jar}"/@clover.end@>
  
  
  

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