I've got a modelA, which is an instance of mm1.ecore.
I've got a modelB written in mydsl, which is defined with xtext using another metamodel mm2. This modelB imports modelA. Till here everything works perfectly.
Now I'm trying to generate code for modelB using xtend. But when I hit 'run as MWE2 workflow' on my mwe2 file in order to generate code I'm getting the error 'Imported resource could not be found.'
So I am wondering whether I can import the resources that are used in my modelB? Or is there a better way to solve this problem?