Closed joekiller closed 8 years ago
Is Jars::JarInstaller.vendor_jars
supposed to be Jars::JarInstaller.install_jars
?
Jars.lock_down(false, false, :vendor_dir => 'lib')
will vendor the jars into the lib directory. I am about to push a shortcut for this and see to fix the README - though for the README I would need to release a new gem
@joekiller fixed the readme - thanx for reporting
I was trying to make a rake task per the instructions here: https://github.com/mkristian/jar-dependencies#vendoring-your-jars-before-packing-the-jar however I get a wrong number of arguements calling error.
I created PR #34 to exercise the issue.