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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 19 11:17:21 EDT 2008


Author: jmesnil
Date: 2008-06-19 11:17:21 -0400 (Thu, 19 Jun 2008)
New Revision: 4523

Modified:
   trunk/.classpath
   trunk/build-messaging.xml
   trunk/build-thirdparty.xml
Log:
added easymock-classextenstion to unit test classpath

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-06-19 14:01:42 UTC (rev 4522)
+++ trunk/.classpath	2008-06-19 15:17:21 UTC (rev 4523)
@@ -60,5 +60,7 @@
 	<classpathentry kind="lib" path="thirdparty/slf4j/log4j/lib/slf4j-log4j12.jar"/>
 	<classpathentry exported="true" kind="lib" path="thirdparty/apache-mina/lib/mina-core-2.0.0-M2-20080520.004618-19.jar" sourcepath="thirdparty/apache-mina/lib/mina-core-2.0.0-M2-20080520.004618-19-sources.jar"/>
 	<classpathentry kind="lib" path="tests/jms-tests/config"/>
+	<classpathentry kind="lib" path="thirdparty/easymock-classextension/lib/easymockclassextension.jar"/>
+	<classpathentry kind="lib" path="thirdparty/cglib/lib/cglib.jar"/>
 	<classpathentry kind="output" path="eclipse-output"/>
 </classpath>

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-06-19 14:01:42 UTC (rev 4522)
+++ trunk/build-messaging.xml	2008-06-19 15:17:21 UTC (rev 4523)
@@ -195,6 +195,7 @@
       <path refid="jboss.test14.classpath"/>
       <path refid="jboss.jboss.retro.classpath"/>
    	  <path refid="easymock.easymock.classpath" />
+      <path refid="easymock.classextension.classpath" />
    </path>
 
    <path id="jms.test.compilation.classpath">
@@ -217,6 +218,7 @@
       <path refid="oswego.concurrent.classpath"/>
       <path refid="slf4j.api.classpath"/>
       <path refid="slf4j.log4j.classpath"/>
+   	  <path refid="cglib.classpath" />
    </path>
 
    <path id="jms.test.execution.classpath">

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2008-06-19 14:01:42 UTC (rev 4522)
+++ trunk/build-thirdparty.xml	2008-06-19 15:17:21 UTC (rev 4523)
@@ -100,6 +100,7 @@
       <componentref name="jboss/jboss-common-logging-spi" version="2.0.4.GA"/>
       <componentref name="apache-mina" version="2.0.0-M2-20080520.004618-19"/>
       <componentref name="slf4j/log4j" version="1.4.3"/>
+      <componentref name="jpa-api" version="1.0.0.GA"/>
 
       <!--
            Dependencies required to test the project.
@@ -110,14 +111,15 @@
       <componentref name="jboss/profiler/jvmti" version="1.0.0.CR5-brew"/>
       <componentref name="jboss/jbossxb" version="2.0.0.CR4"/>
       <componentref name="jboss/test14" version="1.0.0.GA"/>
-      <componentref name="jpa-api" version="1.0.0.GA"/>
+      <componentref name="easymock" version="2.3"/>
+   	  <!-- the extension is used to mock some concrete classes -->
+      <componentref name="easymock-classextension" version="2.3"/>
    	
       <!-- This is a non declared dependency of jboss/test14 -->
       <componentref name="jboss/jboss-retro" version="1.1.2"/>
       <!-- This is a non declared dependency of jboss/test14 -->
       <componentref name="jboss/backport-concurrent" version="2.1.0.GA"/>
       <componentref name="jboss/jnpserver" version="5.0.0.Beta3"/>
-      <componentref name="easymock" version="2.3"/>
 
 
    </build>




More information about the jboss-cvs-commits mailing list