[
https://issues.jboss.org/browse/JBIDE-17167?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-17167:
----------------------------------------
I've had time to quickly test it:
* org.eclipse.rse.ui.source bundle is available when importing multiple.target in IDE
* org.eclipse.rse.ui.source bundle is NOT available when mirroring TP with Maven
* org.eclipse.rse.ui bundle comes transitively from org.eclipse.rse feature. Chain of
dependencies is : target-platform -> org.eclipse.rse feature -> org.eclipse.rse.core
feature -> org.eclipse.rse.ui bundle
* feature org.eclipse.rse.core.source is the one that references org.eclipse.rse.ui.source
bundle
* the TargetToRepo mojo doesn't try to resolve sources transitively, so it tries to
get org.eclipse.rse.source feature, but this one doesn't exist, so it does not try to
resolve org.eclipse.rse.core.feature
Although the TM/RSE project should consider shipping an org.eclipse.rse.source feature
that includes other source features, there is definitely a way to improve how the
TargetToRepo mojo works. It could resolve source against resolved artifacts of TP, instead
of relying on the target definition.
rse.ui source bundle not available in locally-built TP
------------------------------------------------------
Key: JBIDE-17167
URL:
https://issues.jboss.org/browse/JBIDE-17167
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: target-platform
Affects Versions: 4.2.0.Beta1
Reporter: Rob Stryker
Fix For: 4.2.0.Beta2
Cannot find a source bundle for rse.ui using locally-built TP and the flags for include
source.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)