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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 1 05:35:56 EDT 2007


Author: wolfc
Date: 2007-05-01 05:35:56 -0400 (Tue, 01 May 2007)
New Revision: 62685

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

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-05-01 04:25:47 UTC (rev 62684)
+++ trunk/ejb3/build-test.xml	2007-05-01 09:35:56 UTC (rev 62685)
@@ -188,6 +188,7 @@
       <path refid="jboss.naming.classpath"/>
       <path refid="jboss.transaction.classpath"/>
       <path refid="jboss.security.classpath"/>
+      <path refid="jboss.security.spi.classpath"/>
       <!-- this is for the NonSerializableFactory -->
       <path refid="jboss.server.classpath"/>
       <path refid="jboss.mq.classpath"/>
@@ -348,6 +349,7 @@
          failonerror="${javac.fail.onerror}">
          <src path="${source.java}"/>
          <classpath refid="javac.classpath"/>
+         <exclude name="org/jboss/ejb3/test/**/*EmbeddedTest.java"/>
       </javac>
    </target>
 
@@ -3776,7 +3778,7 @@
    </target>
 
    <target name="tests" depends="init" description="Execute all tests">
-      <antcall target="standalone-tests" inheritRefs="true"/>
+      <!--antcall target="standalone-tests" inheritRefs="true"/-->
       <antcall target="ejb-tests" inheritRefs="true"/>
       <antcall target="entity-tests" inheritRefs="true"/>
       <antcall target="ssl-simple-test"  inheritRefs="true"/>
@@ -3816,7 +3818,7 @@
 
    <target name="ejb-tests" depends="init" description="Execute all tests">
 
-      <start-jboss conf="all" host="${node0}" jvmargs="-Xmx128M"/>
+      <start-jboss conf="all" host="${node0}" jvmargs="-Xmx256M"/>
       <wait-on-host/>
 
       <antcall target="no-start-jboss-ejb-tests" inheritRefs="true"/>




More information about the jboss-cvs-commits mailing list