svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
Other
76 stars 13 forks source link

[UML_VIEW] Make path to plantuml.jar configurable #97

Closed svlad-90 closed 3 years ago

svlad-90 commented 4 years ago

It is not correct to search for plantuml.jar using the "./plugins/plantuml.jar" path. When dlt-viewer is installed on the Linux via qmake:

The approach should be extended to:

Together with that, it would be great to have similar functionality in order to check the availability of java on the target machine.

Also CMake and make builds should be extended to install plantuml.jar to the user folder.