So, we are using doxygen
(version 1.8.9.1) and plantuml
for uml diagrams.
The file Doxyfile
contains
PLANTUML_JAR_PATH = /home/malff/plantuml/plantuml.jar
Note how the path is specific to a user.
Checking in this file in source control management (git) breaks other developers, since their path to plantuml.jar is different.
I beleive this is a bug in doxygen itself, reported as https://bugzilla.gnome.org/show_bug.cgi?id=753629
In the mean time, is there a known work around for using doxygen with plantuml in a distributed team ?