[seam-commits] Seam SVN: r11957 - branches/community/Seam_2_2/src/test/ftest.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 14 05:07:03 EST 2010


Author: kpiwko at redhat.com
Date: 2010-01-14 05:07:02 -0500 (Thu, 14 Jan 2010)
New Revision: 11957

Modified:
   branches/community/Seam_2_2/src/test/ftest/build.xml
   branches/community/Seam_2_2/src/test/ftest/ftest.properties
Log:
JBQA-2240, added ftests to automatized build

Modified: branches/community/Seam_2_2/src/test/ftest/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/build.xml	2010-01-13 22:29:25 UTC (rev 11956)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml	2010-01-14 10:07:02 UTC (rev 11957)
@@ -83,6 +83,7 @@
 		<testexample name="seampay" />
 		<testexample name="seamspace" />
 		<testexample name="spring" />
+        <testexample name="tasks" />
 		<testexample name="todo" />
 		<testexample name="ui" />
 		<testexample name="wicket" />
@@ -127,6 +128,7 @@
 		<testexample name="seampay" />
 		<testexample name="seamspace" />
 		<testexample name="spring" />
+        <testexample name="tasks" />
 		<testexample name="todo" />
 		<testexample name="ui" />
 		<testexample name="wicket" />
@@ -231,6 +233,7 @@
 		<cleanexample name="seampay" />
 		<cleanexample name="seamspace" />
 		<cleanexample name="spring" />
+        <cleanexample name="tasks" />
 		<cleanexample name="todo" />
 		<cleanexample name="ui" />
 		<cleanexample name="wicket" />
@@ -272,6 +275,7 @@
 		<undeployexample name="seampay" />
 		<undeployexample name="seamspace" />
 		<undeployexample name="spring" />
+        <undeployexample name="tasks" />
 		<undeployexample name="todo" />
 		<undeployexample name="ui" />
 		<undeployexample name="wicket" />

Modified: branches/community/Seam_2_2/src/test/ftest/ftest.properties
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/ftest.properties	2010-01-13 22:29:25 UTC (rev 11956)
+++ branches/community/Seam_2_2/src/test/ftest/ftest.properties	2010-01-14 10:07:02 UTC (rev 11957)
@@ -55,7 +55,7 @@
 # container locations - must be set
 # independent from ${seam.dir}/build.properties
 jboss4.home=
-jboss5.home=
+jboss5.home=/home/kpiwko/deploy/jboss-5.1.0.GA
 tomcat6.home=
 jboss-embedded.home=
 
@@ -64,7 +64,7 @@
 jboss4.jvm.arguments=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 
 jboss5.profile=default
-jboss5.jvm.arguments=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
+jboss5.jvm.arguments=-Xms512m -Xmx1512m -XX:MaxPermSize=512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 
 run.container.per.suite=false
 jboss.deployments.restart=10
@@ -79,13 +79,13 @@
 #seamgen.delete.project=true
 
 # workspace for new projects
-workspace.home=
+workspace.home=/home/kpiwko/devel/seam-gen/
 
 # seam-gen project properties
 database.type=mysql
 database.exists=y
 database.drop=n
-driver.jar=/home/jharting/jboss/mysql-connector-java-5.1.6-bin.jar
+driver.jar=/home/kpiwko/deploy/jdbc/mysql-connector-java-5.1.8-bin.jar
 driver.license.jar=
 hibernate.connection.username=seam
 hibernate.connection.password=seam



More information about the seam-commits mailing list