2

I created an ecore-Metamodel, a genmodel and a corresponding model. Now I want to generate Code from this.

I found this post and wanted to implement it. I get no errors and so on, but how do I bring the CodeGenerator to generate the wanted output in a File like 'test.txt' (taken that example from the referenced question)?

Do I require a workflow file (mwe2) or do I miss something?

Community
  • 1
  • 1
Iron
  • 477
  • 4
  • 19

1 Answers1

1

I only needed to run the application as Java and the code worked. I don't need any workflow or mwe2!

But appearently I still cant create the files like I can with a Generator. I just can use a simple filewriter.

Iron
  • 477
  • 4
  • 19