[
https://issues.jboss.org/browse/JBIDE-22633?page=com.atlassian.jira.plugi...
]
Paul Leacu commented on JBIDE-22633:
------------------------------------
[~nickboldt] - Hey Nick - I tried building against
https://origin-repository.jboss.org/nexus/content/groups/public/org/jboss...
and my builds fail with
{code}
ERROR] Resolution failed:
[ERROR] Software being installed: org.eclipse.mylyn.wikitext.asciidoc.core
2.8.0.N20160111-1930
[ERROR] Software being installed: org.eclipse.mylyn.wikitext_feature.feature.group
2.9.0.v20160601-1831
[ERROR] Only one of the following can be installed at once:
[org.eclipse.mylyn.wikitext.asciidoc.core 2.8.0.N20160111-1930,
org.eclipse.mylyn.wikitext.asciidoc.core 2.9.0.v20160524-1633]
{code}
which is what your verifyTarget.sh indicated. Looking at the 4.60.1AM1-SNAPSHOT target
file source it's pretty obvious where the duplications are. I'd recommend just
deleting the 2.8.0 [org.eclipse.mylyn.wikitext.asciidoc IUs (core, ui) as well as
org.objectweb.asm and any other ones that are duplicate.
jbosstools-multiple.target has multiple incompatible IUs
--------------------------------------------------------
Key: JBIDE-22633
URL:
https://issues.jboss.org/browse/JBIDE-22633
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: target-platform
Reporter: Paul Leacu
Assignee: Nick Boldt
Priority: Critical
Fix For: 4.4.1.AM1
Please correct the jbosstools-multiple.target to avoid the duplication of the IU as this
is causing build failures in both SwitchYard and Fuse Tooling (development).
https://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/...
https://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/...
org.eclipse.egit.ui.smartimport is defined twice with two different versions:
{code}
[ERROR] Resolution failed:
[ERROR] Software being installed: org.eclipse.egit.ui.smartimport
4.4.0.201606011500-rc2
[ERROR] Software being installed: org.eclipse.egit.ui.smartimport
4.4.0.201606070830-r
[ERROR] Only one of the following can be installed at once:
[org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r, org.eclipse.egit.ui.smartimport
4.4.0.201606011500-rc2]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)