Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Mohammad Azam
an *elevated* command prompt). Then just running >> “cucumber” will run against IronRuby. >> >> >> >> ~Jimmy >> >> >> >> *From:* ironruby-core-boun...@rubyforge.org [mailto: >> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Eddie Cianci

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Mohammad Azam
core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Eddie Cianci > *Sent:* Wednesday, June 23, 2010 12:39 PM > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] Cucumber with IronRuby V 1.0 > > > > Hi Mohammad -- > > &g

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Will Green
” (from an *elevated* command prompt). Then just running “cucumber” > will run against IronRuby. > > > > ~Jimmy > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Eddie Cianci > *Sent:* Wednesday, June 23, 2010

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Mohammad Azam
>> *From:* ironruby-core-boun...@rubyforge.org [mailto: >> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Jimmy Schementi >> *Sent:* Wednesday, June 23, 2010 1:28 PM >> >> *To:* ironruby-core@rubyforge.org >> *Subject:* Re: [Ironruby-core] Cucumber with I

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Mohammad Azam
byforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Jimmy Schementi > *Sent:* Wednesday, June 23, 2010 1:28 PM > > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] Cucumber with IronRuby V 1.0 > > > > No, actually, he is using IronRub

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Jimmy Schementi
...@rubyforge.org] On Behalf Of Jimmy Schementi Sent: Wednesday, June 23, 2010 1:28 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Cucumber with IronRuby V 1.0 No, actually, he is using IronRuby, but setting the GEM_PATH to his Ruby implementation, which is those stack traces come

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Jimmy Schementi
“cucumber” will run against IronRuby. ~Jimmy From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Eddie Cianci Sent: Wednesday, June 23, 2010 12:39 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Cucumber with IronRuby V 1.0 Hi Mohammad

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Mohammad Azam
That might be the thing!! What does that -S stands for and where is it documented? Do I still need to make the icucumber.bat I guess not? On Wed, Jun 23, 2010 at 2:39 PM, Eddie Cianci wrote: > Hi Mohammad -- > > That looks like your Ruby not IronRuby ... Try running: > > ir -S cucumber > > > >

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Eddie Cianci
Hi Mohammad -- That looks like your Ruby not IronRuby ... Try running: ir -S cucumber On Wed, Jun 23, 2010 at 3:27 PM, Mohammad Azam wrote: > I downloaded and install Cucumber 0.6.4. I deleted the Cucumber 0.8.3 > folder but now when I run the following command. > > c: cucumber > > I get the

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Mohammad Azam
I downloaded and install Cucumber 0.6.4. I deleted the Cucumber 0.8.3 folder but now when I run the following command. c: cucumber I get the following error: no such file to load -- c:/ruby/lib/ruby/gems/1.8/gems/cucumber-0.8.3/bin/cucumber On Wed, Jun 23, 2010 at 2:05 PM, Will Green wrote:

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Will Green
There is an issue with the Gherkin parser used by Cucumber. Downgrade to Cucumber 0.6.4, which does not use the Ragel-generated (native code) parser. It is slower, but it works. http://github.com/aslakhellesoy/gherkin/issues/issue/63 -- Will Green http://hotgazpacho.org/ On Wed, Jun 23, 2010 a