[
https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-22673:
----------------------------------------
Ive added patches to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=497343 . And I ran it
on the current TP, to discover that we also have a conflict of versions for asciidoc
plugins
{code}
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Tools Multiple (Composite) Target Platform 4.60.1.AM1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbosstools-multiple ---
[INFO] Deleting /home/mistria/git/jbosstools-target-platforms/jbosstools/multiple/target
[INFO]
[INFO] --- target-platform-validation-plugin:0.26.0-SNAPSHOT:validate-target-platform
(default) @ jbosstools-multiple ---
...
Cannot complete the install because of a conflicting dependency.
Software being installed: Mylyn WikiText AsciiDoc UI 2.8.0.N20160111-1930
(org.eclipse.mylyn.wikitext.asciidoc.ui 2.8.0.N20160111-1930)
Software being installed: Mylyn WikiText 2.9.0.v20160601-1831
(org.eclipse.mylyn.wikitext_feature.feature.group 2.9.0.v20160601-1831)
Only one of the following can be installed at once:
Mylyn WikiText AsciiDoc UI 2.9.0.v20160516-1451 (org.eclipse.mylyn.wikitext.asciidoc.ui
2.9.0.v20160516-1451)
Mylyn WikiText AsciiDoc UI 2.8.0.N20160111-1930 (org.eclipse.mylyn.wikitext.asciidoc.ui
2.8.0.N20160111-1930)
Cannot satisfy dependency:
From: Mylyn WikiText 2.9.0.v20160601-1831
(org.eclipse.mylyn.wikitext_feature.feature.group 2.9.0.v20160601-1831)
To: org.eclipse.mylyn.wikitext.asciidoc.ui [2.9.0.v20160516-1451]
Application failed, log file location:
/tmp/tycho8347762344740996402equinox/config/1467747349103.log
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:08 min
[INFO] Finished at: 2016-07-05T21:37:55+02:00
[INFO] Final Memory: 76M/570M
[INFO] ------------------------------------------------------------------------
{code}
Need better duplicate IU detection when validating target platforms
-------------------------------------------------------------------
Key: JBIDE-22673
URL:
https://issues.jboss.org/browse/JBIDE-22673
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, target-platform, upstream
Affects Versions: 4.4.0.Final
Reporter: Nick Boldt
Fix For: 4.4.1.AM1
As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD
contain duplicate IUs, and when it should not.
{quote}Problem is there's no way to identify easily which dupes are OK and which are
not. I suppose I could crack open all the jars and see which are singletons...?
Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)