You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dot Executable: /opt/local/bin/dot
Dot executable does not exist
Cannot find Graphviz. You should try
@startuml
testdot
@enduml
When I run this cmd: java -jar openapi-to-plantuml-0.1.30-SNAPSHOT-jar-with-dependencies.jar single my-verified-swagger.yml SVG my-verified-swagger.svg
Did a git clone and then mvn clean install
I didn't see anythign in the readm.md about installing any Graphviz executable. Any ideas?
The text was updated successfully, but these errors were encountered:
I think Dot is an optional dependency, though the plantuml output reminds you about its absence. Might be required though for Class Diagrams though according to plantuml docs. Those docs describe the install of Graphviz (dot), super easy on linux at least.
Getting:
Dot Executable: /opt/local/bin/dot
Dot executable does not exist
Cannot find Graphviz. You should try
@startuml
testdot
@enduml
When I run this cmd: java -jar openapi-to-plantuml-0.1.30-SNAPSHOT-jar-with-dependencies.jar single my-verified-swagger.yml SVG my-verified-swagger.svg
Did a git clone and then mvn clean install
I didn't see anythign in the readm.md about installing any Graphviz executable. Any ideas?
The text was updated successfully, but these errors were encountered: