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

Paul Richardson (JIRA) jira-events at lists.jboss.org
Wed Jul 10 08:05:21 EDT 2013


Paul Richardson created JBTIS-106:
-------------------------------------

             Summary: 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
            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}

--
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