osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
36 stars 8 forks source link

The AADL meta-models are not declared in the EMF package registry for the development time version. #195

Closed dblouin closed 11 years ago

dblouin commented 11 years ago

We have a model from which we wish to refer to the classes of the aadl2 and instance meta-model. It is done from the EMF generated editor by loading the AADL meta_models with the load resource action and chosing the AADL meta-models from the EMF package reqistry. However, they are not visible in the "Development time version". The fix is simple and consists of declaring the genmodel file in the generated package extension as illustrated in the following screen capture. The same should also be done for the instance meta-model. Thanks. capture28-09-2012-19 43 2329-09-2012-11 20 4008-10-2012-14 59 2711-10-2012-15 44 1222-10-2012-19 35 0927-10-2012-16 13 3230-10-2012-02 57 5227-02-2013-14 05 49

juli1 commented 11 years ago

Hi Dominique,

I made the change in the current develop branch, tell me if this is fixed on your side and if that seems good, please close the bug.

Thanks,

dblouin commented 11 years ago

It works now. Thanks.