Tagged Questions
1
vote
1answer
323 views
Automate eap to xmi export in Enterprise Architect
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 ...