Book a Demo

Author Topic: Automatic HTML Report Generation  (Read 3777 times)

cameron

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Automatic HTML Report Generation
« 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

thomaskilian

  • Guest
Re: Automatic HTML Report Generation
« Reply #1 on: October 07, 2005, 03:42:13 am »
You could likely adapt the autodoc Perl script which I published here.

Jeff Odell

  • EA User
  • **
  • Posts: 99
  • Karma: +0/-0
    • View Profile
Re: Automatic HTML Report Generation
« Reply #2 on: October 07, 2005, 03:44:55 am »
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.

cameron

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Automatic HTML Report Generation
« Reply #3 on: October 07, 2005, 02:17:41 pm »
Thanks.  The autodoc.pl PERL script worked great and I was able to adapt it generating HTML as well.