On 5/11/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
You can open the graph.dot file with a program like Graphviz:
http://www.graphviz.org/

I am not aware of any automatic plugin/process to create an image from
the graph.dot file and embed it in your generated site/javadocs at
this time.

I have a very small bit of code as part of the smc:smcreport mojo [1]
that I use to convert .dot files into .png. The code [2] wraps a call
to graphviz and works on Linux and Windows.

We could try to move this into a reusable jar.

Let me know what you think.

Jerome

[1] http://mojo.codehaus.org/smc-maven-plugin/

[2] 
https://svn.mojo.codehaus.org/mojo/trunk/mojo/mojo-sandbox/smc-maven-plugin/src/main/java/org/codehaus/mojo/smc/DotConvertor.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to