]
Andrej Podhradsky closed JBTIS-106.
-----------------------------------
Closed as obsolete
Latest 4.1.0-SNAPSHOT base target lacks dependencies
----------------------------------------------------
Key: JBTIS-106
URL:
https://issues.jboss.org/browse/JBTIS-106
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: target-platform
Reporter: Paul Richardson
Assignee: Paul Leacu
Priority: Critical
Fix For: 4.1.0.Final
Retargeting Teiid Designer against the latest snapshot (5th July) has caused bundle
resolution errors.
* Missing bundles:
** org.eclipse.emf.query
** org.eclipse.uml2.uml.resources
These can be fixed by including the emf.query and uml2 features in the requirements
(using the EMF/OCL location since ocl plugins are the source of the errors):
{code}
<!-- Eclipse EMF/OCL -->
<location includeAllPlatforms="false"
includeConfigurePhase="true" includeMode="slicer"
includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.validation.ocl.feature.group"
version="1.7.0.201305071340"/>
<unit id="org.eclipse.emf.query.ocl.feature.group"
version="1.7.0.201305071338"/>
<!-- dependent features -->
<unit id="org.eclipse.emf.query.feature.group"
version="1.7.0.201305071338"/>
<unit id="org.eclipse.uml2.feature.group"
version="4.1.0.v20130506-1015"/>
<repository
location="http://download.jboss.org/jbosstools/updates/requirements/...
</location>
{code}
Errors generated:
{code}
Command-line arguments: -application org.eclipse.ui.ide.workbench -data
/home/phantomjinx/Runtime-Workspaces/8_2_0 -dev
file:/home/phantomjinx/programming/java/workspace/.metadata/.plugins/org.eclipse.pde.core/Designer
Linux/dev.properties -os linux
-ws gtk -arch x86 -clean -consoleLog -debug
!ENTRY org.eclipse.osgi 2 0 2013-07-10 13:19:22.109
!MESSAGE One or more bundles are not resolved because the following root constraints are
not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-07-10 13:19:22.110
!MESSAGE Bundle
reference:file:/home/phantomjinx/programming/java/workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.ocl.uml_4.0.100.v20130506-1149.jar
was not resolved.
!SUBENTRY 2 org.eclipse.ocl.uml 2 0 2013-07-10 13:19:22.112
!MESSAGE Missing required bundle org.eclipse.uml2.uml.resources_[4.0.0,5.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-07-10 13:19:22.113
!MESSAGE Bundle
reference:file:/home/phantomjinx/programming/java/workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.emf.query.ocl_2.0.0.201305071338.jar
was not resolved.
!SUBENTRY 2 org.eclipse.emf.query.ocl 2 0 2013-07-10 13:19:22.113
!MESSAGE Missing required bundle org.eclipse.emf.query_[1.2.0,2.0.0).
!ENTRY org.eclipse.osgi 2 0 2013-07-10 13:19:22.125
!MESSAGE The following is a complete list of bundles which are not resolved, see the
prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-07-10 13:19:22.126
!MESSAGE Bundle org.eclipse.emf.query.ocl_2.0.0.201305071338 [492] was not resolved.
!SUBENTRY 2 org.eclipse.emf.query.ocl 2 0 2013-07-10 13:19:22.127
!MESSAGE Missing required bundle org.eclipse.emf.query_[1.2.0,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-07-10 13:19:22.129
!MESSAGE Bundle org.eclipse.ocl.uml_4.0.100.v20130506-1149 [823] was not resolved.
!SUBENTRY 2 org.eclipse.ocl.uml 2 0 2013-07-10 13:19:22.131
!MESSAGE Missing required bundle org.eclipse.uml2.uml.resources_[4.0.0,5.0.0).
Starting application: 14326
Application Started: 18703
{code}