Atom, plantuml-preview, homebrew and messages about plantuml being too old
Posted by jpluimers on 2019/03/07
If you get a message like this in Atom when using plantuml-preview:
then you need to change the PlantUML Jar
setting from your old version (in my case /usr/local/Cellar/plantuml/1.2017.13/libexec/plantuml.jar
:
Then you have to save your .plantuml file so the preview re-renders.
This finds the homebrew installed PlantUML versions:
$ find /usr/local/Cellar/plantuml | grep plantuml.jar
/usr/local/Cellar/plantuml/1.2017.13/libexec/plantuml.jar
/usr/local/Cellar/plantuml/1.2017.14/libexec/plantuml.jar
–jeroen
Leave a Reply