[webbeans-commits] Webbeans SVN: r1572 - in ri/trunk: jboss-tck-runner and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Feb 18 11:21:18 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-18 11:21:18 -0500 (Wed, 18 Feb 2009)
New Revision: 1572

Modified:
   ri/trunk/jboss-as/build.properties
   ri/trunk/jboss-tck-runner/pom.xml
Log:
run incontainer tests

Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties	2009-02-18 15:40:28 UTC (rev 1571)
+++ ri/trunk/jboss-as/build.properties	2009-02-18 16:21:18 UTC (rev 1572)
@@ -1,4 +1,5 @@
 #jboss.home=/Applications/jboss-5.0.0.GA
+java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 webbeans-ri-int.version=5.2.0-SNAPSHOT
 webbeans-ri.version=1.0.0-SNAPSHOT
 jboss-ejb3.version=1.0.0

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-02-18 15:40:28 UTC (rev 1571)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-02-18 16:21:18 UTC (rev 1572)
@@ -150,6 +150,10 @@
                            <name>org.jboss.jsr299.tck.libraryDirectory</name>
                            <value>target/dependency/lib</value>
                         </property>
+                        <property>
+                           <name>org.jboss.jsr299.tck.runIntegrationTests</name>
+                           <value>true</value>
+                        </property>
                      </systemProperties>
                   </configuration>
                </plugin>
@@ -186,6 +190,10 @@
                            <value>true</value>
                         </property>
                         <property>
+                           <name>org.jboss.jsr299.tck.runIntegrationTests</name>
+                           <value>true</value>
+                        </property>
+                        <property>
                            <name>org.jboss.jsr299.tck.libraryDirectory</name>
                            <value>target/dependency/lib</value>
                         </property>




More information about the weld-commits mailing list