The DM plantuml diagrams on the pipeline are not using the legend (color coding)
- The plantuml diagrams on the pipeline are not using the legend (color coding).
- I would like to make sure that the legend is applied on the final documentation.
This is done by including the following line on all plantuml files:
!include standard/modules/domain-model/partials/definition/entity_definitions/legend.plantuml
Maybe the path to this legend.plantuml
file has changed in the antora build?
The path seems the same in the 2.x repository.
In the antora_build job (for example this one https://code.asam.net/simulation/openscenario/openscenario-antora-gen/-/jobs/35589) , you can see this error in the output:
Skipping preprocessing of PlantUML include, because reading the referenced local file 'standard/modules/domain-model/partials/definition/entity_definitions/legend.plantuml' caused an error:
Error: ENOENT: no such file or directory, open 'standard/modules/domain-model/partials/definition/entity_definitions/legend.plantuml'
Expected result, from 2.0 official release, for TrafficParticipant.plantuml:
Current result on pipeline (main and branches) for TrafficParticipant.plantuml:
UML legend with correct color coding and letter display (generated from legend_for_adoc.plantuml
):