jerome lacoste 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/

Which repo does net.sf.smc live in?


Missing:
----------
1) net.sf.smc:smc:jar:4.3

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=net.sf.smc -DartifactId=smc \
          -Dversion=4.3 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.codehaus.mojo:smc-maven-plugin:maven-plugin:1.0-20060508.173321-5
        2) net.sf.smc:smc:jar:4.3

----------
1 required artifact is missing.

for artifact:
  org.codehaus.mojo:smc-maven-plugin:maven-plugin:1.0-20060508.173321-5

from the specified remote repositories:
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  central (http://repo1.maven.org/maven2),
  dnbnor-itu (http://sdlut003/pub/lib/m2/repository),
  snapshots (http://snapshots.maven.codehaus.org/maven2),
  CVS Maven Snapshots (http://cvs.apache.org/maven-snapshot-repository/),
  davidkarlsen.com Snapshots (http://www.davidkarlsen.com/m2/)



[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]



--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

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

Reply via email to