You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/08/12 20:12:47 UTC

svn commit: r803645 - in /qpid/trunk/qpid/java: build.xml systests/build.xml

Author: ritchiem
Date: Wed Aug 12 18:12:47 2009
New Revision: 803645

URL: http://svn.apache.org/viewvc?rev=803645&view=rev
Log:
QPID-2002 : Update the build order so that systests can depend on the management cli and eclipse plugin to allow automated system testing

Modified:
    qpid/trunk/qpid/java/build.xml
    qpid/trunk/qpid/java/systests/build.xml

Modified: qpid/trunk/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.xml?rev=803645&r1=803644&r2=803645&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Wed Aug 12 18:12:47 2009
@@ -29,8 +29,8 @@
   <property name="modules.plugin"     value="broker-plugins"/>
   <property name="modules.management.tools" value="management/tools/qpid-cli"/>
   <property name="modules"            value="${modules.core}
-  ${modules.plugin} ${modules.examples} ${modules.tests}
-  ${modules.management} ${modules.management.tools}"/>
+  ${modules.plugin} ${modules.examples}
+  ${modules.management} ${modules.management.tools} ${modules.tests}"/>
 
   <property name="qpid.jar"           location="${build.lib}/qpid-all.jar"/>
   <basename property="qpid.jar.name"  file="${qpid.jar}"/>

Modified: qpid/trunk/qpid/java/systests/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/systests/build.xml?rev=803645&r1=803644&r2=803645&view=diff
==============================================================================
--- qpid/trunk/qpid/java/systests/build.xml (original)
+++ qpid/trunk/qpid/java/systests/build.xml Wed Aug 12 18:12:47 2009
@@ -20,7 +20,7 @@
  -->
 <project name="System Tests" default="build">
 
-    <property name="module.depends" value="client management/common broker broker/test common junit-toolkit"/>
+    <property name="module.depends" value="client management/tools/qpid-cli management/eclipse-plugin management/common broker broker/test common junit-toolkit"/>
     <property name="module.test.src" location="src/main/java"/>
     <property name="module.test.excludes"
               value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org