-
Notifications
You must be signed in to change notification settings - Fork 1.1k
RELATIVE_INCLUDE variable breaking Antora builds #156
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
Comments
I think it is solved with asciidoctor/asciidoctor-kroki#49 |
Hi @scphantm
My extended branch is updated with
Can you try it? |
@scphantm, @Potherca: I created a new plantuml-stdlib PR 42 that all new v.2.3.0 features can be used via stdlib too. BR Helmut |
This issue has been automatically marked as stale because it has not had activity in the past 60 days. It will be closed in seven days if no further activity occurs. Thank you for your contributions. |
This is basically a reopen of #118
I am having the identical error with an Antora build. I have tried every combination i can think of and everything fails. using the
!include C4_Context.puml
fails with the error
switching to
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
gives me the same error.
Switching it to
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4.puml
finally worked, but obviously is a bad solution.
the problem is in this if statement
in Antora, the concept of a file path is murky at best because antora loads the file system into kinda like an in memory graph (trying to be simple here, be gentle). the previous 2.0.1 version didn't have these if statements and work flawlessly.
Im running the latest and greatest of everything so let me know what i can do to help debug this. Maybe all it needs is something like this
if a
file_exists
is even possible. I don't know. just an idea.The text was updated successfully, but these errors were encountered: