[jboss-cvs] JBoss Messaging SVN: r1454 - branches/Branch_1_0/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 9 12:59:29 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-09 12:59:28 -0400 (Mon, 09 Oct 2006)
New Revision: 1454

Modified:
   branches/Branch_1_0/tests/build.xml
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-588 - classpath change to allow JTDS or Microsoft drivers

Modified: branches/Branch_1_0/tests/build.xml
===================================================================
--- branches/Branch_1_0/tests/build.xml	2006-10-09 16:57:11 UTC (rev 1453)
+++ branches/Branch_1_0/tests/build.xml	2006-10-09 16:59:28 UTC (rev 1454)
@@ -133,7 +133,11 @@
    <!--
        JDBC Drivers.
    -->
+   <path id="any.jdbc.driver.classpath">
+	       <fileset dir="${tests.root}/lib/jdbc-drivers" includes="*.jar"/>
+   </path>
 
+
    <path id="mysql.jdbc.driver.classpath">
       <pathelement path="${tests.root}/lib/mysql-connector-java-3.1.13-bin.jar"/>
    </path>
@@ -154,6 +158,7 @@
       <path refid="compilation.classpath"/>
       <path location="../output/lib/jboss-messaging.jar"/>
       <path refid="junit.junit.classpath"/>
+      <path refid="any.jdbc.driver.classpath"/>
       <path refid="hsqldb.hsqldb.classpath"/>
       <path refid="jboss.server.classpath"/> <!-- for org.jboss.jms.jndi.JNDIProviderAdapter -->
       <path refid="jboss.jca.classpath"/>  <!-- for org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory, etc -->




More information about the jboss-cvs-commits mailing list