JBoss Portal SVN: r12478 - modules/web/trunk/web/src/test.
by portal-commits@lists.jboss.org
Author: mwringe
Date: 2009-01-13 01:57:04 -0500 (Tue, 13 Jan 2009)
New Revision: 12478
Modified:
modules/web/trunk/web/src/test/build.xml
Log:
Temporarily remove JBoss AS5 testing
Modified: modules/web/trunk/web/src/test/build.xml
===================================================================
--- modules/web/trunk/web/src/test/build.xml 2009-01-13 06:40:24 UTC (rev 12477)
+++ modules/web/trunk/web/src/test/build.xml 2009-01-13 06:57:04 UTC (rev 12478)
@@ -25,7 +25,7 @@
</target>
<target name="tests.call.all" unless="tests">
- <antcall target="tests.jboss5"/>
+<!-- <antcall target="tests.jboss5"/> -->
<antcall target="tests.jboss"/>
<antcall target="tests.tomcat"/>
<!-- <antcall target="tests.jetty"/> -->
@@ -100,14 +100,14 @@
</not>
</and>
</condition>
- <condition property="JBOSS_5_0_HOME" value="${env.JBOSS_5_0_HOME}">
+<!-- <condition property="JBOSS_5_0_HOME" value="${env.JBOSS_5_0_HOME}">
<and>
<isset property="env.JBOSS_5_0_HOME"/>
<not>
<isset property="JBOSS_5_0_HOME"/>
</not>
</and>
- </condition>
+ </condition> -->
<condition property="TOMCAT_6_0_HOME" value="${env.TOMCAT_6_0_HOME}">
<and>
<isset property="env.TOMCAT_6_0_HOME"/>
@@ -147,7 +147,7 @@
</condition>
</fail>
- <fail message="Please set the environment variable JBOSS_5_0_HOME or use -Dtest.specified.containers to only run tests for containers specified with a HOME variable">
+<!-- <fail message="Please set the environment variable JBOSS_5_0_HOME or use -Dtest.specified.containers to only run tests for containers specified with a HOME variable">
<condition>
<and>
<not>
@@ -158,7 +158,7 @@
</not>
</and>
</condition>
- </fail>
+ </fail> -->
<fail message="Please set the environment variable TOMCAT_6_0_HOME or use -Dtest.specified.containers to only run tests for containers specified with a HOME variable">
<condition>
17 years, 3 months
JBoss Portal SVN: r12477 - modules/portlet/trunk/test/src/test.
by portal-commits@lists.jboss.org
Author: mwringe
Date: 2009-01-13 01:40:24 -0500 (Tue, 13 Jan 2009)
New Revision: 12477
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
Temporarily remove JBoss AS5 testing
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2009-01-13 00:52:19 UTC (rev 12476)
+++ modules/portlet/trunk/test/src/test/build.xml 2009-01-13 06:40:24 UTC (rev 12477)
@@ -218,14 +218,14 @@
</not>
</and>
</condition>
- <condition property="JBOSS_5_0_HOME" value="${env.JBOSS_5_0_HOME}">
+<!-- <condition property="JBOSS_5_0_HOME" value="${env.JBOSS_5_0_HOME}">
<and>
<isset property="env.JBOSS_5_0_HOME"/>
<not>
<isset property="JBOSS_5_0_HOME"/>
</not>
</and>
- </condition>
+ </condition> -->
<condition property="TOMCAT_6_0_HOME" value="${env.TOMCAT_6_0_HOME}">
<and>
<isset property="env.TOMCAT_6_0_HOME"/>
@@ -259,7 +259,7 @@
</condition>
</fail>
- <fail message="Please set the environment variable JBOSS_5_0_HOME">
+<!-- <fail message="Please set the environment variable JBOSS_5_0_HOME">
<condition>
<and>
<not>
@@ -267,7 +267,7 @@
</not>
</and>
</condition>
- </fail>
+ </fail> -->
<fail message="Please set the environment variable TOMCAT_6_0_HOME">
<condition>
@@ -735,7 +735,7 @@
<target name="tests.jboss">
<antcall target="tests.jboss-4.2"/>
- <antcall target="tests.jboss-5.0"/>
+ <!-- <antcall target="tests.jboss-5.0"/> -->
</target>
<target name="cargo.tomcat-6.start" depends="cargo.setup">
17 years, 3 months
JBoss Portal SVN: r12476 - modules/portlet/trunk/build.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2009-01-12 19:52:19 -0500 (Mon, 12 Jan 2009)
New Revision: 12476
Modified:
modules/portlet/trunk/build/pom.xml
Log:
Updated to use version 1.0.0 of parent instead of inexisting 1-SNAPSHOT. Use version 1.2.1 of tooling.
Modified: modules/portlet/trunk/build/pom.xml
===================================================================
--- modules/portlet/trunk/build/pom.xml 2009-01-13 00:51:35 UTC (rev 12475)
+++ modules/portlet/trunk/build/pom.xml 2009-01-13 00:52:19 UTC (rev 12476)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.portal</groupId>
<artifactId>jboss-portal-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.portlet</groupId>
@@ -115,7 +115,7 @@
<plugin>
<groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-maven2</artifactId>
- <version>1.2.0-Beta1</version>
+ <version>1.2.1</version>
</plugin>
</plugins>
</pluginManagement>
17 years, 3 months
JBoss Portal SVN: r12475 - in modules: template/build and 1 other directory.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2009-01-12 19:51:35 -0500 (Mon, 12 Jan 2009)
New Revision: 12475
Modified:
modules/presentation/trunk/build/pom.xml
modules/template/build/pom.xml
Log:
Updated to use version 1.0.0 of parent instead of inexisting 1-SNAPSHOT
Modified: modules/presentation/trunk/build/pom.xml
===================================================================
--- modules/presentation/trunk/build/pom.xml 2009-01-13 00:50:45 UTC (rev 12474)
+++ modules/presentation/trunk/build/pom.xml 2009-01-13 00:51:35 UTC (rev 12475)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.portal</groupId>
<artifactId>jboss-portal-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.presentation</groupId>
Modified: modules/template/build/pom.xml
===================================================================
--- modules/template/build/pom.xml 2009-01-13 00:50:45 UTC (rev 12474)
+++ modules/template/build/pom.xml 2009-01-13 00:51:35 UTC (rev 12475)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.portal</groupId>
<artifactId>jboss-portal-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.template</groupId>
17 years, 3 months
JBoss Portal SVN: r12474 - modules/portlet/trunk.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2009-01-12 19:50:45 -0500 (Mon, 12 Jan 2009)
New Revision: 12474
Modified:
modules/portlet/trunk/pom.xml
Log:
Updated to use version 1.0.0 of parent instead of inexisting 1-SNAPSHOT
Modified: modules/portlet/trunk/pom.xml
===================================================================
--- modules/portlet/trunk/pom.xml 2009-01-13 00:49:14 UTC (rev 12473)
+++ modules/portlet/trunk/pom.xml 2009-01-13 00:50:45 UTC (rev 12474)
@@ -5,7 +5,7 @@
<artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Portlet Module Aggregator</name>
- <version>2.1.0-SNAPSHOT</version>
+ <version>trunk-SNAPSHOT</version>
<url>http://labs.jboss.com/jbossportal</url>
<dependencies/>
17 years, 3 months
JBoss Portal SVN: r12473 - modules/identity/trunk/build.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2009-01-12 19:49:14 -0500 (Mon, 12 Jan 2009)
New Revision: 12473
Modified:
modules/identity/trunk/build/pom.xml
Log:
Updated to use version 1.0.0 of parent instead of inexisting 1-SNAPSHOT
Modified: modules/identity/trunk/build/pom.xml
===================================================================
--- modules/identity/trunk/build/pom.xml 2009-01-12 23:34:03 UTC (rev 12472)
+++ modules/identity/trunk/build/pom.xml 2009-01-13 00:49:14 UTC (rev 12473)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.portal</groupId>
<artifactId>jboss-portal-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.identity</groupId>
17 years, 3 months
JBoss Portal SVN: r12472 - modules/test/trunk.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2009-01-12 18:34:03 -0500 (Mon, 12 Jan 2009)
New Revision: 12472
Added:
modules/test/trunk/releaseLibs.sh
Log:
Added script to help releasing new versions of module. Still needs work.
Added: modules/test/trunk/releaseLibs.sh
===================================================================
--- modules/test/trunk/releaseLibs.sh (rev 0)
+++ modules/test/trunk/releaseLibs.sh 2009-01-12 23:34:03 UTC (rev 12472)
@@ -0,0 +1,43 @@
+repos=$HOME/Dev/portal-modules-repos/test/trunk-SNAPSHOT/lib
+thirdparty=$HOME/Dev/jboss-portal-2.7/thirdparty/jboss-portal/modules/test/lib/
+
+echo "Copies current version of test libraries either to local repository copy or Portal thirdparty to test or release purpose"
+echo "Usage: '$0' to release to Portal thirdparty, '$0 repos' to release to repository local copy"
+echo "Set 'repos' variable to the snapshot lib directory for the common module of your local repository copy"
+echo "Set 'thirdparty' variable to the lib directory for the common module of your local JBoss Portal 2.7 thirparty directory"
+echo ""
+echo "repos currently set at: $repos"
+echo "thirdparty currently set at: $thirdparty"
+echo ""
+
+if [[ $1 == "repos" ]]; then
+ loc=$repos
+ echo "Releasing to repository. Don't forget to update component-info.xml with revision number."
+elif [[ $1 == "usage" ]]; then
+ echo "Usage shown, nothing was done"
+ exit 0
+else
+ loc=$thirdparty
+ echo "Releasing to Portal thirdparty"
+fi
+
+
+echo "Old test framework"
+cp test/jboss/target/portal-test-jboss-*-SNAPSHOT.jar $loc/portal-test-jboss-lib.jar
+cp test/agent/target/portal-test-agent-*-SNAPSHOT.sar $loc/portal-test-agent.sar
+cp test/core/target/portal-test-*-SNAPSHOT.jar $loc/portal-test-lib.jar
+cp test/generic/target/portal-test-generic-*-SNAPSHOT.jar $loc/portal-test-generic-lib.jar
+cp test/jboss/target/portal-test-jboss-*-SNAPSHOT.jar $loc/portal-test-jboss-lib.jar
+
+echo "Missing opends???"
+
+echo "JBoss Unit: old tooling is replaced by tooling-ant, tooling-core and tooling-maven2"
+cp unit/target/jboss-unit-*-SNAPSHOT.jar $loc/jboss-unit-lib.jar
+cp mc/target/jboss-unit-mc-*-SNAPSHOT.jar $loc/jboss-unit-mc-lib.jar
+cp remote/target/jboss-unit-remote-*-SNAPSHOT.jar $loc/jboss-unit-remote-lib.jar
+cp tooling/ant/target/jboss-unit-tooling-ant-*-SNAPSHOT.jar $loc/jboss-unit-tooling-ant-lib.jar
+cp tooling/core/target/jboss-unit-tooling-core-*-SNAPSHOT.jar $loc/jboss-unit-tooling-core-lib.jar
+cp tooling/maven2/target/jboss-unit-tooling-maven2-*-SNAPSHOT.jar $loc/jboss-unit-tooling-maven2-lib.jar
+
+echo "Resources"
+cp test/core/resources/config/*.xml $loc/../resources/
Property changes on: modules/test/trunk/releaseLibs.sh
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:eol-style
+ native
17 years, 3 months