diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-11-07 11:17:04 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-11-07 11:17:04 +0000 |
| commit | 4b2292e58ba8127f5e4609d13f52dfcdbd140d6b (patch) | |
| tree | c38b823c795c69ce6b670d7645ab2edef26c6611 /java/module.xml | |
| parent | add46c9e8c0db269b83710b9fc0a90ddf96121f4 (diff) | |
| download | qpid-python-4b2292e58ba8127f5e4609d13f52dfcdbd140d6b.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/qpid@712110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/module.xml b/java/module.xml index c487ffb134..0376a26f2c 100644 --- a/java/module.xml +++ b/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"/> |
