[jboss-cvs] JBossAS SVN: r63751 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 29 18:04:23 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-06-29 18:04:23 -0400 (Fri, 29 Jun 2007)
New Revision: 63751

Modified:
   trunk/ejb3/build-test.xml
Log:
Build ejbthree921.jar before running clustered-tests

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-29 20:31:29 UTC (rev 63750)
+++ trunk/ejb3/build-test.xml	2007-06-29 22:04:23 UTC (rev 63751)
@@ -4351,7 +4351,7 @@
 
    </target>
 
-   <target name="clustered-tests" depends="init, clusteredsession, clusteredentity">
+   <target name="clustered-tests" depends="init, clusteredsession, clusteredentity, ejbthree921">
       <antcall target="tests-clustering-startup"/>
       <antcall target="tests-clustering-wait"/>
 




More information about the jboss-cvs-commits mailing list