jacobmbarnard / srsgem

Ruby gem that allows for making an SRS out of Markdown and PlantUML
Other
1 stars 0 forks source link

Assuming `plantuml` Command in $PATH Causing Compatibility Issues #1

Open jacobmbarnard opened 3 weeks ago

jacobmbarnard commented 3 weeks ago

Problem

Assuming the plantuml command is in $PATH is causing compatibility issues. Moreover, not every package manger keeps plantuml up to date. And so, later PlantUML versions offering more diagram options may not be reachable (easily) via the plantuml command.

Solution

Offer config option to specify the Java .jar file to be used for running PlantUML on SRS project directory .puml files.