Author: julien(a)jboss.com
Date: 2008-01-09 18:25:22 -0500 (Wed, 09 Jan 2008)
New Revision: 9469
Modified:
modules/portlet/trunk/test/pom.xml
modules/portlet/trunk/test/src/test/build.xml
Log:
- update the life cycle dependencies between portlet and test modules (thanks Bolek) to
create jars
- make test work with jboss now
Modified: modules/portlet/trunk/test/pom.xml
===================================================================
--- modules/portlet/trunk/test/pom.xml 2008-01-09 21:30:33 UTC (rev 9468)
+++ modules/portlet/trunk/test/pom.xml 2008-01-09 23:25:22 UTC (rev 9469)
@@ -276,7 +276,7 @@
<executions>
<execution>
<id>test</id>
- <phase>test</phase>
+ <phase>integration-test</phase>
<configuration>
<tasks>
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2008-01-09 21:30:33 UTC (rev 9468)
+++ modules/portlet/trunk/test/src/test/build.xml 2008-01-09 23:25:22 UTC (rev 9469)
@@ -352,6 +352,7 @@
<path refid="mc.jboss_xb"/>
<path refid="mc.jboss_aop"/>
<path refid="mc.jboss_microcontainer"/>
+ <path refid="mc.jaxb-api"/>
</copy>
<mkdir dir="${test.temp.lib}/jboss-4.2"/>
@@ -369,7 +370,7 @@
<path refid="mc.portal-common"/>
<path refid="mc.portal-portlet"/>
- <!-- Remote plugin -->
+ <!-- Remote plugin -->
<path refid="mc.jboss-remoting"/>
<path refid="mc.portal-test-generic"/>
@@ -393,10 +394,7 @@
<fileset dir="${target}/test-classes/portlet-test-war"/>
</jar>
-
-
-
- <!--Strip cargo manager war filename-->
+ <!-- Strip cargo manager war filename-->
<copy file="${dependency.cargo-manager.war}"
tofile="${test.temp.lib}/manager.war"/>
</target>
@@ -436,7 +434,6 @@
<path location="${dependency.portal-test.jar}"/>
<path location="${dependency.portal-web.jar}"/>
<path location="${dependency.jsr168api.jar}"/>
- <path location="${dependency.portal-portlet.jar}"/>
</sharedClasspath>
<configuration>
<property name="cargo.servlet.port" value="8080"/>
@@ -530,7 +527,6 @@
<path location="${dependency.portal-test.jar}"/>
<path location="${dependency.portal-web.jar}"/>
<path location="${dependency.jsr168api.jar}"/>
- <path location="${dependency.portal-portlet.jar}"/>
<path location="${dependency.log4j.jar}"/>
<path location="${dependency.concurrent.jar}"/>
Show replies by date