Re: [rspec-users] cucumber-java

2009-05-29 Thread Shane Hayes
Raymond Barlow wrote: ... > > Oh, and another question, is the above command the correct thing to run > to > see the examples run? And if so, do I run it in examples/simple or > examples/simple/features? > > /Raymond > > 2009/5/18 Trond Marius Øvstetun Hi Raymond. Did you get it to run on you

Re: [rspec-users] cucumber-java

2009-05-28 Thread aslak hellesoy
> Aslak Hellesøy wrote: regards, Trond >>> >>> I'm having the same problem as Raymond, but on Windoze. Is there another >>> version? The only I can seem to find is the 0.0.1 on >>> http://github.com/aslakhellesoy/cucumber_java/downloads >>> >> >> No more recent versions have been released

Re: [rspec-users] cucumber-java

2009-05-28 Thread Shane Hayes
Aslak Hellesøy wrote: >>> >>> regards, Trond >> >> I'm having the same problem as Raymond, but on Windoze. Is there another >> version? The only I can seem to find is the 0.0.1 on >> http://github.com/aslakhellesoy/cucumber_java/downloads >> > > No more recent versions have been released since 0.0

Re: [rspec-users] cucumber-java

2009-05-27 Thread Shane Hayes
Aslak Hellesøy wrote: >>> >>> regards, Trond >> >> I'm having the same problem as Raymond, but on Windoze. Is there another >> version? The only I can seem to find is the 0.0.1 on >> http://github.com/aslakhellesoy/cucumber_java/downloads >> > > No more recent versions have been released since 0.0

Re: [rspec-users] cucumber-java

2009-05-27 Thread aslak hellesoy
> Trond Marius Øvstetun wrote: >> I believe (someone correct me if I'm wrong..) that the version of >> cucumber_java you have installed is an older version from a central >> repository. cucumber/pico_container is the result of a recent >> refactoring >> (as is cucumber/spring). >> For me it helped

Re: [rspec-users] cucumber-java

2009-05-27 Thread Shane Hayes
Trond Marius Øvstetun wrote: > I believe (someone correct me if I'm wrong..) that the version of > cucumber_java you have installed is an older version from a central > repository. cucumber/pico_container is the result of a recent > refactoring > (as is cucumber/spring). > For me it helped to use

Re: [rspec-users] cucumber-java

2009-05-18 Thread aslak hellesoy
> Run the examples using maven, or you have to set your classpath yourself.. > See README.textile in simple and spring. It has some command line snippets with classpath. I use this to omit Maven. > Trond. > > On Mon, May 18, 2009 at 5:10 PM, Raymond Barlow > wrote: >> >> With your help I am prog

Re: [rspec-users] cucumber-java

2009-05-18 Thread Trond Marius Øvstetun
Run the examples using maven, or you have to set your classpath yourself.. Trond. On Mon, May 18, 2009 at 5:10 PM, Raymond Barlow wrote: > With your help I am progressing :) > > I've managed to install the cucmber-java gem. But now, if I > > jruby -S cucumber features > > from any directory, I g

Re: [rspec-users] cucumber-java

2009-05-18 Thread Raymond Barlow
With your help I am progressing :) I've managed to install the cucmber-java gem. But now, if I jruby -S cucumber features from any directory, I get this error: cannot link Java class cucumber.internal.PicoContainerStepMother, probable missing dependency: org/picocontainer/MutablePicoContainer (

Re: [rspec-users] cucumber-java

2009-05-18 Thread Trond Marius Øvstetun
I believe (someone correct me if I'm wrong..) that the version of cucumber_java you have installed is an older version from a central repository. cucumber/pico_container is the result of a recent refactoring (as is cucumber/spring). For me it helped to use cp instead of mv in the Rakefile at some p

Re: [rspec-users] cucumber-java

2009-05-18 Thread Raymond Barlow
Hi Trond, Thanks for your help! For a start, I'm running OSX (not windoze). OK, it seems that I have successfully installed the cucmber-java gemI think. I couldn't get the jruby -S rake gem step to work from the cucumber-java directory. If I did this, all I get is * README.txt is missing

Re: [rspec-users] cucumber-java

2009-05-18 Thread Raymond Barlow
I agree. I'm still not able to get cucumber-java working. If I am successful, I would be happy to upload a 'from woah to go' set of instructions. /Raymond 2009/5/18 aslak hellesoy > > > > > > On Mon, May 18, 2009 at 10:02 AM, aslak hellesoy < > aslak.helle...@gmail.com> > > wrote: > >> > >> On

Re: [rspec-users] cucumber-java

2009-05-18 Thread aslak hellesoy
> > > On Mon, May 18, 2009 at 10:02 AM, aslak hellesoy > wrote: >> >> On Sun, May 17, 2009 at 12:01 AM, Raymond Barlow >> wrote: >> > OK, that seemed to help a bit. That installed a bunch of stuff, and then >> > I >> > did the mvn clean package in the examples directory--which built the >> > exam

Re: [rspec-users] cucumber-java

2009-05-18 Thread Trond Marius Øvstetun
On Mon, May 18, 2009 at 10:02 AM, aslak hellesoy wrote: > On Sun, May 17, 2009 at 12:01 AM, Raymond Barlow > wrote: > > OK, that seemed to help a bit. That installed a bunch of stuff, and then > I > > did the mvn clean package in the examples directory--which built the > example > > jar. > > > >

Re: [rspec-users] cucumber-java

2009-05-18 Thread aslak hellesoy
On Sun, May 17, 2009 at 12:01 AM, Raymond Barlow wrote: > OK, that seemed to help a bit. That installed a bunch of stuff, and then I > did the mvn clean package in the examples directory--which built the example > jar. > > So I guess my next step would be to > cucumber features > in the featuers d

Re: [rspec-users] cucumber-java

2009-05-18 Thread Trond Marius Øvstetun
On Sun, May 17, 2009 at 12:01 AM, Raymond Barlow wrote: > OK, that seemed to help a bit. That installed a bunch of stuff, and then I > did the mvn clean package in the examples directory--which built the example > jar. > > So I guess my next step would be to > cucumber features > in the featuers d

Re: [rspec-users] cucumber-java

2009-05-17 Thread Raymond Barlow
OK, that seemed to help a bit. That installed a bunch of stuff, and then I did the mvn clean package in the examples directory--which built the example jar. So I guess my next step would be to cucumber features in the featuers directory of the simple example? I tried this a got an error about pic

Re: [rspec-users] cucumber-java

2009-05-16 Thread aslak hellesoy
> Hi all, > > Does anyone have an example of how to get the cucumber-java simple example > running? I would like to use cucumber-java but cannot figure out how. > > I've gem installed cucumber and cucumber-java. When I run mvn clean package > in the simple directory, I get this error: > > 19:41:48