[gatein-commits] gatein SVN: r2113 - in components/wci/trunk: test/src/test and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 10 11:27:30 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-03-10 11:27:29 -0500 (Wed, 10 Mar 2010)
New Revision: 2113

Modified:
   components/wci/trunk/pom.xml
   components/wci/trunk/test/src/test/build.xml
Log:
- Update dependencies
- Change Cargo timeout for JBoss AS 5.1
- Use failOnError to avoid bad releases


Modified: components/wci/trunk/pom.xml
===================================================================
--- components/wci/trunk/pom.xml	2010-03-10 15:22:33 UTC (rev 2112)
+++ components/wci/trunk/pom.xml	2010-03-10 16:27:29 UTC (rev 2113)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.gatein</groupId>
     <artifactId>gatein-parent</artifactId>
-    <version>1.0.0-Beta04</version>
+    <version>1.0.0-GA</version>
   </parent>
   
   <scm>
@@ -22,7 +22,7 @@
   </scm>
   
   <properties>
-    <version.gatein.common>2.0.0-CR02</version.gatein.common>
+    <version.gatein.common>2.0.0-GA</version.gatein.common>
     
     <version.junit>3.8.2-brew</version.junit>
     <version.jaxb>2.1</version.jaxb>
@@ -42,7 +42,7 @@
       <dependency>
         <groupId>org.gatein</groupId>
         <artifactId>gatein-dep</artifactId>
-        <version>1.0.0-Beta03</version>
+        <version>1.0.0-GA</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

Modified: components/wci/trunk/test/src/test/build.xml
===================================================================
--- components/wci/trunk/test/src/test/build.xml	2010-03-10 15:22:33 UTC (rev 2112)
+++ components/wci/trunk/test/src/test/build.xml	2010-03-10 16:27:29 UTC (rev 2113)
@@ -867,7 +867,8 @@
          log="${cargo.log.dir}/cargo.${test.id}.startup.log"
          output="${cargo.log.dir}/cargo.${test.id}.server.log"
          action="start"
-         wait="false">
+         wait="false"
+         timeout="240000">
          <sharedClasspath>
 
             <path refid="jboss-5.1-shared"/>
@@ -1207,7 +1208,7 @@
 
       <taskdef name="jboss-unit" classname="org.jboss.unit.tooling.ant.JBossUnitTask" classpath="${plugin_classpath}"/>
 
-      <jboss-unit>
+      <jboss-unit failOnError="true">
 
          <tests config="${target}/test-classes/local-jboss-unit.xml">
          </tests>
@@ -1236,7 +1237,7 @@
 
       <taskdef name="jboss-unit" classname="org.jboss.unit.tooling.ant.JBossUnitTask" classpath="${plugin_classpath}"/>
 
-      <jboss-unit>
+      <jboss-unit failOnError="true">
 
          <tests config="${target}/test-classes/remote-jboss-unit.xml">
             <property name="archivePath" value="${test.temp.lib}/${test.remote.archive.path}"/>



More information about the gatein-commits mailing list