[jbosstools-issues] [JBoss JIRA] (JBIDE-10109) can't compile openshift in trunk
Nick Boldt (Created) (JIRA)
jira-events at lists.jboss.org
Mon Nov 7 14:33:45 EST 2011
can't compile openshift in trunk
--------------------------------
Key: JBIDE-10109
URL: https://issues.jboss.org/browse/JBIDE-10109
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: JBossAS/Servers, openshift
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Rob Stryker
This failure has been happening for the last few builds:
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.continuous/3047/console
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.openshift.express.ui 2.3.0.qualifier
[ERROR] Missing requirement: org.jboss.tools.openshift.express.ui 2.3.0.qualifier requires 'bundle org.jboss.ide.eclipse.as.egit.core 2.3.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.jdt.core 3.7.0.v_OTDT_r200_201105240906 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.jboss.tools.openshift.express.ui 2.3.0.qualifier to bundle org.jboss.ide.eclipse.as.egit.core 2.3.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
Perhaps your feature/plugin don't properly declare this dependency? Or the org.jboss.ide.eclipse.as.egit.core bundle's not on the composite site? Or it's not being built via as/plugins/pom.xml ?
Please attempt to build your stuff locally using this pom as input:
{code}cd ~/trunk/build; mvn clean install -f pom-core.xml{code}
--
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
More information about the jbosstools-issues
mailing list