MatiasVara / BCOoLExamples

This project contains BCOoL examples which includes the specification of a BCOoL operator plus a model. The BCOoL specification can be used to coordinate the models.
0 stars 0 forks source link

The NSUri in the generated QVTo is wrong #7

Open MatiasVara opened 9 years ago

MatiasVara commented 9 years ago

In some specific case, the transformation fails to get the NSUri of the imported interfaces, and then, the generated qvto is wrong or directly empty. This problem depends on how the ECL specification imports the metamodel (.ecore). We give a partial list of tips to avoid this problem:

This list is partial, so that don't hesitate to other solutions.

MatiasVara commented 9 years ago

In the ECL, when a .ecore is imported, it must be imported as "platform:/resource". Then, the BCOoL transfo will automatically replace that for "platform:/plugin". The BCOoL spec should not be in the same workbench than the language project.