Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined plantUML path in adoc file in slides #102

Closed
Bullfrog666 opened this issue Mar 9, 2022 · 2 comments
Closed

Undefined plantUML path in adoc file in slides #102

Bullfrog666 opened this issue Mar 9, 2022 · 2 comments

Comments

@Bullfrog666
Copy link
Collaborator

Bullfrog666 commented Mar 9, 2022

The adoc files in architecture-documentation/src/slides/asciidoc tries to get some plantUML but it consider the atribute in the pah as undefined (like in issue #99).

The lines :
[plantuml, {plantumldir}agile.architecture.containers, svg, opts="interactive", style="max-width:90%"]
include::{structurizrdir}/agile.architecture.containers.plantuml[]

return this error in the adoc generation :
Failed to generate image: PlantUML preprocessing failed: [From <input> (line 2) ] @startuml Unresolved directive in can_c4_see_forward.adoc - include::{structurizrdir}/agile.architecture.containers.plantuml[] ^^^^^ Syntax Error? Unresolved directive in can_c4_see_forward.adoc - include::{structurizrdir}/agile.architecture.containers.plantuml[]

The problem seems to come from "{plantumldir}" and "{structurizrdir}" concidered as undefined, even if initialized in the pom.xml.

@Riduidel
Copy link
Owner

Interesting ... in lines 588/589 of architecture-documentation/pom.xml we have

										<plantumldir>images/</plantumldir>
										<structurizrdir>${agile.architecture.output.diagrams}</structurizrdir>

Moreover, it works well on my machine. We'll take a look at that on monday.

@Riduidel
Copy link
Owner

@Bullfrog666 can it be reproduced ? Otherwise can you close it ?

@Riduidel Riduidel added the bug label Jun 20, 2022
@Riduidel Riduidel closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants