Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created December 23, 2011 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BanzaiMan/1515431 to your computer and use it in GitHub Desktop.
Save BanzaiMan/1515431 to your computer and use it in GitHub Desktop.
C:\Users\asari\Development\src\jruby>bin\jruby --1.9 -v
jruby 1.7.0.dev (ruby-1.9.3-p0) (2011-12-23 d362e2c) (Java HotSpot(TM) 64-Bit Se
rver VM 1.6.0_29) [Windows 7-amd64-java]
C:\Users\asari\Development\src\jruby>bin\jruby --1.9 -S cucumber --help
C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/gherkin-2.7.1-java/l
ib/gherkin/i18n.rb:9 warning: already initialized constant FEATURE_ELEMENT_KEYS
C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/gherkin-2.7.1-java/l
ib/gherkin/i18n.rb:10 warning: already initialized constant STEP_KEYWORD_KEYS
C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/gherkin-2.7.1-java/l
ib/gherkin/i18n.rb:11 warning: already initialized constant KEYWORD_KEYS
LoadError: load error: gherkin/i18n -- org.yaml.snakeyaml.reader.ReaderException
: special characters are not allowed
require at org/jruby/RubyKernel.java:970
require at C:/Users/asari/Development/src/jruby/lib/ruby/site_ruby/1.8/rubygem
s/custom_require.rb:36
(root) at C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/gherkin
-2.7.1-java/lib/gherkin/lexer/i18n_lexer.rb:1
require at org/jruby/RubyKernel.java:970
require at C:/Users/asari/Development/src/jruby/lib/ruby/site_ruby/1.8/rubygem
s/custom_require.rb:36
(root) at C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/gherkin
-2.7.1-java/lib/gherkin/lexer/i18n_lexer.rb:1
require at org/jruby/RubyKernel.java:970
require at C:/Users/asari/Development/src/jruby/lib/ruby/site_ruby/1.8/rubygem
s/custom_require.rb:36
(root) at C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/gherkin
-2.7.1-java/lib/gherkin.rb:5
require at org/jruby/RubyKernel.java:970
require at C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/cucumbe
r-1.1.4/bin/../lib/cucumber/cli/main.rb:36
(root) at C:/Users/asari/Development/src/jruby/lib/ruby/gems/1.8/gems/cucumbe
r-1.1.4/bin/cucumber:11
load at org/jruby/RubyKernel.java:996
(root) at C:/Users/asari/Development/src/jruby/bin/cucumber:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment