Author Topic: add-in to generate documentation  (Read 4008 times)

adamos80

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
add-in to generate documentation
« on: January 04, 2011, 07:34:03 am »
Does anybody know the external (open source) add-in to generate documentation from EA ?
I have seen one extension that generated xml file from eap and than it was possible to create docx template in designer mode to put some xml attributes, but I have forgotten the name of this extension.
 
thank you for your help.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: add-in to generate documentation
« Reply #1 on: January 04, 2011, 07:07:25 pm »
Have you already checked the Sparx community site?

Geert

Exart

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: add-in to generate documentation
« Reply #2 on: January 04, 2011, 08:27:16 pm »

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: add-in to generate documentation
« Reply #3 on: January 04, 2011, 09:02:38 pm »
Hi
Just downloaded MogWai but does not seem to work!
I am using EA v8.0864 and get the following error when trying to generate
Code: [Select]
ERROR: [] Error on generation
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Could
ot initialize class org.sparx.Repository
        at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
        at java.util.concurrent.FutureTask.get(Unknown Source)
        at javax.swing.SwingWorker.get(Unknown Source)
        at de.mogwai.eareport.MainFrame$10.run(MainFrame.java:486)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.sparx
Repository
        at de.mogwai.eareport.EAExporter.exportModel(EAExporter.java:708)
        at de.mogwai.eareport.MainFrame$10$1.doInBackground(MainFrame.java:387)
        at de.mogwai.eareport.MainFrame$10$1.doInBackground(MainFrame.java:378)
        at javax.swing.SwingWorker$1.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at javax.swing.SwingWorker.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sourc
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Has anybody else had this experince?

Cheers

Graham
Using V12

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: add-in to generate documentation
« Reply #4 on: January 04, 2011, 09:45:31 pm »
Looks like the addin cannot find the api.
See http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/automation_and_scripts/setup.html section Java for more details.

Geert