problem with model to model generation Follow
Hey forum!
I have a small language which basically generates a C# enum textually. I have created the nodes in this language and a corresponding textgen aspect for them.
Now I have a second language, which should map the containing root to the root of the enum language. I want to generate an enum out of it.
What I've tried so far:
- create a root template in language 2 and call it in the root mapping rules section, template is not visible there??
What do I have to do to get this working?
Many thanks and regards,
m sch95
Please sign in to leave a comment.
Solved it by importing the UnitConcept interface in my Enum root.