summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-11-07 11:17:04 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-11-07 11:17:04 +0000
commit704a2ec4214dddc85517b66811f22e7fa9cb38a8 (patch)
treec76c268cfe3e84062921b85f13984e3efd98b232 /qpid/java/module.xml
parent691e574f2b74a81c29e25a1ace11f5ce5c792f15 (diff)
downloadqpid-python-704a2ec4214dddc85517b66811f22e7fa9cb38a8.tar.gz
QPID-1439 : Updates to ensure we maintain the log files from each external Java broker test run. The C++ log directory could do with a similar setup change.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@712110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index c487ffb134..0376a26f2c 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -147,6 +147,7 @@
<mkdir dir="${build.lib}"/>
<mkdir dir="${build.results}"/>
<mkdir dir="${build.data}"/>
+ <mkdir dir="${broker.work}"/>
<mkdir dir="${build.plugins}"/>
<mkdir dir="${module.classes}"/>
<mkdir dir="${module.precompiled}"/>
@@ -245,6 +246,7 @@
<sysproperty key="example.plugin.target" value="${project.root}/build/lib/plugins"/>
<sysproperty key="QPID_EXAMPLE_HOME" value="${project.root}/build"/>
<sysproperty key="QPID_HOME" value="${project.root}/build"/>
+ <sysproperty key="QPID_WORK" value="${broker.work}"/>
<formatter type="plain"/>
<formatter type="xml"/>