[jboss-cvs] JBoss Messaging SVN: r7096 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 28 10:02:36 EDT 2009


Author: ataylor
Date: 2009-05-28 10:02:35 -0400 (Thu, 28 May 2009)
New Revision: 7096

Modified:
   trunk/build-messaging.xml
   trunk/build-thirdparty.xml
Log:
fixed jms classpath

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-05-28 13:59:10 UTC (rev 7095)
+++ trunk/build-messaging.xml	2009-05-28 14:02:35 UTC (rev 7096)
@@ -321,7 +321,8 @@
       <path refid="apache.xerces.classpath"/>
       <path refid="apache.logging.classpath"/>
       <path refid="jboss.jnpserver.classpath"/>
-      <path refid="jboss.jboss.common.logging.log4j.classpath"/> 
+      <path refid="jboss.jboss.common.logging.log4j.classpath"/>
+      <path  refid="apache.log4j.classpath"/>
    </path>
     
    <path id="joram.test.execution.classpath">
@@ -1152,7 +1153,7 @@
    <target name="jms-tests" depends="jar, compile-jms-tests">
       <echo message=""/>
       <echo message="Running jms tests, fork=${junit.fork}, junit.batchtest.fork=${junit.batchtest.fork}"/>
-      <echo message="classpath is:${toString:unit.test.execution.classpath}"/>
+      <echo message="classpath is:${toString:jms.test.execution.classpath}"/>
       <echo message=""/>
       <mkdir dir="${test.output.dir}"/>
       <mkdir dir="${test.reports.dir}"/>

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2009-05-28 13:59:10 UTC (rev 7095)
+++ trunk/build-thirdparty.xml	2009-05-28 14:02:35 UTC (rev 7096)
@@ -120,7 +120,7 @@
       <!--
          Dependencied required by the Bridge and JCA Adapter
       -->
-      <componentref name="jboss/jbossts" version="4.6.0.CR1"/>
+      <componentref name="jboss/jbossts" version="4.6.1.GA"/>
 
 
       <!--




More information about the jboss-cvs-commits mailing list