I would certainly like to see the UML .dot files somehow incorporated into the Maven Site somehow, probably as its own "report", like NCSS and Findbugs.
If we can use existing code to create the .dot file, and then your code to convert to .png, I think this should be pretty "trivial". And definitely a nice report to add to many projects. Wayne On 5/11/06, jerome lacoste <[EMAIL PROTECTED]> wrote:
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
