ea

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 CVS/Subversion server, it would be useful to have a script that would check out daily the latest version and publish it in a web server. As long as I kn...

How to read and write extended windows file attributes with win32

Hi, I would like to embed some meta data in a windows file. I came across the concept of extended file attributes, which I believe are used for this very purpose. For example, camera name in jpgs, episode name in avis. Apart from some very obscure non-documented kernel APIs, I cannot find how to do this in c/c++ using the win32 api. ...

Generating Sequence Diagrams using EnterpriseArchitect v7.5?

I have a NUnit test case which connects to a WCF service hosted in IIS6 (on Vista). I would like to use EA to record the stack-trace of this and generate a sequence diagram. Does anyone have any step-by-step instructions in how to get can be done (or even how to get any recording done when using NUnit) using EA? Thanks. ...