[jboss-cvs] JBossAS SVN: r74443 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 21:03:02 EDT 2008


Author: ALRubinger
Date: 2008-06-11 21:03:02 -0400 (Wed, 11 Jun 2008)
New Revision: 74443

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
[EJBTHREE-1416] Hacked a client CP from direct dependencies placed in $JBOSS_HOME/lib or $JBOSS_HOME/server/[name]/lib

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2008-06-12 00:57:26 UTC (rev 74442)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2008-06-12 01:03:02 UTC (rev 74443)
@@ -93,7 +93,9 @@
   <property name="location.dependencies.unpacked.jboss-test:jboss.test" value="${location.dependencies.unpacked}/jboss-test"/>
   <property name="location.dependencies.lib" value="${location.dependencies}/lib"/>
   <property name="location.dependencies.lib.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate.jar"/>
+	<property name="location.dependencies.lib.org.jboss.aop:aop" value="${location.dependencies.lib}/jboss-aop.jar"/>
   <property name="location.dependencies.lib.jboss-test:jboss-test" value="${location.dependencies.lib}/jboss-test.jar"/>
+	<property name="location.dependencies.lib.trove:trove" value="${location.dependencies.lib}/trove.jar"/>
   <property name="location.dependencies.lib.org.jboss.jbossas:server-manager" value="${location.dependencies.lib}/jboss-server-manager.jar"/>
   <property name="location.dependencies.lib.junit:junit" value="${location.dependencies.lib}/junit.jar"/>
   <property name="location.dependencies.lib.hsqldb:hsqldb" value="${location.dependencies.lib}/hsqldb.jar"/>
@@ -367,6 +369,10 @@
 
     <!-- Root of jndi.properties -->
     <pathelement location="${resources}/test" />
+  	
+  	<!-- Cient JARs not on jbossall-client (Hack; see EJBTHREE-1416) -->
+  	<pathelement location="${location.dependencies.lib.org.jboss.aop:aop}" />
+  	<pathelement location="${location.dependencies.lib.trove:trove}" />
 
     <!-- webservice tests -->
 




More information about the jboss-cvs-commits mailing list