Tagged Questions
3
votes
2answers
2k views
How to automate the generation of HTML output in Enterprise Architect
Enterprise Architect has a way to generate the documentation in HTML/RTF/etc. that you could publish, but you have to use its GUI to do that manually. When you have your *.eap files in a ...
1
vote
1answer
289 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 ...