Author: thomas.heute(a)jboss.com
Date: 2010-01-13 08:14:11 -0500 (Wed, 13 Jan 2010)
New Revision: 1254
Modified:
components/pc/trunk/api/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portal/src/build.xml
components/pc/trunk/test/src/test/build.xml
Log:
Updated WCI dependency
set failOnError to true to avoid bad releases
Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml 2010-01-13 12:19:46 UTC (rev 1253)
+++ components/pc/trunk/api/pom.xml 2010-01-13 13:14:11 UTC (rev 1254)
@@ -34,6 +34,11 @@
<artifactId>jboss-unit-mc</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${version.apache.log4j}</version>
+ </dependency>
</dependencies>
<build>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2010-01-13 12:19:46 UTC (rev 1253)
+++ components/pc/trunk/pom.xml 2010-01-13 13:14:11 UTC (rev 1254)
@@ -26,6 +26,7 @@
<version.gatein.wci>2.0.0-CR01</version.gatein.wci>
<version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
<version.apache.taglibs>1.1.2</version.apache.taglibs>
+ <version.apache.log4j>1.2.14</version.apache.log4j>
<!-- used in test module by maven-antrun-extended-plugin -->
<version.jboss.unit>1.2.3</version.jboss.unit>
Modified: components/pc/trunk/portal/src/build.xml
===================================================================
--- components/pc/trunk/portal/src/build.xml 2010-01-13 12:19:46 UTC (rev 1253)
+++ components/pc/trunk/portal/src/build.xml 2010-01-13 13:14:11 UTC (rev 1254)
@@ -822,7 +822,7 @@
<taskdef name="jboss-unit"
classname="org.jboss.unit.tooling.ant.JBossUnitTask"
classpath="${plugin_classpath}"/>
- <jboss-unit jpda="false" jpdaPort="9000"
jpdaSuspend="true" failOnError="false">
+ <jboss-unit jpda="false" jpdaPort="9000"
jpdaSuspend="true" failOnError="true">
<tests
config="${target}/test-classes/test/remote-jboss-unit.xml">
<property name="archivePath"
value="${test.temp.lib}"/>
Modified: components/pc/trunk/test/src/test/build.xml
===================================================================
--- components/pc/trunk/test/src/test/build.xml 2010-01-13 12:19:46 UTC (rev 1253)
+++ components/pc/trunk/test/src/test/build.xml 2010-01-13 13:14:11 UTC (rev 1254)
@@ -946,7 +946,7 @@
<taskdef name="jboss-unit"
classname="org.jboss.unit.tooling.ant.JBossUnitTask"
classpath="${plugin_classpath}"/>
- <jboss-unit jpda="false" jpdaPort="9000"
jpdaSuspend="true" failOnError="false">
+ <jboss-unit jpda="false" jpdaPort="9000"
jpdaSuspend="true" failOnError="true">
<tests
config="${target}/test-classes/test/remote-jboss-unit.xml">
<property name="archivePath"
value="${test.temp.lib}"/>
Show replies by date