Skip to content

Instantly share code, notes, and snippets.

@rdp
Created April 26, 2011 22:21
Show Gist options
  • Save rdp/943329 to your computer and use it in GitHub Desktop.
Save rdp/943329 to your computer and use it in GitHub Desktop.
jruby -S rake cucumber windows
jruby -S rake cucumber
(in C:/dev/ruby/redcar)
C:/dev/ruby/redcar/Rakefile:196 warning: already initialized constant Spec
jruby bin/cucumber -cf progress -e ".*fixtures.*" plugins/*/features && echo 'done'
Redcar 0.12.0dev ( java )
warning--not starting listener (perhaps theres another Redcar already open?)Address already in use - bind - Address already in use: bind druby://127.0.0.1:10022
No such file or directory - plugins/*/features
org/jruby/RubyFile.java:441:in `initialize'
org/jruby/RubyIO.java:1117:in `open'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/feature_file.rb:53:in `source'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/feature_file.rb:35:in `parse'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/runtime/features_loader.rb:28:in `load'
org/jruby/RubyArray.java:1602:in `each'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/runtime/features_loader.rb:26:in `load'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/runtime/features_loader.rb:14:in `features'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/runtime.rb:180:in `features'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/runtime.rb:32:in `run!'
C:/installs/jruby-1.6.1.64/lib/ruby/gems/1.8/gems/cucumber-0.9.2/lib/cucumber/cli/main.rb:54:in `execute!'
C:/dev/ruby/redcar/plugins/swt/lib/swt/cucumber_runner.rb:14:in `run_features'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyProc.java:232:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment