From 6803b38b03c99701fb0bf6662356f24f688e70bb Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 15 Aug 2011 07:27:01 +0000 Subject: 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 .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 --- java/module.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/module.xml') 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 @@ + srcdir="${module.test.src}" + includeantruntime="false"> -- cgit v1.2.1