Book a Demo

Author Topic: Generate Website Daily  (Read 4649 times)

Tim Twe

  • EA User
  • **
  • Posts: 40
  • Karma: +0/-0
    • View Profile
Generate Website Daily
« on: November 03, 2011, 04:54:00 am »
Hi,

Whats the best way to automate the creation of a html site of everything within a EA database repository?

The current automation methods take specific GUID's as root nodes.  This is not what i'm after.

Thoughts/Advice?
-Tim

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Generate Website Daily
« Reply #1 on: November 03, 2011, 06:25:26 pm »
What's wrong with Project Interface.RunHTMLReport()?
Can't you just pass the GUID(s) of your root models?

Geert

Tim Twe

  • EA User
  • **
  • Posts: 40
  • Karma: +0/-0
    • View Profile
Re: Generate Website Daily
« Reply #2 on: November 04, 2011, 06:01:14 am »
Hi,

Not to sound funny... how do I pass in multiple GUIDs?

I've tried putting commas, spaces, etc without any success.

http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/project_2.htm

Thanks,
-Tim

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Generate Website Daily
« Reply #3 on: November 04, 2011, 05:41:50 pm »
Tim,

One by one. I think you can only generate a report for a single root model, even if you do it trough the GUI.

Geert

Tim Twe

  • EA User
  • **
  • Posts: 40
  • Karma: +0/-0
    • View Profile
Re: Generate Website Daily
« Reply #4 on: November 08, 2011, 10:54:41 pm »
Thank you for confirming that I'm not crazy.

-Tim