Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: cameron on October 06, 2005, 02:09:33 pm
-
Greetings,
I would like to automate the generation of HTML documentation based on a particular project. Basically, I'd like to add an option to my overnight code build that does the equivilent of Project->Documentation->HTML Report. Is there a way to do this?
--Cam
-
You could likely adapt the autodoc Perl script which I published here (http://sharepoint.knowledgerecovery.com/external/eaug/Tools/autodoc.pl).
-
You need to use the Automation interface. I created a NAnt task, since I'm working primarily in the .Net space. Depending on where you are most compfortable accessing COM objects, this is a quick task.
-
Thanks. The autodoc.pl PERL script worked great and I was able to adapt it generating HTML as well.