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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 6 18:44:02 EDT 2009


Author: timfox
Date: 2009-10-06 18:44:02 -0400 (Tue, 06 Oct 2009)
New Revision: 8059

Modified:
   trunk/build-hornetq.xml
Log:
fixed build

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-10-06 21:15:26 UTC (rev 8058)
+++ trunk/build-hornetq.xml	2009-10-06 22:44:02 UTC (rev 8059)
@@ -279,6 +279,7 @@
       <path refid="jboss.jbossts.classpath"/>
       <path refid="apache.xerces.classpath"/>
       <path refid="log4j.log4j.classpath"/>
+   	  <path refid="apache.logging.classpath"/>
       <pathelement location="${test.dir}/config"/>
       <pathelement location="${src.config.dir}/common"/>
    </path>
@@ -1180,7 +1181,7 @@
                     haltonfailure="${junit.batchtest.haltonfailure}"
                     haltonerror="${junit.batchtest.haltonerror}">
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
-            <fileset dir="${test.jms.classes.dir}">
+            <fileset dir="${test.jms.classes.dir}">            	
                <include name="**/jms/tests/**/${test-mask}.class"/>
                <exclude name="**/jms/tests/XARecoveryTest.class"/>
                <exclude name="**/jms/tests/XAResourceRecoveryTest.class"/>



More information about the hornetq-commits mailing list