diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-24 16:05:16 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-24 16:05:16 +0000 |
| commit | 61ece13d28e6e0795051c874e19937dc8076c7c5 (patch) | |
| tree | cf2e5f2f9264a93d33930b2ecae05d5c4aa685b1 | |
| parent | e48979cba21658045c8ccb7fd17a8fb354fd7984 (diff) | |
| download | qpid-python-61ece13d28e6e0795051c874e19937dc8076c7c5.tar.gz | |
QPID-832 make systests run
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651301 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/build.deps | 3 | ||||
| -rw-r--r-- | qpid/java/systests/build.xml | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index 8acf1d8b4c..2f5390e3e3 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -33,9 +33,10 @@ client.libs=${common.libs} ${geronimo-jms} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} ${felix.libs} + junit-toolkit.libs=${log4j} ${junit} test.libs=${slf4j-log4j} ${junit-toolkit.libs} -systests.libs=${client.libs} ${test.libs} +systests.libs=${client.libs} ${test.libs} ${broker.libs} perftests.libs=${systests.libs} integrationtests.libs=${systests.libs} diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index b84cb9fc32..db7f594421 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/java/systests/build.xml @@ -1,8 +1,8 @@ <!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information +nn - or more contributor license agreements. See the NOTICE file + -n distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance @@ -22,6 +22,9 @@ <property name="module.depends" value="client broker common junit-toolkit"/> <property name="module.dist" value="false"/> + <property name="module.test.src" location="src/main/java"/> + <import file="../module.xml"/> + <property name="module.test.classes" location="${module.build}/main/classes"/> </project> |
