summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-08-15 07:27:01 +0000
committerRobert Gemmell <robbie@apache.org>2011-08-15 07:27:01 +0000
commit6803b38b03c99701fb0bf6662356f24f688e70bb (patch)
treec18bda79f723851744676020f97a74ce749ae261 /java/module.xml
parent069e45686d8ff2a76933a8208dbb8640fd033ff8 (diff)
downloadqpid-python-6803b38b03c99701fb0bf6662356f24f688e70bb.tar.gz
NO-JIRA: small adjustments to stop Ant generating warnings and spewing irrelevant stacktraces during test runs
1. Set includeantruntime property to false on the remainig javac tasks which dont already have it 2. Manipulate the build.deps entries for the jmx management console to remove non-java files from the test classpath, since the tests dont need them and the console build process doesnt depend on the main <module>.libss property value being all-inclusive anyway. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1157730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index c7819febf4..050382ee80 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -281,7 +281,8 @@
<javac target="${java.target}" source="${java.source}"
destdir="${module.test.classes}" debug="on"
deprecation="${javac.deprecation}"
- srcdir="${module.test.src}">
+ srcdir="${module.test.src}"
+ includeantruntime="false">
<classpath refid="module.test.path"/>
</javac>