[Jboss-cvs] JBossAS SVN: r57091 - branches/Branch_4_0/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 22 19:02:57 EDT 2006


Author: bdecoste
Date: 2006-09-22 19:02:55 -0400 (Fri, 22 Sep 2006)
New Revision: 57091

Modified:
   branches/Branch_4_0/ejb3/build-test.xml
Log:
fixed for 4.0.5 ejb3 dist

Modified: branches/Branch_4_0/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_0/ejb3/build-test.xml	2006-09-22 22:13:26 UTC (rev 57090)
+++ branches/Branch_4_0/ejb3/build-test.xml	2006-09-22 23:02:55 UTC (rev 57091)
@@ -3189,7 +3189,7 @@
    </target>
 
    <target name="arjuna-test" depends="init">
-      <create-config baseconf="default" newconf="arjuna">
+      <create-config baseconf="default" newconf="arjuna" jboss.dist="${ejb3.dist}">
          <patternset>
             <include name="conf/**"/>
             <include name="deploy*/**"/>
@@ -3197,14 +3197,14 @@
          </patternset>
       </create-config>
      
-      <start-jboss conf="arjuna" host="${node0}"/>
+      <start-jboss conf="arjuna" host="${node0}" jboss.dist="${ejb3.dist}"/>
       <wait-on-host/>
       
       <antcall target="test" inheritRefs="true">
          <param name="test" value="arjuna"/>
       </antcall>
       
-      <stop-jboss/>
+      <stop-jboss jboss.dist="${ejb3.dist}"/>
       <wait-on-shutdown conf="arjuna"/>
    </target>
 




More information about the jboss-cvs-commits mailing list