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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 3 03:33:01 EDT 2007


Author: wolfc
Date: 2007-07-03 03:33:01 -0400 (Tue, 03 Jul 2007)
New Revision: 63792

Modified:
   trunk/ejb3/build-test.xml
Log:
Fixed libdeployment

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-07-03 06:05:41 UTC (rev 63791)
+++ trunk/ejb3/build-test.xml	2007-07-03 07:33:01 UTC (rev 63792)
@@ -4393,7 +4393,7 @@
    </target>
    
    <target name="libdeployment-test" depends="init">
-      <create-config baseconf="all" newconf="libdeployment" jboss.dist="${ejb3.dist}">
+      <create-config baseconf="all" newconf="libdeployment">
          <patternset>
             <include name="conf/**"/>
             <include name="deploy*/**"/>
@@ -4401,14 +4401,14 @@
          </patternset>
       </create-config>
      
-      <start-jboss conf="libdeployment" host="${node0}" jboss.dist="${ejb3.dist}" jvmargs="${ejb3.jboss.jvmargs}"/>
+      <start-jboss conf="libdeployment" host="${node0}" jvmargs="-Xmx256M"/>
       <wait-on-host/>
       
       <antcall target="test" inheritRefs="true">
          <param name="test" value="libdeployment"/>
       </antcall>
       
-      <stop-jboss jboss.dist="${ejb3.dist}"/>
+      <stop-jboss/>
       <wait-on-shutdown conf="libdeployment"/>
    </target>
 




More information about the jboss-cvs-commits mailing list