asciidoctor / asciidoctor-ant

:ant: Ant task to render Asciidoc documentation
Apache License 2.0
9 stars 5 forks source link

Set TCCL for creation of Asciidoctor instance and removed passing a c… #33

Closed robertpanzer closed 9 years ago

robertpanzer commented 9 years ago

…lassloader to create()

This PR changes the way the Asciidoctor instance is created according to the discussion around https://github.com/asciidoctor/asciidoctorj/pull/340

Now I was even able to reproduce the problem that the Ruby resources are not found: I first put the jar with the ant task into ant/lib. And all jars in this directory get automatically added to the TCCL! Referencing it with the classpath attribute revealed the problem.

buildhive commented 9 years ago

Asciidoctor » asciidoctor-ant #40 SUCCESS This pull request looks good (what's this?)

binout commented 9 years ago

Well done !