You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/05/23 17:05:25 UTC

svn commit: r408918 - /incubator/roller/branches/roller_3.0/build.xml

Author: snoopdave
Date: Tue May 23 08:05:25 2006
New Revision: 408918

URL: http://svn.apache.org/viewvc?rev=408918&view=rev
Log:
Added showOutput to JUnit calls

Modified:
    incubator/roller/branches/roller_3.0/build.xml

Modified: incubator/roller/branches/roller_3.0/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/build.xml?rev=408918&r1=408917&r2=408918&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/build.xml (original)
+++ incubator/roller/branches/roller_3.0/build.xml Tue May 23 08:05:25 2006
@@ -913,7 +913,7 @@
 	
     &custom-pre-dbtest;
 
-    <junit fork="true" dir="${build.tests}" printsummary="on">
+    <junit fork="true" dir="${build.tests}" printsummary="on" showOutput="true">
         <classpath>
             <path refid="junit.path"/>
         </classpath>
@@ -976,7 +976,7 @@
         src="./build/roller/WEB-INF/dbscripts/hsqldb/createdb.sql"
         classpath="${ro.tools}/buildtime/hsqldb.jar" />
 
-    <junit fork="true" dir="${build.tests}">
+    <junit fork="true" dir="${build.tests}" showOutput="true">
         <batchtest toDir="${build.reports}/presentation/xml">
             <fileset dir="${build.tests}/WEB-INF/classes">
                 <include name="org/apache/roller/presentation/**/*Test.class"/> 
@@ -1021,7 +1021,7 @@
     <mkdir dir="${build.reports}/utils/xml"/>
     <mkdir dir="${build.reports}/utils/html"/>
     
-	<junit fork="true" dir="${build.tests}">
+	<junit fork="true" dir="${build.tests}"  showOutput="true">
         <batchtest toDir="${build.reports}/utils/xml">
             <fileset dir="${build.tests}/WEB-INF/classes">
                 <include name="org/apache/roller/util/*Test.class"/>
@@ -1050,7 +1050,7 @@
         <mkdir dir="${build.reports}/webservices/adminapi/sdk/xml"/>
         <mkdir dir="${build.reports}/webservices/adminapi/sdk/html"/>
 
-        <junit fork="true" dir="${build.tests}" printsummary="on">
+        <junit fork="true" dir="${build.tests}" printsummary="on" showOutput="true">
             <syspropertyset>
                 <propertyref builtin="commandline"/>
             </syspropertyset>