diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-02-25 13:50:46 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-02-25 13:50:46 +0000 |
| commit | c43506a3d317febeb73627272db94a67b03489f9 (patch) | |
| tree | f95da06ccd1d4d24aef41da59d4e88f77a6073c1 | |
| parent | 051d040b7c9129ce648bb1b44892d84164c701b7 (diff) | |
| download | qpid-python-c43506a3d317febeb73627272db94a67b03489f9.tar.gz | |
added prop jvmarg, that could be used allocate more memory: -Djvmarg=-Xmx512m
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@630852 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/module.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 1da06ab92b..b39676adb7 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -186,10 +186,11 @@ <isset property="cpp"/> </condition> + <target name="test" depends="compile-tests" if="module.test.src.exists" description="execute unit tests"> <junit fork="yes" haltonfailure="no" printsummary="on" timeout="600000"> - + <jvmarg value="${jvmarg}" /> <sysproperty key="amqj.logging.level" value="${amqj.logging.level}"/> <sysproperty key="root.logging.level" value="${root.logging.level}"/> <sysproperty key="log4j.configuration" value="${log4j.configuration}"/> @@ -203,7 +204,7 @@ <formatter type="xml"/> <classpath refid="module.test.path"/> - + <batchtest fork="yes" todir="${build.results}"> <fileset dir="${module.test.src}"> <include name="**/${test}.java"/> |
