cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

Install Error on Windows -- could not locate Gemfile #85

Closed gary-kupferle closed 13 years ago

gary-kupferle commented 13 years ago

I'm following the build instructions on https://github.com/aslakhellesoy/cuke4duke.

When I run jruby -S gem install bundler && jruby -S bundle install

I get the error "Could not locate Gemfile"

Here is what the command line run and results look like

C:\jruby-1.5.3>jruby -S gem install bundler && jruby -S bundle install JRuby limited openssl loaded. http://jruby.org/openssl gem install jruby-openssl for full support. Successfully installed bundler-1.0.3 1 gem installed Installing ri documentation for bundler-1.0.3... Installing RDoc documentation for bundler-1.0.3... Could not locate Gemfile

gary-kupferle commented 13 years ago

Got past this.... I was following the instructions on the page. Obviously it is assumed that you do this from the unpacked main cuke4duke dir.