Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » MoDisco » Modisco standalone
Modisco standalone [message #658261] Mon, 07 March 2011 10:28 Go to next message
Eclipse User
Originally posted by: jan-christopher.bals.uni-paderborn.de

Hi!

I´m looking for maven plugin which generates uml class diagrams from
source code during the maven build lifecycle.

Is it possible to use modisco for that?

I read something about running eclipse plugins headless (invoked via
command line).

Now i wonder if it is possible to write a maven plugin which invokes a
headless eclipse plugin which uses the modisco plugin.

best regards
Jan
Re: Modisco standalone [message #658630 is a reply to message #658261] Wed, 09 March 2011 05:16 Go to previous message
Fabien Giquel is currently offline Fabien Giquel
Messages: 134
Registered: July 2009
Senior Member
Hi,

yes it is possible to implement and launch some
org.eclipse.equinox.app.IApplication which will reference and invoke
MoDisco plugins. Some internet search will describe you this
IApplication framework.

You may browse MoDisco components Help (Help content or wiki
http://wiki.eclipse.org/MoDisco/Components) to know more about Java API.
About discoverers, each MoDisco discoverer responds to a normalized
interface and can be called programmatically (see
org.eclipse.gmt.modisco.infra.discoverymanager.Discoverer).
As an example, you may checkout the code from
org.eclipse.gmt.modisco.java.discoverer.tests project.

About Java source analysis, the MoDisco Java discoverer (and derived
discoverers such as transformations to KDM and UML) requires that the
source code is managed into one eclipse workspace project.

I hope it well help you to start.
Fabien.


----------------------------------------------------
Fabien GIQUEL
R&D Engineer
Mia-Software
4, rue du Château de l'Eraudiere
44324 NANTES CEDEX 03
----------------------------------------------------
Previous Topic:Integrating support for Javascript
Next Topic:Operating/editing the results of a query
Goto Forum:
  


Current Time: Thu May 23 18:16:16 EDT 2013

Powered by FUDForum. Page generated in 0.01574 seconds