Author: aidan
Date: Thu Apr 24 09:05:16 2008
New Revision: 651301
URL: http://svn.apache.org/viewvc?rev=651301&view=rev
Log:
QPID-832 make systests run
Modified:
incubator/qpid/trunk/qpid/java/build.deps
incubator/qpid/trunk/qpid/java/systests/build.xml
Modified: incubator/qpid/trunk/qpid/java/build.deps
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.deps?rev=651301&r1=651300&r2=651301&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.deps (original)
+++ incubator/qpid/trunk/qpid/java/build.deps Thu Apr 24 09:05:16 2008
@@ -33,9 +33,10 @@
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}
Modified: incubator/qpid/trunk/qpid/java/systests/build.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/systests/build.xml?rev=651301&r1=651300&r2=651301&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/systests/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/systests/build.xml Thu Apr 24 09:05:16 2008
@@ -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>