Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absence of /vendor/jars #2

Open
mstump opened this issue Dec 13, 2011 · 2 comments
Open

Absence of /vendor/jars #2

mstump opened this issue Dec 13, 2011 · 2 comments

Comments

@mstump
Copy link

mstump commented Dec 13, 2011

So I'm attempting to use hector.rb in my first jruby project. I add the gem, attempt to start the rails server, and am immediatly greeted by the following error:

find: vendor/jars: No such file or directory
/Users/mstump/.rvm/gems/jruby-1.6.5/bundler/gems/hector.rb-d1040769324e/lib/../vendor/jars
Errno::ENOENT: No such file or directory - No such directory
  entries at org/jruby/RubyDir.java:360
   (root) at /Users/mstump/.rvm/gems/jruby-1.6.5/bundler/gems/hector.rb-d1040769324e/lib/hector.rb:13

From the looks of the code it appears as if you expect /vendor/jars to exist, and that it should contain the jars necessary for hector. I want to understand how you intended that these dependencies be met. Should we copy the jars ourselves to the correct directory, should they be distributed as part of the jar, or is there something else that I'm missing?

@elubow
Copy link

elubow commented Dec 26, 2011

In order to get around this, you'll need to jump into the hector.rb dir and create a vendor/jars as you noted. Then head over here (https://github.com/rantav/hector/downloads) and download the latest and greatest of the jars tarball and put it in the vendor/jars directory. That should be helpful.

@owenbendavies
Copy link

I know this is an old issue, but we have created a fork of this project that includes the jars.

Owen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants