[jbosstools-commits] JBoss Tools SVN: r42195 - in trunk/esb/tests: org.jboss.tools.esb.ui.bot.test and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jun 25 10:09:34 EDT 2012


Author: mickael_istria
Date: 2012-06-25 10:09:33 -0400 (Mon, 25 Jun 2012)
New Revision: 42195

Removed:
   trunk/esb/tests/org.jboss.tools.esb.project.core.test/requirements.properties
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties
Modified:
   trunk/esb/tests/org.jboss.tools.esb.project.core.test/pom.xml
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
Log:
JBIDE-11714:
* Get ESB runtimes using maven-download-plugin

Modified: trunk/esb/tests/org.jboss.tools.esb.project.core.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.project.core.test/pom.xml	2012-06-24 23:51:14 UTC (rev 42194)
+++ trunk/esb/tests/org.jboss.tools.esb.project.core.test/pom.xml	2012-06-25 14:09:33 UTC (rev 42195)
@@ -13,7 +13,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.jboss.home.4.2=${requirement.build.root}/jboss-soa-p.5.0.0/jboss-soa-p.5.0.0/jboss-as -Djbosstools.test.jboss.home.5.0=${requirement.build.root}/jboss-soa-p.5.0.0/jboss-soa-p.5.0.0/jboss-as -Djbosstools.test.jboss.home.5.1=${requirement.build.root}/jboss-5.1.0.GA -Djbosstools.test.soap.home.4.3=${requirement.build.root}/jboss-soa-p.4.3.0/jboss-soa-p.4.3.0/ -Djbosstools.test.soap.home.5.0=${requirement.build.root}/jboss-soa-p.5.0.0/jboss-soa-p.5.0.0/</systemProperties>
+		<systemProperties>-Djbosstools.test.jboss.home.4.2=${requirementsDirectory}/jboss-soa-p.4.3.0/jboss-as -Djbosstools.test.jboss.home.5.0=${requirementsDirectory}/jboss-soa-p.5.0.0/jboss-as	-Djbosstools.test.jboss.home.5.1=${requirementsDirectory}/jboss-5.1.0.GA -Djbosstools.test.soap.home.4.3=${requirementsDirectory}/jboss-soa-p.4.3.0/jboss-soa-p.4.3.0/ -Djbosstools.test.soap.home.5.0=${requirementsDirectory}/jboss-soa-p.5.0.0/jboss-soa-p.5.0.0/</systemProperties>
 		<coverage.filter>org.jboss.tools.esb.core*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.esb.project.core</emma.instrument.bundles>
 	</properties>
@@ -21,6 +21,48 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>install-as-5.1.0</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-5.1.0.GA.zip</url>
+							<md5>78322c75ca0c13002a04418b4a8bc920</md5>
+							<unpack>true</unpack>
+						</configuration>
+					</execution>
+					<execution>
+						<id>install-soa-p-4.3</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://download.devel.redhat.com/released/JBossSOAP/4.3.0/CP05/soa-4.3.0.GA_CP05.zip</url>
+							<md5>91ce2b24015178cda02878d0abe38ac7</md5>
+							<unpack>true</unpack>
+						</configuration>
+					</execution>
+					<execution>
+						<id>install-soa-p-5.0</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://download.devel.redhat.com/released/JBossSOAP/5.0.1/soa-5.0.1.GA-signed.zip</url>
+							<md5>b9088f7884c7464419623c596dafe25f</md5>
+							<unpack>true</unpack>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/esb/tests/org.jboss.tools.esb.project.core.test/requirements.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.project.core.test/requirements.properties	2012-06-24 23:51:14 UTC (rev 42194)
+++ trunk/esb/tests/org.jboss.tools.esb.project.core.test/requirements.properties	2012-06-25 14:09:33 UTC (rev 42195)
@@ -1 +0,0 @@
-requirements=soap,jbossas
\ No newline at end of file

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-06-24 23:51:14 UTC (rev 42194)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-06-25 14:09:33 UTC (rev 42195)
@@ -12,8 +12,8 @@
 	
 	<packaging>eclipse-test-plugin</packaging>
 	<properties>
-		<jbosstools.test.jbossesb.home>${requirement.build.root}/jbossesb-4.11</jbosstools.test.jbossesb.home>
-		<jbosstools.test.jbosssoa.home>${requirement.build.root}/jboss-soa-p-5.3/jboss-soa-p-5/jboss-as</jbosstools.test.jbosssoa.home>
+		<jbosstools.test.jbossesb.home>${requirementsDirectory}/jbossesb-4.11</jbosstools.test.jbossesb.home>
+		<jbosstools.test.jbosssoa.home>${requirementsDirectory}/jboss-soa-p-5.3/jboss-soa-p-5/jboss-as</jbosstools.test.jbosssoa.home>
 		<swtbot.test.properties.file>./org.jboss.tools.esb.ui.bot.test.properties</swtbot.test.properties.file>
 		<systemProperties>-Djbosstools.test.jbossesb.home=${jbosstools.test.jbossesb.home} -Djbosstools.test.jbosssoa.home=${jbosstools.test.jbosssoa.home} -Dswtbot.test.properties.file=${swtbot.test.properties.file}
 		</systemProperties>
@@ -22,6 +22,36 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>install-soa-platform</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://jawa05.englab.brq.redhat.com/candidate/soa-5.3.0.ER2/soa-p-5.3.0.ER2.zip</url>
+							<md5>1f70c15b26a0d812ba2a39a96c6a8c57</md5>
+							<unpack>true</unpack>
+						</configuration>
+					</execution>
+					<execution>
+						<id>install-esb</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://download.jboss.org/jbossesb/4.11/binary/jbossesb-4.11.zip</url>
+							<md5>506bb7f42777cf0e524ccc37336aa137</md5>
+							<unpack>true</unpack>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties	2012-06-24 23:51:14 UTC (rev 42194)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties	2012-06-25 14:09:33 UTC (rev 42195)
@@ -1 +0,0 @@
-requirements=jbossesb-4.11,soap



More information about the jbosstools-commits mailing list