summaryrefslogtreecommitdiff
path: root/qpid/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
commitc064d3ad25f37ab77a370b7fb36cebb63d8d3533 (patch)
treed96a12df5003d1b94b6d98730a27ca43787ebf69 /qpid/java/module.xml
parent166658ee9de83a78ab3b92ca6f999f54873c3369 (diff)
downloadqpid-python-c064d3ad25f37ab77a370b7fb36cebb63d8d3533.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@1157730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index c7819febf4..050382ee80 100644
--- a/qpid/java/module.xml
+++ b/qpid/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>