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
It might be worth to take a look at jbundler for packaging up and bundling applicatios with jbundler.
Something that particularly caught my interest from the release notes was this:
jbundle executable -b bootstrap.rb will pack all gems and jars along with jruby itself and creates an executable jar. use the jruby '1.7.4' declaration inside the Jarfile to determine the jruby version to use for packing - defaults to the jruby used to execute jbundle
It might be worth to take a look at jbundler for packaging up and bundling applicatios with jbundler.
Something that particularly caught my interest from the release notes was this:
jbundle executable -b bootstrap.rb
will pack all gems and jars along with jruby itself and creates an executable jar. use thejruby '1.7.4'
declaration inside the Jarfile to determine the jruby version to use for packing - defaults to the jruby used to execute jbundlewhat do you think? Can this help us? @wasnotrice
The text was updated successfully, but these errors were encountered: