Created
December 1, 2011 02:55
-
-
Save klauern/1413083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\mydocs\Work\RubyPCIProjects\jruby> bin/jruby.bat spec/mspec/bin/mspec -T --1.9 spec/ruby/command_line/dash_a_spec.rb | |
| Errno::ENOENT: No such file or directory - cannot execute | |
| _exec_internal at org/jruby/RubyKernel.java:1584 | |
| exec at file:/C:/mydocs/Work/RubyPCIProjects/jruby/lib/jruby.jar!/jruby/kernel19/kernel.rb:25 | |
| run at C:/mydocs/Work/RubyPCIProjects/jruby/spec/mspec/lib/mspec/commands/mspec.rb:168 | |
| main at C:/mydocs/Work/RubyPCIProjects/jruby/spec/mspec/lib/mspec/utils/script.rb:218 | |
| (root) at spec/mspec/bin/mspec:7 | |
| Various incantations all result in the same error: | |
| PS C:\mydocs\Work\RubyPCIProjects\jruby> .\bin\jruby.bat .\spec\mspec\bin\mspec .\spec\ruby\command_line\dash_a_spec.rb | |
| Errno::ENOENT: No such file or directory - cannot execute | |
| _exec_internal at org/jruby/RubyKernel.java:1584 | |
| exec at file:/C:/mydocs/Work/RubyPCIProjects/jruby/lib/jruby.jar!/jruby/kernel19/kernel.rb:25 | |
| run at C:/mydocs/Work/RubyPCIProjects/jruby/spec/mspec/lib/mspec/commands/mspec.rb:168 | |
| main at C:/mydocs/Work/RubyPCIProjects/jruby/spec/mspec/lib/mspec/utils/script.rb:218 | |
| (root) at .\spec\mspec\bin\mspec:7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment