Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] dependency to org.eclipse.emf.codegen.ecore 2.7.0 ?

Thank you for your answer, it pointed me in the right direction.
It turns out in my build p2 was selecting version 3.2.0 of UML2, which includes org.eclipse.uml2.codegen.ecore 1.6.100, which depends on org.eclipse.emf.codegen.ecore 2.7.x, which is not in Helios. Adding a dependency range of "[3.1.0,3.2.0)" for UML2 solved the problem.

On Wed, Sep 1, 2010 at 1:42 PM, Kenn Hussey <kenn.hussey@xxxxxxxxx> wrote:
There was a problem with the MDT UML2 contribution. It should be fixed now.

Kenn

On Wed, Sep 1, 2010 at 6:33 AM, Nicolas Bros <nbros@xxxxxxxxxxxxxxxx> wrote:

Hi, 
I am currently trying to build MoDisco for Helios RC2.
I get this error:
No suitable provider for component org.eclipse.emf.codegen.ecore:osgi.bundle/[2.7.0,2.8.0)
I am using the same Helios update sites as specified in the helios build model.
Does anyone know which plug-in in Helios could be depending on org.eclipse.emf.codegen.ecore v2.7.x, which doesn't seem to be in Helios update sites?

--
Nicolas Bros
R&D
tel: 06 75 09 19 88
nbros@xxxxxxxxxxxxxxxx
nbros.mia@xxxxxxxxx
Mia-Software, 410 clos de la Courtine
93160 Noisy-le-Grand
http://www.mia-software.com
.: model driven agility :.

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
Nicolas Bros
R&D
tel: 06 75 09 19 88
nbros@xxxxxxxxxxxxxxxx
nbros.mia@xxxxxxxxx
Mia-Software, 410 clos de la Courtine
93160 Noisy-le-Grand
http://www.mia-software.com
.: model driven agility :.


Back to the top