You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rendering this graphic causes kroki server to fail with
java.lang.RuntimeException: some_file.dsl could not be found
This error message is correct, since the payload of the graphic contains only the workspace.dsl (not the included file).
By now in my eyes two paths are not worse to investigate further:
send several files to kroki
do the code embedding on sphinx-contrib/kroki side and send as one payload object (nothing more magic seams to be done by the include statement in structurizr dsl)
Does someone (maybe @hason as author, @pypamart as contributer) has a feeling about one over the other?
The text was updated successfully, but these errors were encountered:
Ka55i0peia
changed the title
Rendering structurizr graphic with includes
Rendering structurizr graphic with includes fails
Feb 13, 2023
Watching the payload of sphinx->kroki and a quick view into the (nice) code (btw) leads me to create this issue
In structurizr dsl it is possible to spread a complex graphic/model into separate file using an include.
with a
workspace.dsl
like thisRendering this graphic causes kroki server to fail with
This error message is correct, since the payload of the graphic contains only the
workspace.dsl
(not the included file).By now in my eyes two paths are not worse to investigate further:
include
statement in structurizr dsl)Does someone (maybe @hason as author, @pypamart as contributer) has a feeling about one over the other?
The text was updated successfully, but these errors were encountered: