-
Notifications
You must be signed in to change notification settings - Fork 1
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
Errors on generate #3
Comments
I fixed it by changing the following the the local doctoolchain folder:
So works for me now. Thanks for providing the template. |
thanx for the issue report. |
Yes partly it does (the dependency issues). But with 3.4.0 the asciidoctor ruby extensions are not working and the pdf generation fails because of a missing font (but maybe thats just my environment) |
oh, that are two important hints! |
I did not change anything in this repo. Just in the downloaded local dtc for version 2.1.0 not sure if thats still relevant for the current 3.4.x |
I got the following issue when trying to generate from a fresh clone:
This looks a bit like a version issue as
0.7.1
is available, but I don't know how/where to fix that version for testing. Or it also has to do with the recent f***up with jcenter and the gradle plugin portal.By using the latest doctoolchain version inside the wrapper that error is gone, but the ruby asciidoc extension are not working (according to #1 thats the reason why using the older version). I tried to make it work, by first changing
rubyExtensions = ['src/ruby/asciidoctor-lists']
torubyExtensions = ['src/ruby/asciidoctor-lists/asciidoctor-lists.rb']
but just resulting in an other error message.Just for testing removing the extension configuration completely gave me another error:
@MBoegers Can you still generate?
The text was updated successfully, but these errors were encountered: