[Ironruby-core] IronRuby Compiles Broken?

2008-10-23 Thread Ted Milker
Is the IronRuby tree currently broken for compiles?  I have tried
everything I can think of to get it to build and I just get:

Setting environment for using Microsoft Visual Studio 2008 x86 tools.

c:\Users\ted\Desktop\IronRubyrake compile
(in c:/Users/ted/Desktop/IronRuby)
Read in 17 resources from c:\users\ted\desktop\ironruby\src\microsoft.scripting
\math\MathResources.resx
Writing resource file...  Done.
The command line is too long.
rake aborted!
Command failed with status (1): [csc /out:c:\users\ted\desktop\ironruby\bu...]
c:/Users/ted/Desktop/IronRuby/rakefile:284
(See full trace by running task with --trace)

c:\Users\ted\Desktop\IronRuby

I am running on Vista Ultimate 64bit with Visual Studio 2008
Professional.  I have tried both the 32bit and 64bit command line
shortcuts and I just cannot get past The command line is too long.
I cannot even figure out which command line is too long.  I have tried
on two different machines(both Vista Ultimate 64bit) with the same
results.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core


Re: [Ironruby-core] IronRuby Compiles Broken?

2008-10-23 Thread Ivan Porto Carrero
I got the same errors yesterday. I could build it using visual studio
though.
Mine was on vista 32-bit in both powershell and command


On Thu, Oct 23, 2008 at 6:31 PM, Ted Milker [EMAIL PROTECTED] wrote:

 Is the IronRuby tree currently broken for compiles?  I have tried
 everything I can think of to get it to build and I just get:

 Setting environment for using Microsoft Visual Studio 2008 x86 tools.

 c:\Users\ted\Desktop\IronRubyrake compile
 (in c:/Users/ted/Desktop/IronRuby)
 Read in 17 resources from
 c:\users\ted\desktop\ironruby\src\microsoft.scripting
 \math\MathResources.resx
 Writing resource file...  Done.
 The command line is too long.
 rake aborted!
 Command failed with status (1): [csc
 /out:c:\users\ted\desktop\ironruby\bu...]
 c:/Users/ted/Desktop/IronRuby/rakefile:284
 (See full trace by running task with --trace)

 c:\Users\ted\Desktop\IronRuby

 I am running on Vista Ultimate 64bit with Visual Studio 2008
 Professional.  I have tried both the 32bit and 64bit command line
 shortcuts and I just cannot get past The command line is too long.
 I cannot even figure out which command line is too long.  I have tried
 on two different machines(both Vista Ultimate 64bit) with the same
 results.
 ___
 Ironruby-core mailing list
 Ironruby-core@rubyforge.org
 http://rubyforge.org/mailman/listinfo/ironruby-core

___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core


Re: [Ironruby-core] IronRuby Compiles Broken?

2008-10-23 Thread Ted Milker
On Thu, Oct 23, 2008 at 11:49 AM, Ivan Porto Carrero
[EMAIL PROTECTED] wrote:
 I got the same errors yesterday. I could build it using visual studio
 though.
 Mine was on vista 32-bit in both powershell and command

Wow, I sure was overlooking the obvious.  I have been fighting this
since the weekend, trying to figure out what was wrong.  I was reading
your book and have been trying to build with your instructions in the
first chapter and I totally missed the solution file.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core


Re: [Ironruby-core] IronRuby Compiles Broken?

2008-10-23 Thread Ivan Porto Carrero
Great to hear somebody is reading it :)

Thanks I'll add it to the first chapter that you can also build it using
visual studio. I guess by the time ironruby releases I'll just replace that
section with a how to download the binaries ;)



On Thu, Oct 23, 2008 at 7:33 PM, Ted Milker [EMAIL PROTECTED] wrote:

 On Thu, Oct 23, 2008 at 11:49 AM, Ivan Porto Carrero
 [EMAIL PROTECTED] wrote:
  I got the same errors yesterday. I could build it using visual studio
  though.
  Mine was on vista 32-bit in both powershell and command

 Wow, I sure was overlooking the obvious.  I have been fighting this
 since the weekend, trying to figure out what was wrong.  I was reading
 your book and have been trying to build with your instructions in the
 first chapter and I totally missed the solution file.
 ___
 Ironruby-core mailing list
 Ironruby-core@rubyforge.org
 http://rubyforge.org/mailman/listinfo/ironruby-core

___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core


Re: [Ironruby-core] Cucumber / RSpec Story Runner

2008-10-23 Thread Pat Gannon
After a lot of experimentation and hacking, I was able to get Cucumber 
to work with IronRuby (mostly).  I was not able to get the Cucumber 
output in ANSI color, but it works out fine in black and white.  I also 
had to disable the functionality in Cucumber that prints the source file 
and line of code associated with each step.  Finally, I had to re-wire 
the way expectations are propagated from specification failures.  I have 
posted the instructions to get Cucumber working with IronRuby here:

http://www.patrickgannon.net/archive/2008/10/23/bdd-style-feature-tests-using-ironruby-and-rspeccucumber.aspx

Thanks,
Pat Gannon
-- 
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core