You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/08/19 06:16:12 UTC

svn commit: r233429 - /jakarta/commons/sandbox/exec/trunk/build.xml

Author: brett
Date: Thu Aug 18 21:16:08 2005
New Revision: 233429

URL: http://svn.apache.org/viewcvs?rev=233429&view=rev
Log:
PR: 36183
add destination for test reports

Modified:
    jakarta/commons/sandbox/exec/trunk/build.xml

Modified: jakarta/commons/sandbox/exec/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/exec/trunk/build.xml?rev=233429&r1=233428&r2=233429&view=diff
==============================================================================
--- jakarta/commons/sandbox/exec/trunk/build.xml (original)
+++ jakarta/commons/sandbox/exec/trunk/build.xml Thu Aug 18 21:16:08 2005
@@ -49,7 +49,7 @@
         <pathelement location="${maven.build.output}"/>
         <pathelement location="${maven.test.output}"/>
       </classpath>
-      <batchtest>
+      <batchtest todir="${maven.test.reports}">
         <fileset dir="src/test/java">
           <include name="**/*Test.java"/>
           <exclude name="**/*Abstract*Test.java"/>



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