[JBoss JIRA] (JBIDE-12954) Cannot assign value true to property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const class
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12954:
----------------------------------
Summary: Cannot assign value true to property parallel of org.eclipse.tycho.surefire.TestMojo: No enum const class
Key: JBIDE-12954
URL: https://issues.jboss.org/browse/JBIDE-12954
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, central, Central-Maven-Examples, maven, project-examples
Affects Versions: 4.0.0.CR1
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
13 years, 4 months
[JBoss JIRA] (JBIDE-12307) unified.target appears broken
by Paul Richardson (JIRA)
Paul Richardson created JBIDE-12307:
---------------------------------------
Summary: unified.target appears broken
Key: JBIDE-12307
URL: https://issues.jboss.org/browse/JBIDE-12307
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: target-platform
Affects Versions: 3.4.x
Environment: Either installed Eclipse Indigo or Juno
Reporter: Paul Richardson
Assignee: Nick Boldt
Use of the unified.target fails as PDE target platform for both Indigo and Juno.
*Indigo IDE*
Use of the trunk version of unified.target results in org.lucene.core 3.5-4 not being found, which is true since only version 2.91 is available in the update site - http://download.jboss.org/jbosstools/updates/target-platform_3.4.juno.SR0...
*Juno IDE*
Use of the trunk version of unified.target results in package org.xmlpull.mxp1 not being found as a requirement of XStream.
Both errors imply an incomplete target platform but does the fact that they are different errors imply that plugins in the installed IDE are assumed to be there?
Should it not be possible to take an eclipse Indigo and develop against a Juno target platform?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13006) source feature generation failing for openshift: Missing sources for plugins
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-13006:
----------------------------------
Summary: source feature generation failing for openshift: Missing sources for plugins
Key: JBIDE-13006
URL: https://issues.jboss.org/browse/JBIDE-13006
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.0.0.Beta2, 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Andre Dietisheim
Fix For: 4.0.0.Beta2, 4.0.0.CR1
When building locally:
{code}
mvn clean install
[INFO] org.jboss.tools.openshift.express.feature ......... FAILURE [0.511s]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-source-feature-plugin:0.15.0:source-feature (source-feature) on project org.jboss.tools.openshift.express.feature: Could not generate source feature for project MavenProject: org.jboss.tools.openshift.features:org.jboss.tools.openshift.express.feature:2.4.0-SNAPSHOT @ /home/nboldt/eclipse/workspace-jboss/jbosstools-github/jbosstools-openshift/features/org.jboss.tools.openshift.express.feature/pom.xml
[ERROR] Missing sources for plugins [org.jboss.tools.openshift.express.client_2.4.0.CR1-v20121107-0221]
{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
13 years, 4 months