Deployment of Asciidoctorj jar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Deployment of Asciidoctorj jar

jnorthr
Hello world :)

am hoping to integrate asciidoctorj into our PaaS service. Our code is in groovy scripts and we have downloaded and copied in asciidoctor-java-integration-0.1.4.jar, constructed working templates tested against local asciidoctor gem all working ok. after deployment onto the remote PaaS server, testing fails due to missing ruby jar

java.lang.NoClassDefFoundError: org/jruby/RubyInstanceConfig

question is: what other jars do we need to successfully asciidoctorj besides the 0.1.4.jar ?

you can review our stacktrace here: http://caelyftemplates.hp.af.cm/asciidoc

any ideas/suggestions would be most welcome
thx
jim
Reply | Threaded
Open this post in threaded view
|

Re: Deployment of Asciidoctorj jar

LightGuardjp
Welcome! 

You will need the jruby-complete.jar as well. 

Sent from Mailbox for iPhone


On Tue, Jan 21, 2014 at 4:33 AM, jnorthr [via Asciidoctor :: Discussion] <[hidden email]> wrote:

Hello world :)

am hoping to integrate asciidoctorj into our PaaS service. Our code is in groovy scripts and we have downloaded and copied in asciidoctor-java-integration-0.1.4.jar, constructed working templates tested against local asciidoctor gem all working ok. after deployment onto the remote PaaS server, testing fails due to missing ruby jar

java.lang.NoClassDefFoundError: org/jruby/RubyInstanceConfig

question is: what other jars do we need to successfully asciidoctorj besides the 0.1.4.jar ?

you can review our stacktrace here: http://caelyftemplates.hp.af.cm/asciidoc

any ideas/suggestions would be most welcome
thx
jim


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Deployment-of-Asciidoctorj-jar-tp1294.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Deployment of Asciidoctorj jar

jnorthr
hi hoe - found it here: http://www.jruby.org/download

many thanx 4 the welcome too. we have an idea to kind of make an asciidoctor live console, a bit like the groovy live console, so we could let people have a playground to learn asciidoctor without much to-do ... well it's a dream, but possibly fun :-}

more later