On 12/13/06, Tobias Reese <[EMAIL PROTECTED]> wrote:

I'am trying to generate Javadocs using UmlGraphDoclet. Everything works fine
so far but no Graphics are generated at all. "apidocs"-Folder contains
".dot"-Files and ${packagename}.png file links are added to the package
overview HTML's. If I'am right I need a additional task to generate the png
using Graphviz but found nothing on the net.

If the Graphviz executables are on your $PATH, it should "just work".

You can see a working example in the Tiles 2 pom:
  http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles/pom.xml

Which produces this (pardon the strange font, I haven't figured out
why that's happening...):
  
http://struts.apache.org/struts-sandbox/tiles/tiles-core/apidocs/org/apache/tiles/taglib/package-summary.html

--
Wendy

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

Reply via email to