-
-
Notifications
You must be signed in to change notification settings - Fork 922
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
Forcing jruby-complete to execute a command. #1218
Comments
I think there is a bug where the files inside the JAR is not found correctly. Before searching in Quite possibly a different manifestation of #1031. |
well, I do see that error quite regularly :( but my setup is probably a bit unusual: I manage my MRI with rbenv but added jruby to PATH. that allows me to switch fast to jruby by adding 'j' and to call gem,irb, etc are usually a ruby scripts and things just work fine. with having $HOME/.rbenv/shims in the path those scripts are bash scripts :( but looking through my they all will fail like I agreee with @BanzaiMan that jruby should look first in the jar before looking on the PATH but it is only a partial solution for the above given problem. |
fixed via fcec818 |
Hello!
I'm having some troubles with jruby-complete in environements with rbenv.
As seen at:
jruby/core/src/main/java/org/jruby/util/cli/ArgumentProcessor.java
Line 495 in 823e689
JRuby always tries to find the script first, I was wondering if there is any possibility to force Jruby to ejecute a command.
related: rbenv/rbenv#467
Thanks!
The text was updated successfully, but these errors were encountered: