-
Notifications
You must be signed in to change notification settings - Fork 15
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
Show an error when unable to invoke PlantUML #1
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to generate the site for the Thindeck project. I had Ruby installed, but the Maven build failed with the following error:
I couldn't trace the error, until I visited this project's site and saw the following in the README:
So I created a batch file which executed the
plantuml.jar
by the simple commandplantuml
and ensured that it was available in myPATH
environment variable. After that, the build completed successfully.It would be very helpful if the plugin raised an error indicating that it couldn't find and execute
plantuml
, instead of silently failing and causing Jekyll to throw a vague error.The text was updated successfully, but these errors were encountered: