diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-02-04 21:43:01 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-02-04 21:43:01 +0000 |
| commit | 511048f43e0390d90a681c907ff0844c7fa0f1ec (patch) | |
| tree | 565bbb552a4929460322c9055fbcdccaf39df44b /java/common.xml | |
| parent | 893609b9440efb00cbd870a0fb3680e7ba7758b0 (diff) | |
| download | qpid-python-511048f43e0390d90a681c907ff0844c7fa0f1ec.tar.gz | |
clear the report directory before generating test report
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/common.xml b/java/common.xml index 8f3475b715..1f42c9d002 100644 --- a/java/common.xml +++ b/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}"> |
