Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre2
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
"bundle exec" no longer works properly with the latest 1.7.0 preview 2 dev builds. I suspect the recent Kernel#exec changes are to blame.
E.g.:
$ RUBBER_ENV=production FILTER=tools bundle exec cap deploy bundler: command not found: cap Install missing gem executables with `bundle install`
The primary issue was not resolving the path to the executable before calling exec. I fixed that in f8d22755.
There are other issues with exec on Windows, but there are other bug to track them (like
JRUBY-5908).