Is there a way to automate the export (conversion) from *.eap to *.xmi in Enterprise Architect? Ideally something like

ea -eap file.eap -xmi file.xmi

We want to use automated Continuous Integration and clicking through GUI dialogs is not an option. For complex reasons we do not want to check in the xmi in our VCS after the eap file was modified.

The FAQ for XMI export at http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/projects_and_teams/exporttoxmi.html sadly does not describe an automated way.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

See How to automate the generation of HTML output in Enterprise Architect

link|improve this answer
Thanks, xmedeko. My Java-fu is nonexistent and I'm a bit at a loss how to make use of the information at the end of that link. I'm in charge of the build system, not the EA modelling, so my EA knowledge is severely limited (but not my Unix, C, shell, perl, make knowledge). Can you be more specific of what I would have to do? Thanks for taking the time to answer this! – Jens Jun 15 '11 at 9:23
I am afraid you have to make a program to handle the EA ActiveX Com interface, see http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/theauto‌​mationinterface.htm. Maybe you may try to find an ActiveX for Perl or any other language familiar to you. – xmedeko Jun 20 '11 at 10:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.