Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: snoack on August 24, 2022, 03:41:07 pm

Title: How to automatically generate HTML pages every night
Post by: snoack on August 24, 2022, 03:41:07 pm
Hi,

many years ago i worked in a project where EA was on a db server and html pages were automatically generated every night.
If i remember this was a scheduled task running a shell script.

I mentioned this to my current project and now have to implement something similar - but alas i have no idea how to do this.

I already searched the forum and documentation but cannot find anything that would help me - i know how to model but not how to script or access EA from the command line and it has been years since i have written a VB script.

Can someone point me towards a good starting point please?

Thank you in advance - Sabine
Title: Re: How to automatically generate HTML pages every night
Post by: Geert Bellekens on August 24, 2022, 04:30:58 pm
This might get you started:

https://github.com/GeertBellekens/Enterprise-Architect-VBScript-Library/blob/master/Framework/Publish/ExportHTML.vbs (https://github.com/GeertBellekens/Enterprise-Architect-VBScript-Library/blob/master/Framework/Publish/ExportHTML.vbs)

Geert
Title: Re: How to automatically generate HTML pages every night
Post by: snoack on August 24, 2022, 04:36:48 pm
This migh get you started:

Geert

Wow, thank you!