Archi Forum

Archi => Archi Development => Topic started by: niek T on October 09, 2017, 14:03:04 PM

Title: Import/Export model to Open Exchange XML file not in release_4.0.1
Post by: niek T on October 09, 2017, 14:03:04 PM
I'm working on the Cartool Plugin and need to export some QueryResult BuildingBlocks as a "OpenGroup Archimate Model Exchange File".
I noticed there is (under the menu optnion "File") an "Export model to Open Exchange XML" option (running archi4.0.0). But when I ran the archi code in eclipse (release_4.0.1 (which the cartool plugin supports)) I don't get that option. Now I was wondering why that is and how new this feature is.

I would rather see if I can reuse part of the archi code rather than writing an exporter myself.
Kind regards,
Niek
Title: Re: Import/Export model to Open Exchange XML file not in release_4.0.1
Post by: Phil Beauvoir on October 09, 2017, 14:05:53 PM
Hi Niek,

the Exchange Format code is hosted separately:

https://github.com/archimatetool/OpenGroupXMLExchange

You'll have to get the code via Git and import into your Eclipse workspace.

(BTW - wer'e at Archi 4.0.3 now)

Phil