[jboss-cvs] JBossAS SVN: r64624 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 16 10:01:10 EDT 2007


Author: adrian at jboss.org
Date: 2007-08-16 10:01:10 -0400 (Thu, 16 Aug 2007)
New Revision: 64624

Modified:
   trunk/testsuite/build.xml
Log:
Fix the classpath for the JBossMX tests, they need jndi.properties in the classpath for some bizarre reason?

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-08-16 13:44:36 UTC (rev 64623)
+++ trunk/testsuite/build.xml	2007-08-16 14:01:10 UTC (rev 64624)
@@ -2385,6 +2385,7 @@
 
          <classpath>
             <pathelement location="${build.classes}"/>
+            <pathelement location="${build.resources}"/>
             <path refid="tests.classpath"/>
          </classpath>
 
@@ -2430,6 +2431,7 @@
 
          <classpath>
             <pathelement location="${build.classes}"/>
+            <pathelement location="${build.resources}"/>
             <path refid="tests.classpath"/>
          </classpath>
 
@@ -2474,6 +2476,7 @@
 
          <classpath>
             <pathelement location="${build.classes}"/>
+            <pathelement location="${build.resources}"/>
             <path refid="tests.classpath"/>
          </classpath>
 




More information about the jboss-cvs-commits mailing list