Author: jbellis
Date: Sat Apr 25 18:46:48 2009
New Revision: 768579
URL: http://svn.apache.org/viewvc?rev=768579&view=rev
Log:
junit xml output for hudson's benefit. patch by johano; reviewed by jbellis
for #32
Added:
incubator/cassandra/trunk/lib/reportng-0.9.8.jar
incubator/cassandra/trunk/lib/velocity-dep-1.4.jar
Modified:
incubator/cassandra/trunk/build.xml
Modified: incubator/cassandra/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/build.xml?rev=768579&r1=768578&r2=768579&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Sat Apr 25 18:46:48 2009
@@ -146,6 +146,7 @@
<mkdir dir="${build.test.dir}/cassandra"/>
<testng outputDir="${build.dir}/test/output"
haltOnFailure="true"
+ listeners="org.uncommons.reportng.JUnitXMLReporter"
verbose="2">
<sysproperty key="net.sourceforge.cobertura.datafile"
file="${cobertura.datafile}"/>
<jvmarg value="-Dstorage-config=${test.conf}"/>
Added: incubator/cassandra/trunk/lib/reportng-0.9.8.jar
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/lib/reportng-0.9.8.jar?rev=768579&view=auto
==============================================================================
Files incubator/cassandra/trunk/lib/reportng-0.9.8.jar (added) and
incubator/cassandra/trunk/lib/reportng-0.9.8.jar Sat Apr 25 18:46:48 2009 differ
Added: incubator/cassandra/trunk/lib/velocity-dep-1.4.jar
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/lib/velocity-dep-1.4.jar?rev=768579&view=auto
==============================================================================
Files incubator/cassandra/trunk/lib/velocity-dep-1.4.jar (added) and
incubator/cassandra/trunk/lib/velocity-dep-1.4.jar Sat Apr 25 18:46:48 2009
differ