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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 11 19:23:51 EDT 2006


Author: bill.burke at jboss.com
Date: 2006-09-11 19:23:50 -0400 (Mon, 11 Sep 2006)
New Revision: 56747

Modified:
   branches/Branch_4_0/ejb3/build-test.xml
Log:
fix

Modified: branches/Branch_4_0/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_0/ejb3/build-test.xml	2006-09-11 22:36:18 UTC (rev 56746)
+++ branches/Branch_4_0/ejb3/build-test.xml	2006-09-11 23:23:50 UTC (rev 56747)
@@ -3262,13 +3262,13 @@
             <include name="lib/**"/>
          </patternset>
       </create-config>
-      <start-jboss conf="ejb3-jacc" host="${node0}"/>
+      <start-jboss conf="ejb3-jacc" host="${node0}" jboss.dist="${ejb3.dist}"/>
       <wait-on-host/>
       <antcall target="test" inheritRefs="true">
          <param name="test" value="jacc"/>
       </antcall>
-      <stop-jboss/>
-      <wait-on-shutdown conf="ejb3-jacc"/>
+      <stop-jboss jboss.dist="${ejb3.dist}"/>
+      <wait-on-shutdown conf="ejb3-jacc" />
    </target>
 
    <!-- ================================================================== -->
@@ -3460,7 +3460,7 @@
 
       <antcall target="no-start-jboss-iiop-tests" inheritRefs="true"/>
 
-      <stop-jboss/>
+      <stop-jboss jboss.dist="${ejb3.dist}"/>
       <wait-on-shutdown conf="all"/>
    </target>
 




More information about the jboss-cvs-commits mailing list