Ihave an ecore model MyModel.ecore for which i want to generate code using Xpand. I dont have edit code or a runtime environment for the xpand project, i just want to create a xpand project, load MyModel.ecore, create a model.xmi using "create dynamic instance" and run.The problem is that my workflow file doesnt seems to recognize the elements from my metamodel.Here is the code from my workflow:
695 INFO CompositeComponent - Reader: Loading model from platform:/resource/guiamovil.xpand/src/Application.xmi 890 INFO CompositeComponent - CheckComponent: slot model check file(s): metamodel::Checks 1329 INFO CompositeComponent - Generator: generating 'template::Template::Root FOR Application' => src-gen 1340 ERROR AbstractExpressionsUsingWorkflowComponent - Error in Component of type org.eclipse.xpand2.Generator: EvaluationException : Couldn't find type or property 'Application' [59,11] on line 1 'Application' 1340 ERROR WorkflowEngine - Workflow interrupted. Reason: Couldn't find type or property 'Application' 1340 ERROR WorkflowEngine - [ERROR]: Couldn't find type or property 'Application'(Element: Application; Reported by: Generator: generating 'template::Template::Root FOR Application' => src-gen) 1341 ERROR WorkflowEngine - [ERROR]: Couldn't find type or property 'Application'(Element: EXPAND template::Template::Root FOR Application; Reported by: Generator: generating 'template::Template::Root FOR Application' => src-gen)
3a8082e126