asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.15k stars 500 forks source link

Bash script is unable to run because of the gradle setup #2234

Closed lemosbash closed 2 years ago

lemosbash commented 2 years ago

The bash script included in this repository, mentioned on the README.adoc have problems with it's gradle setup, it fetches what it needs, but dies in gradle exception, with no further stacktrace.

Using the example text that is on the README (and producing a docbook with the asciidoctor code snippet right bellow), the build starts, fetches gradle, but dies on a exception, with no further information, only a wikipage for gradle, that seens not much helpful to deal with this problem. With asciidoctor-fopub/fopub example.xml --stacktrace, the following is printed to the stdout:

https://pastebin.com/iCXrAvPt

This test is running under a ubuntu temporary container, ran with podman run --rm -it ubuntu bash, installing only the necessary tools to run this tool. Basic information for the environment:

NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)" ID=ubuntu Shell: bash 5.0.17 Kernel: 5.15.41-gentoo

lemosbash commented 2 years ago

sorry, wrong repo, :(