[
https://issues.jboss.org/browse/JBIDE-12954?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-12954:
----------------------------------------
Documentation here says that "true" is not an accepted value for parallel:
http://www.eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugi...
Also, I'm not sure using parallel mode helps when dealing with UI tests. Are you using
it for UI tests? If yes, can you please provide some feedback and benchmark?
Cannot assign value true to property parallel of
org.eclipse.tycho.surefire.TestMojo: No enum const class
org.eclipse.tycho.surefire.ParallelMode.true
------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-12954
URL:
https://issues.jboss.org/browse/JBIDE-12954
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, central, maven, project-examples
Affects Versions: 4.0.0.Beta2
Reporter: Nick Boldt
Assignee: Len DiMaggio
Soon we will move up to Tycho 0.16.0. Here's what happens when you try to build the
Central/Maven/Examples repo like this:
{code}
mvn3 clean install -DtychoVersion=0.16.0 | tee log_tycho0160.txt
{code}
{code}
[INFO] maven.all ......................................... SUCCESS [0.649s]
[INFO] maven.plugins ..................................... SUCCESS [0.019s]
[INFO] org.jboss.tools.maven.core ........................ SUCCESS [2.450s]
[INFO] org.jboss.tools.maven.ui .......................... SUCCESS [2.509s]
[INFO] org.jboss.tools.maven.conversion.ui ............... SUCCESS [0.822s]
[INFO] maven.features .................................... SUCCESS [0.017s]
[INFO] org.jboss.tools.maven.feature ..................... SUCCESS [0.465s]
[INFO] org.jboss.tools.maven.jsf ......................... SUCCESS [0.762s]
[INFO] org.jboss.tools.maven.jsf.feature ................. SUCCESS [0.398s]
[INFO] org.jboss.tools.maven.seam ........................ SUCCESS [0.918s]
[INFO] org.jboss.tools.maven.seam.feature ................ SUCCESS [0.300s]
[INFO] org.jboss.tools.maven.cdi ......................... SUCCESS [0.450s]
[INFO] org.jboss.tools.maven.cdi.feature ................. SUCCESS [0.282s]
[INFO] org.jboss.tools.maven.hibernate ................... SUCCESS [0.541s]
[INFO] org.jboss.tools.maven.hibernate.feature ........... SUCCESS [0.260s]
[INFO] org.jboss.tools.maven.portlet ..................... SUCCESS [0.485s]
[INFO] org.jboss.tools.maven.portlet.feature ............. SUCCESS [0.248s]
[INFO] examples.all ...................................... SUCCESS [0.027s]
[INFO] examples.plugins .................................. SUCCESS [0.005s]
[INFO] org.jboss.tools.project.examples .................. SUCCESS [1.491s]
[INFO] org.jboss.tools.maven.project.examples ............ SUCCESS [1.006s]
[INFO] org.jboss.tools.project.examples.cheatsheet ....... SUCCESS [0.537s]
[INFO] examples.features ................................. SUCCESS [0.061s]
[INFO] org.jboss.tools.project.examples.feature .......... SUCCESS [0.294s]
[INFO] org.jboss.tools.maven.project.examples.feature .... SUCCESS [0.290s]
[INFO] maven.tests ....................................... SUCCESS [0.041s]
[INFO] org.jboss.tools.maven.ui.bot.test ................. FAILURE [4:53.887s]
[INFO] org.jboss.tools.maven.test.feature ................ SKIPPED
[INFO] org.jboss.tools.maven.jaxrs ....................... SUCCESS [0.750s]
[INFO] org.jboss.tools.maven.jaxrs.feature ............... SUCCESS [0.327s]
[INFO] org.jboss.tools.maven.jbosspackaging .............. SUCCESS [0.837s]
[INFO] org.jboss.tools.maven.jbosspackaging.feature ...... SUCCESS [0.313s]
[INFO] org.jboss.tools.maven.jpa ......................... SUCCESS [0.571s]
[INFO] org.jboss.tools.maven.jpa.feature ................. SUCCESS [0.259s]
[INFO] org.jboss.tools.maven.profiles.core ............... SUCCESS [0.287s]
[INFO] org.jboss.tools.maven.profiles.ui ................. SUCCESS [0.490s]
[INFO] org.jboss.tools.maven.profiles.feature ............ SUCCESS [0.310s]
[INFO] org.jboss.tools.maven.gwt ......................... SUCCESS [0.578s]
[INFO] org.jboss.tools.maven.gwt.feature ................. SUCCESS [0.298s]
[INFO] org.jboss.tools.maven.sourcelookup.core ........... SUCCESS [0.556s]
[INFO] org.jboss.tools.maven.sourcelookup.ui ............. SUCCESS [0.442s]
[INFO] org.jboss.tools.maven.sourcelookup.feature ........ SUCCESS [0.271s]
[INFO] org.jboss.tools.maven.jdt ......................... SUCCESS [0.557s]
[INFO] org.jboss.tools.maven.jdt.feature ................. SUCCESS [0.284s]
[INFO] org.jboss.tools.maven.configurators.tests ......... FAILURE [0.990s]
[INFO] org.jboss.tools.maven.conversion.test ............. FAILURE [0.320s]
[INFO] org.jboss.tools.maven.common.test ................. FAILURE [0.275s]
[INFO] org.jboss.tools.maven.profiles.test ............... FAILURE [0.221s]
[INFO] org.jboss.tools.community.project.examples ........ SUCCESS [0.168s]
[INFO] org.jboss.tools.community.project.examples.feature SUCCESS [0.262s]
[INFO] examples.tests .................................... SUCCESS [0.105s]
[INFO] org.jboss.tools.project.examples.test ............. FAILURE [4:03.517s]
[INFO] org.jboss.tools.project.examples.test.feature ..... SKIPPED
[INFO] central.all ....................................... SUCCESS [0.045s]
[INFO] central.plugins ................................... SUCCESS [0.023s]
[INFO] org.jboss.tools.central ........................... SUCCESS [1.668s]
[INFO] org.jboss.tools.community.central ................. SUCCESS [0.273s]
[INFO] org.jboss.tools.central.themes .................... SUCCESS [0.401s]
[INFO] org.jboss.tools.central.discovery ................. SUCCESS [0.228s]
[INFO] central.features .................................. SUCCESS [0.069s]
[INFO] org.jboss.tools.central.feature ................... SUCCESS [0.262s]
[INFO] org.jboss.tools.community.central.feature ......... SUCCESS [0.320s]
[INFO] org.jboss.tools.central.discovery.feature ......... SUCCESS [0.197s]
[INFO] org.jboss.tools.central.themes.feature ............ SUCCESS [0.217s]
[INFO] central.tests ..................................... SUCCESS [0.005s]
[INFO] org.jboss.tools.central.test ...................... FAILURE [0.460s]
[INFO] org.jboss.tools.central.test.feature .............. SKIPPED
[INFO] central.maven.examples.all ........................ SUCCESS [0.074s]
[INFO] central.maven.examples.site ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:43.124s
[INFO] Finished at: Fri Oct 26 16:55:56 EDT 2012
[INFO] Final Memory: 218M/666M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.maven.ui.bot.test: Unable to parse configuration
of mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign value true to
property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const class
org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.maven.configurators.tests: Unable to parse
configuration of mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign
value true to property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const
class org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.maven.conversion.test: Unable to parse
configuration of mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign
value true to property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const
class org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.maven.common.test: Unable to parse configuration
of mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign value true to
property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const class
org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.maven.profiles.test: Unable to parse
configuration of mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign
value true to property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const
class org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.project.examples.test: Unable to parse
configuration of mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign
value true to property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const
class org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test
(default-test) on project org.jboss.tools.central.test: Unable to parse configuration of
mojo org.eclipse.tycho:tycho-surefire-plugin:0.16.0:test: Cannot assign value true to
property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const class
org.eclipse.tycho.surefire.ParallelMode.true -> [Help 1]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira