mguymon / lock_jar

LockJar manages Java Jars for Ruby

Home Page:http://mguymon.github.io/lock_jar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundler integration only working if Jarfile exists?

tobsch opened this issue · comments

I am building a gem using the buildr integration which generates a "memento.lock" (name of the gem).
When I now require the gem using bundler, it just does not recognize the memento.lock as file we're depending on but searches for "Jarfile".
There seems to be a conceptional issue about this or am I getting this all wrong?

The goal of Bundler integration is to avoid Jar conflicts when loading multiple lockfiles. This works by scanning all the Gems installed by Bundler for a Jarfile. All the Jarfiles are merged together to create a new Jarfile.lock. The existing lockfiles for Gems are ignored.