You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/05/13 22:53:15 UTC

svn commit: r774525 - /incubator/cassandra/trunk/build.xml

Author: jbellis
Date: Wed May 13 20:53:15 2009
New Revision: 774525

URL: http://svn.apache.org/viewvc?rev=774525&view=rev
Log:
fix cobetura report.  patch by johano; reviewed by jbellis for CASSANDRA-167

Modified:
    incubator/cassandra/trunk/build.xml

Modified: incubator/cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/build.xml?rev=774525&r1=774524&r2=774525&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Wed May 13 20:53:15 2009
@@ -191,12 +191,12 @@
     <mkdir dir="${build.test.dir}/cassandra"/>
     <mkdir dir="${build.test.dir}/output"/>
     <junit fork="on" failureproperty="testfailed">
+      <sysproperty key="net.sourceforge.cobertura.datafile" file="${cobertura.datafile}"/>
       <formatter type="xml" usefile="true"/>
       <formatter type="brief" usefile="false"/>
       <jvmarg value="-Dstorage-config=${test.conf}"/>
       <jvmarg value="-ea"/>
       <classpath>
-        <pathelement location="${cobertura.classes.dir}"/>
         <path refid="cassandra.classpath" />
         <pathelement location="${test.classes}"/>
         <pathelement location="${cobertura.dir}/cobertura.jar"/>