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
I've been looking to debug the following build failure in my Asciidoctor Maven project (plugin version 1.5.2.1) for 2 hours... And I've finally found a simple issue on asciidoctor pdf.
BUILD FAILURE:
[ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:1.5.2.1:
process-asciidoc (generate-pdf-doc) on project asciidoctor-pdf-example: Executio
n generate-pdf-doc of goal org.asciidoctor:asciidoctor-maven-plugin:1.5.2.1:proc
ess-asciidoc failed: (NoMethodError) undefined method `margins' for nil:NilClass
Hi,
I've been looking to debug the following build failure in my Asciidoctor Maven project (plugin version 1.5.2.1) for 2 hours... And I've finally found a simple issue on asciidoctor pdf.
BUILD FAILURE:
Let's explain the issue with the asciidoctor-pdf-example from Asciidoctor Maven Examples.
Let's modify the content of a random .adoc file from this project:
If I empty the file content , build failure:
If I only put a main title in this in the file, build failure:
If I only put a second title content in the file, build success:
If I put a main title with content in the file, build failure:
If I put a main title, skip a line, and put content in the file, build success:
I therefore suppose this small issue comes from Asciidoctor PDF ! HTML works well.
The text was updated successfully, but these errors were encountered: