summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-04 21:43:01 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-04 21:43:01 +0000
commit35fbfd6c38d14bcf058be3969e4d468283544be4 (patch)
treebb1ae375675856edd2d0f172a5a644b9e4e169f4 /qpid/java/common.xml
parentc92f514dd2566b6e64ed6d561f25e368c2f151b3 (diff)
downloadqpid-python-35fbfd6c38d14bcf058be3969e4d468283544be4.tar.gz
clear the report directory before generating test report
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@618450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index 8f3475b715..1f42c9d002 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -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}">