You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/02/04 22:43:02 UTC

svn commit: r618450 - /incubator/qpid/trunk/qpid/java/common.xml

Author: rhs
Date: Mon Feb  4 13:43:01 2008
New Revision: 618450

URL: http://svn.apache.org/viewvc?rev=618450&view=rev
Log:
clear the report directory before generating test report

Modified:
    incubator/qpid/trunk/qpid/java/common.xml

Modified: incubator/qpid/trunk/qpid/java/common.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common.xml?rev=618450&r1=618449&r2=618450&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/common.xml (original)
+++ incubator/qpid/trunk/qpid/java/common.xml Mon Feb  4 13:43:01 2008
@@ -85,6 +85,7 @@
   </target>
 
   <target name="report" description="generate test report">
+    <delete dir="${build.report}"/>
     <mkdir dir="${build.report}"/>
     <junitreport todir="${build.report}">
       <fileset dir="${build.results}">