summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-05-05 11:42:33 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-05-05 11:42:33 +0000
commit33b9fb7a4d61ce1fe05a51e8331285c859c35c48 (patch)
tree382fabef6a80753abdedfbe6b01744ff1721d95d /qpid/java/module.xml
parentf175fd8e796177642373266e8d98e216e1a964f7 (diff)
downloadqpid-python-33b9fb7a4d61ce1fe05a51e8331285c859c35c48.tar.gz
QPID-1021 : Update to build system to store and clean test results per module.name.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653434 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index d2ad47534e..9522dfc019 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -128,6 +128,7 @@
<mkdir dir="${build.etc}"/>
<mkdir dir="${build.lib}"/>
<mkdir dir="${build.results}"/>
+ <mkdir dir="${build.results}/${module.name}"/>
<mkdir dir="${build.data}"/>
<mkdir dir="${build.plugins}"/>
<mkdir dir="${module.classes}"/>
@@ -213,7 +214,7 @@
<classpath refid="module.test.path"/>
- <batchtest fork="${test.fork}" todir="${build.results}">
+ <batchtest fork="${test.fork}" todir="${build.results}}/${module.name}">
<fileset dir="${module.test.src}" excludes="${module.test.excludes}">
<include name="**/${test}.java"/>
</fileset>
@@ -267,6 +268,7 @@
<target name="clean" description="remove build artifacts">
<delete dir="${module.build}"/>
+ <delete dir="${build.results}/${module.name}"/>
</target>
</project>