igorrosenberg / grails-plugin-uml-class-diagram

Generate UML diagrams from your Grails app source code.
Apache License 2.0
7 stars 4 forks source link

Dot Executable: /usr/bin/dot - File does not exist #12

Closed igorrosenberg closed 9 years ago

igorrosenberg commented 9 years ago

When running the plugin for the first time:

Dot Executable: /usr/bin/dot
File does not exist
Cannot find Graphviz. You should try

@startuml
testdot
@enduml

or

java -jar plantuml.jar -testdot
igorrosenberg commented 9 years ago

The plugin depends on http://www.plantuml.com/ for the UML rendering. PlantUML is bundled within the plugin as a dependency. But PlantUML itself depends on GraphViz, as explained here: http://www.plantuml.com/graphvizdot.html

So it is compulsory to install on the server the GraphViz software: http://www.graphviz.org/Download.php

bengrandin-thetribe commented 1 year ago

Hello,

I installed it following the link : http://www.graphviz.org/Download.php and its not working

Thus, this link is dead http://www.plantuml.com/graphvizdot.html