Hi all,
this is maybe not directly an plantUml Question, but the bug report told me to post that here ;-)
Unfortunately the bug report is an image and here i cannot add attachements.
i also reported the problem here:
https://stackoverflow.com/questions/78082184/using-plantuml-load-json-in-doctoolchain
I try to use the possibility to schon an external json file in a class diagram, embedded in an asciidoc file using doctoolchain.
I'm able to reference the file in asciidoc with include:
----
include::../../plantuml/test.json[]
----
But that is not working:
!$remote_json = %load_json("../../plantuml/test.json")
However, if i use the absolute path, it works:
!$remote_json = %load_json("/home/user/git/project/src/test/resources/SAMPLE_CREATE_1.json")
There is a config param plantuml.include.path, but i've no idea where to set this in doctoolchain. And i think it is somehow already set, becouse all other stuff is working.
I expect, that plantuml is unable to find the referenced file, but in the error message there is no file location, it's an error parsing the result from graphviz.
BugReport Image: https://github.com/naturzukunft/publicSharing/blob/main/plantUMLError.png