Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Run #237

Open
rocketpowerllc opened this issue Apr 24, 2024 · 1 comment
Open

Error on Run #237

rocketpowerllc opened this issue Apr 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@rocketpowerllc
Copy link

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?

@davidmoten
Copy link
Owner

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.

@davidmoten davidmoten added the question Further information is requested label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants