occiware / OCCI-Studio

OCCI Studio
Eclipse Public License 1.0
11 stars 2 forks source link

Connector generator failed caused by meta model not registered #11

Closed cgourdin closed 7 years ago

cgourdin commented 7 years ago

Hello,

When i generate a connector with "new connector java project" wizard from my extension i have this error :

capture d ecran 2017-07-19 a 08 34 12

Before generating, i use the register command OCCI-Studio-->Register OCCI extension.

It is maybe related to issue #10 .

fzalila commented 7 years ago

It is related to the generated metamodel and NOT the OCCI extension. So,

cgourdin commented 7 years ago

I don't have "Register Epackages" submenu when i right click on file vmware.ecore : capture d ecran 2017-07-19 a 08 45 25

fzalila commented 7 years ago

Install the Epsilon plugin via https://www.eclipse.org/epsilon/download/. We will add it in the required dependencies.

cgourdin commented 7 years ago

Ok, plugin installed and connector project is generated :-) Thanks.