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

Error messages in asciidoctor build #287

Closed
abelsromero opened this issue Aug 3, 2022 · 0 comments · Fixed by #288
Closed

Error messages in asciidoctor build #287

abelsromero opened this issue Aug 3, 2022 · 0 comments · Fixed by #288

Comments

@abelsromero
Copy link
Contributor

abelsromero commented Aug 3, 2022

Creating this issue for tracking purposes, I see many commits follow a pattern of pointint to an issue for details

The docs build shows the following error messages:

[INFO] --- asciidoctor-maven-plugin:2.2.2:process-asciidoc (generate-toc-html) @ asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] asciidoctor: WARN: distributed/jdbc/jdbc-integraions.adoc: line 19: section title out of sequence: expected level 3, got level 4
[INFO] asciidoctor: WARN: distributed/jdbc/jdbc-integraions.adoc: line 48: section title out of sequence: expected level 3, got level 4
[INFO] asciidoctor: WARN: distributed/jdbc/jdbc-integraions.adoc: line 48: id assigned to section already in use: listener
[INFO] asciidoctor: WARN: advanced/listener.adoc: line 2: id assigned to section already in use: listener
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-proportionally
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-as-is
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-additive
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-proportionally
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-as-is
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-additive
[INFO] asciidoctor: INFO: possible invalid reference: tokens-inheritance-strategy-as-is
[INFO] Converted /home/asalgadr/github/bucket4j/asciidoc/src/main/docs/asciidoc/toc.adoc
@abelsromero abelsromero changed the title Fix asciidoctor build messages Error messages in asciidoctor build Aug 3, 2022
abelsromero added a commit to abelsromero/bucket4j that referenced this issue Aug 3, 2022
* Fix invalid <<listener>> cross-references: used autogenerated id instead
* Fix invalid section numbers in jdbc-integrations.adoc
* Fix broken TokensInheritanceStrategy cross-references
* Correctly rename jdbc-integraions.adoc to jdbc-integrations.adoc
* Set java as default language for code blocks in `toc.adoc`: applied short
notation for code blocks where applicable (ie. xml, sql)
* Chain paragraphs ('+') to fix misalignment of numbered section in configuration-replacement.adoc
* Reorder TokensInheritanceStrategy.RESET to first position to respect order in
which strategies are introduced
vladimir-bukhtoyarov added a commit that referenced this issue Aug 4, 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

Successfully merging a pull request may close this issue.

1 participant