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
jar-dependencies comes bundled with jruby and superseed jbundler. jbundler and jar-dependencies are using the same Jarfile but their lock file is different. jar-dependencies uses Jars.lock
With Jars.lock present and assuming jars resolution took place - buldler install - it is just a matter of using Jars::Lock.new("Jars.lock") to info to copy the jars into the war and maybe a jars loader (probably there are a few ways to require_jar the jars from the warfile)
The text was updated successfully, but these errors were encountered:
jar-dependencies comes bundled with jruby and superseed jbundler. jbundler and jar-dependencies are using the same Jarfile but their lock file is different. jar-dependencies uses Jars.lock
With Jars.lock present and assuming jars resolution took place - buldler install - it is just a matter of using Jars::Lock.new("Jars.lock") to info to copy the jars into the war and maybe a jars loader (probably there are a few ways to require_jar the jars from the warfile)
The text was updated successfully, but these errors were encountered: