LogActivityMessages

Hi *,
I would like to automate the “View as HTML”-feauture from the Developer to produce HTML-sites for service-documentation automaticly.

Does anybody know how to do that ?

Ralf

Ralf,

What you can do is turn the logging on of the Developer (ie. developer.bat -debug 10 -log none) and see which commands are sent to the IS Server. I know that the html files are build on templates located within the developer/templates folder. What you could do is see in which order they are called and check which arguments are passed to them (by looking at the template itself) and then re-build this using templates on the IS Server side.

Hope this helps.

-Jordy