[jbosstools-issues] [JBoss JIRA] (JBTIS-106) Latest 4.1.0-SNAPSHOT base target lacks dependencies

Paul Leacu (JIRA) jira-events at lists.jboss.org
Wed Jul 10 16:27:20 EDT 2013


    [ https://issues.jboss.org/browse/JBTIS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788953#comment-12788953 ] 

Paul Leacu commented on JBTIS-106:
----------------------------------

https://github.com/jbosstools/jbosstools-integration-stack/pull/56
https://github.com/jbosstools/jbosstools-integration-stack/pull/55

Moved from

http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/

to:

http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/

corrected all versions (including teiid eclipse dependencies).

ref: https://github.com/jbosstools/jbosstools-integration-stack/commit/b882ad19617333fec1a129fd89fad6364984fd74

                
> 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
>      Security Level: Public(Everyone can see) 
>          Components: target-platform
>            Reporter: Paul Richardson
>            Assignee: Paul Leacu
>            Priority: Critical
>
> 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/kepler/20130510-0900-M7/"/>
>      </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}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list