[hornetq-commits] JBoss hornetq SVN: r8061 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 7 05:07:32 EDT 2009


Author: jmesnil
Date: 2009-10-07 05:07:31 -0400 (Wed, 07 Oct 2009)
New Revision: 8061

Modified:
   trunk/build-hornetq.xml
Log:
fixed integration-tests failures

* include Apache commons logging jar since it is required by JBoss Transaction Manager which
  is used by some integration tests

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-10-07 02:30:02 UTC (rev 8060)
+++ trunk/build-hornetq.xml	2009-10-07 09:07:31 UTC (rev 8061)
@@ -255,6 +255,9 @@
       <path refid="jboss.jbossts.classpath"/>
       <path refid="apache.xerces.classpath"/>
       <path refid="log4j.log4j.classpath"/>
+ 	  <!-- we must include Apache commons logging   -->
+ 	  <!-- as a transitive dependency from JBoss TM -->
+ 	  <path refid="apache.logging.classpath"/>
    </path>
 
    <path id="emma.unit.test.execution.classpath">
@@ -279,6 +282,8 @@
       <path refid="jboss.jbossts.classpath"/>
       <path refid="apache.xerces.classpath"/>
       <path refid="log4j.log4j.classpath"/>
+	  <!-- we must include Apache commons logging   -->
+	  <!-- as a transitive dependency from JBoss TM -->
    	  <path refid="apache.logging.classpath"/>
       <pathelement location="${test.dir}/config"/>
       <pathelement location="${src.config.dir}/common"/>



More information about the hornetq-commits mailing list