Book a Demo

Author Topic: Code Template import/export Language  (Read 3519 times)

michaelL

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Code Template import/export Language
« on: June 02, 2009, 11:09:57 pm »
I have created a new Template Language
and would like to import this language into a new Model.

When i "Export Reference Data" i can export my Template Language
When i "Import Reference Data" i can import it but not select the new language in the code template generator.

how can i do this to bring a Code Template Language from one Model to a other Model?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Code Template import/export Language
« Reply #1 on: June 03, 2009, 08:52:39 am »
You will also need to export the data types, as this is what tells EA that the language exists.

I would recommend using the MDG technology export to combine them both together.
« Last Edit: June 03, 2009, 08:53:39 am by simonm »

michaelL

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Code Template import/export Language
« Reply #2 on: June 03, 2009, 04:27:00 pm »
Thanks for you fast reply.

I am actualy pased the part with "export" and "import" the language without the MDG. "export" it from the source and "import" it to the target model. Create a Language in the code template generator with the same Language Name and then everything is imported :-)

But i am interessted how i am able to create such a MDG technologie file? in the help and on the sparks forum is no entry.

How can i make a MDG technologie?

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Code Template import/export Language
« Reply #3 on: June 03, 2009, 08:18:07 pm »
Open the EA Help file contents (not the index) tab. Under the section called SDK for Enterprise Architect read first few sections (starting with Developing Profiles and MDG Technologies in SDK.
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile