JBoss Tools SVN: r22572 - in trunk: jsf/tests and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 16:18:49 -0400 (Fri, 04 Jun 2010)
New Revision: 22572
Modified:
trunk/jsf/tests/test-pom.xml
trunk/parent-pom.xml
Log:
fake tests.product used to run jsf tests
Modified: trunk/jsf/tests/test-pom.xml
===================================================================
--- trunk/jsf/tests/test-pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
+++ trunk/jsf/tests/test-pom.xml 2010-06-04 20:18:49 UTC (rev 22572)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <product>org.jboss.tools.tests</product>
<!-- argLine>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</argLine-->
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
+++ trunk/parent-pom.xml 2010-06-04 20:18:49 UTC (rev 22572)
@@ -93,7 +93,6 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <appArgLine>-plugincustomization ${basedir}/build/plugin_customization.ini</appArgLine>
<argLine>${memoryOptions}</argLine>
<!-- https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho -->
<!-- set useUIThread=true for regular ui tests -->
14 years, 7 months
JBoss Tools SVN: r22571 - in trunk/vpe/tests: org.jboss.tools.vpe.jsp.test and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 16:17:21 -0400 (Fri, 04 Jun 2010)
New Revision: 22571
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml
trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for vpe test errors. fake product used to start vpe tests
Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml 2010-06-04 20:11:39 UTC (rev 22570)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <product>org.jboss.tools.tests</product>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.mozilla.xulrunner.carbon.macosx</bundle>
Modified: trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml 2010-06-04 20:11:39 UTC (rev 22570)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <product>org.jboss.tools.tests</product>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.mozilla.xulrunner.carbon.macosx</bundle>
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 20:11:39 UTC (rev 22570)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <product>org.jboss.tools.tests</product>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.jboss.tools.vpe.ui.test</bundle>
Modified: trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml 2010-06-04 20:11:39 UTC (rev 22570)
+++ trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <product>org.jboss.tools.tests</product>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.mozilla.xulrunner.carbon.macosx</bundle>
14 years, 7 months
JBoss Tools SVN: r22570 - trunk/tests/plugins/org.jboss.tools.tests.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 16:11:39 -0400 (Fri, 04 Jun 2010)
New Revision: 22570
Added:
trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
Modified:
trunk/tests/plugins/org.jboss.tools.tests/build.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for vpe test errors:create fake product to control intro appearance in tests execution
Modified: trunk/tests/plugins/org.jboss.tools.tests/build.properties
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/build.properties 2010-06-04 20:03:42 UTC (rev 22569)
+++ trunk/tests/plugins/org.jboss.tools.tests/build.properties 2010-06-04 20:11:39 UTC (rev 22570)
@@ -4,8 +4,18 @@
META-INF/,\
testProject1/,\
build.properties,\
- plugin.*
+ plugin.*,\
+ plugin_customization.ini,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ .project,\
+ .classpath
bin.includes = .,\
META-INF/,\
testProject1/,\
- plugin.*
+ plugin.*,\
+ plugin.xml,\
+ plugin_customization.ini,\
+ plugin.properties,\
+ about.html
Added: trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin.xml (rev 0)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin.xml 2010-06-04 20:11:39 UTC (rev 22570)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="product"
+ name="Test Product to Control Tests Execution">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ </product>
+ </extension>
+
+</plugin>
Property changes on: trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini (rev 0)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini 2010-06-04 20:11:39 UTC (rev 22570)
@@ -0,0 +1,4 @@
+# Shut down an Intro for tests because of
+# http://jira.jboss.com/jira/browse/JBIDE-1096
+
+org.eclipse.ui/showIntro = false
Property changes on: trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 7 months
JBoss Tools SVN: r22569 - branches/3.2.helios/seam/tests.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 16:03:42 -0400 (Fri, 04 Jun 2010)
New Revision: 22569
Modified:
branches/3.2.helios/seam/tests/pom.xml
Log:
JBIDE-6421 no code, so no tests to run - comment out empty test plugins
Modified: branches/3.2.helios/seam/tests/pom.xml
===================================================================
--- branches/3.2.helios/seam/tests/pom.xml 2010-06-04 20:03:17 UTC (rev 22568)
+++ branches/3.2.helios/seam/tests/pom.xml 2010-06-04 20:03:42 UTC (rev 22569)
@@ -14,12 +14,12 @@
<modules>
<module>org.jboss.tools.seam.core.test</module>
<module>org.jboss.tools.seam.pages.xml.test</module>
- <module>org.jboss.tools.seam.text.ext.test</module>
+ <!-- <module>org.jboss.tools.seam.text.ext.test</module> -->
<module>org.jboss.tools.seam.ui.bot.test</module>
- <module>org.jboss.tools.seam.ui.pages.test</module>
+ <!-- <module>org.jboss.tools.seam.ui.pages.test</module> -->
<module>org.jboss.tools.seam.ui.test</module>
<module>org.jboss.tools.seam.xml.test</module>
- <module>org.jboss.tools.seam.xml.ui.test</module>
+ <!-- <module>org.jboss.tools.seam.xml.ui.test</module> -->
</modules>
</project>
-
\ No newline at end of file
+
14 years, 7 months
JBoss Tools SVN: r22568 - trunk/seam/tests.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 16:03:17 -0400 (Fri, 04 Jun 2010)
New Revision: 22568
Modified:
trunk/seam/tests/pom.xml
Log:
JBIDE-6421 no code, so no tests to run - comment out empty test plugins
Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml 2010-06-04 20:01:16 UTC (rev 22567)
+++ trunk/seam/tests/pom.xml 2010-06-04 20:03:17 UTC (rev 22568)
@@ -14,12 +14,12 @@
<modules>
<module>org.jboss.tools.seam.core.test</module>
<module>org.jboss.tools.seam.pages.xml.test</module>
- <module>org.jboss.tools.seam.text.ext.test</module>
+ <!-- <module>org.jboss.tools.seam.text.ext.test</module> -->
<module>org.jboss.tools.seam.ui.bot.test</module>
- <module>org.jboss.tools.seam.ui.pages.test</module>
+ <!-- <module>org.jboss.tools.seam.ui.pages.test</module> -->
<module>org.jboss.tools.seam.ui.test</module>
<module>org.jboss.tools.seam.xml.test</module>
- <module>org.jboss.tools.seam.xml.ui.test</module>
+ <!-- <module>org.jboss.tools.seam.xml.ui.test</module> -->
</modules>
</project>
-
\ No newline at end of file
+
14 years, 7 months
JBoss Tools SVN: r22567 - in trunk/seam/tests: org.jboss.tools.seam.ui.pages.test and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 16:01:16 -0400 (Fri, 04 Jun 2010)
New Revision: 22567
Modified:
trunk/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml
Log:
JBIDE-6421 no code, so no tests to run
Modified: trunk/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml 2010-06-04 19:58:36 UTC (rev 22566)
+++ trunk/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml 2010-06-04 20:01:16 UTC (rev 22567)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.text.ext.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml 2010-06-04 19:58:36 UTC (rev 22566)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml 2010-06-04 20:01:16 UTC (rev 22567)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.ui.pages.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml 2010-06-04 19:58:36 UTC (rev 22566)
+++ trunk/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml 2010-06-04 20:01:16 UTC (rev 22567)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.xml.ui.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
14 years, 7 months
JBoss Tools SVN: r22566 - branches/3.2.helios/seam/tests/org.jboss.tools.seam.xml.ui.test.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 15:58:36 -0400 (Fri, 04 Jun 2010)
New Revision: 22566
Modified:
branches/3.2.helios/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml
Log:
JBIDE-6421 no code, so no tests to run
Modified: branches/3.2.helios/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml
===================================================================
--- branches/3.2.helios/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml 2010-06-04 19:58:08 UTC (rev 22565)
+++ branches/3.2.helios/seam/tests/org.jboss.tools.seam.xml.ui.test/pom.xml 2010-06-04 19:58:36 UTC (rev 22566)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.xml.ui.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
14 years, 7 months
JBoss Tools SVN: r22565 - branches/3.2.helios/seam/tests/org.jboss.tools.seam.ui.pages.test.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 15:58:08 -0400 (Fri, 04 Jun 2010)
New Revision: 22565
Modified:
branches/3.2.helios/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml
Log:
JBIDE-6421 no code, so no tests to run
Modified: branches/3.2.helios/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml
===================================================================
--- branches/3.2.helios/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml 2010-06-04 19:56:37 UTC (rev 22564)
+++ branches/3.2.helios/seam/tests/org.jboss.tools.seam.ui.pages.test/pom.xml 2010-06-04 19:58:08 UTC (rev 22565)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.ui.pages.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
14 years, 7 months
JBoss Tools SVN: r22564 - branches/3.2.helios/seam/tests/org.jboss.tools.seam.text.ext.test.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 15:56:37 -0400 (Fri, 04 Jun 2010)
New Revision: 22564
Modified:
branches/3.2.helios/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml
Log:
JBIDE-6421 no code, so no tests to run
Modified: branches/3.2.helios/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml
===================================================================
--- branches/3.2.helios/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml 2010-06-04 19:46:16 UTC (rev 22563)
+++ branches/3.2.helios/seam/tests/org.jboss.tools.seam.text.ext.test/pom.xml 2010-06-04 19:56:37 UTC (rev 22564)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.text.ext.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
14 years, 7 months
JBoss Tools SVN: r22563 - branches/3.2.helios/seam/plugins/org.jboss.tools.seam.ui.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 15:46:16 -0400 (Fri, 04 Jun 2010)
New Revision: 22563
Modified:
branches/3.2.helios/seam/plugins/org.jboss.tools.seam.ui/pom.xml
Log:
make pom and manifest versions match
Modified: branches/3.2.helios/seam/plugins/org.jboss.tools.seam.ui/pom.xml
===================================================================
--- branches/3.2.helios/seam/plugins/org.jboss.tools.seam.ui/pom.xml 2010-06-04 19:33:18 UTC (rev 22562)
+++ branches/3.2.helios/seam/plugins/org.jboss.tools.seam.ui/pom.xml 2010-06-04 19:46:16 UTC (rev 22563)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.seam.ui</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
14 years, 7 months