[jruby-dev] Install local gem on locally build jruby

2015-05-11 Thread Chamila Wijayarathna
Hello all, I have build jruby from cloned jruby source. I am working on a java gem which is available in another directory. How can I install my gem to work with bin/jruby of my build jruby? Thank You! -- *Chamila Dilshan Wijayarathna,* Software Engineer Mobile:(+94)788193620 WSO2 Inc.,

[jruby-dev] Re: Install local gem on locally build jruby

2015-05-11 Thread Charles Oliver Nutter
Usually it is just simpler to use the -I flag to add the gem clone's lib/ext/whatever dirs. If you can build the gem you can install normally. Between those two options there are ways to get a virtual gem directly on the clone, but I usually stick to the simpler options above. - Charlie (mobile)