Right. If you're on Windows. Not sure about where Mono is these days in MSBuild support, but I'm fairly sure that it isn't here yet. That said, there's a very small amount of the functionality of the Rakefile that deals with compilation. Most of it is the transform stuff that we need to move stuff back and forth between SVN and TFS. That said, I'm refactoring the guts of the Rakefile now. It needs it moving forward as a few more requirements are now showing up (eg Silverlight builds)
Thanks, -Joh > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:ironruby-core- > [EMAIL PROTECTED] On Behalf Of Michael Letterle > Sent: Sunday, March 16, 2008 3:08 PM > To: [email protected] > Subject: Re: [Ironruby-core] SVN Revision 77 out > > I'm assuming that the majority of users compiling on cygwin have access > to MSBuild... > > 2008/3/16 John Lam (DLR) <[EMAIL PROTECTED]>: > > Msbuild doesn't run on mono. > > > > > > - John > > Sent from my phone > > > > -----Original Message----- > > > > > > From: Michael Letterle <[EMAIL PROTECTED]> > > Sent: Sunday, March 16, 2008 12:56 PM > > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; > > [email protected] <[email protected]> > > Subject: Re: [Ironruby-core] SVN Revision 77 out > > > > > > The rake file doesn't play so nice with Cygwin because of pathing > and > > arg limits... > > > > see rubydoes.net for some info, but I'm working on a Cygrake that > > takes care of some of the issues.. > > > > Though, is there any reason why we can't just call MSBuild? > > > > 2008/3/16 Greg Akins <[EMAIL PROTECTED]>: > > > This is what I got > > > > > > $ rake.bat compile --trace > > > > > > (in c:/Libraries/IronRuby/trunk) > > > ** Invoke compile (first_time) > > > ** Invoke happy (first_time) > > > ** Execute happy > > > ** Invoke clean_build (first_time) > ** Execute clean_build > > > ** Invoke compile_dlr (first_time) > ** Execute compile_dlr > > > > Read in 17 resources from > > "c:\Libraries\IronRuby\trunk\src\microsoft.scripting\M > > > ath\MathResources.resx" > > > Writing resource file... Done. > > > Read in 49 resources from > > "c:\Libraries\IronRuby\trunk\src\microsoft.scripting\R > > > esources.resx" > > > Writing resource file... Done. > > > rake aborted! > > > > > > Command failed with status (0): [csc /nologo /noconfig > > /nowarn:1591,1701,17...] > c:/ruby/lib/ruby/gems/1.8/gems/rake- > 0.7.3/lib/rake.rb:719:in `sh' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:726:in > `call' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:726:in `sh' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:805:in `sh' > > > > > > c:/Libraries/IronRuby/trunk/rakefile:197:in `exec' > > > c:/Libraries/IronRuby/trunk/rakefile:239:in `csc' > > > c:/Libraries/IronRuby/trunk/rakefile:247:in `compile' > > > c:/Libraries/IronRuby/trunk/rakefile:253:in `compile_all' > > > c:/Libraries/IronRuby/trunk/rakefile:527 > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in > `call' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in > `execute' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in > `each' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in > `execute' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:362:in > `invoke' > > > c:/ruby/lib/ruby/1.8/thread.rb:135:in `synchronize' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in > `invoke' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in > > `invoke_prerequisit > es' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in > `each' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in > `send' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in > `each' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in > > `invoke_prerequisit > es' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:in > `invoke' > > > c:/ruby/lib/ruby/1.8/thread.rb:135:in `synchronize' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in > `invoke' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > `top_level' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > `each' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > `top_level' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in > > `standard_exceptio > n_handling' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in > `top_level' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in > `run' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in > > `standard_exceptio > n_handling' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in > `run' > > > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7 > > > c:/ruby/bin/rake.bat:20:in `load' > > > c:/ruby/bin/rake.bat:20 > > > > > > > > > > > > 2008/3/16 John Lam (DLR) <[EMAIL PROTECTED]>: > > > > > > > > > > Can you send along a rake --trace repro? > > > > > > > > - John > > > > Sent from my phone > > > > > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > > > Sent: Sunday, March 16, 2008 4:22 AM > > To: > > [email protected] <[email protected]> > > > > Subject: Re: [Ironruby-core] SVN Revision 77 out > > > > > > > > > > > > >Command failed with status (0): [csc /nologo /noconfig > > /nowarn:1591,1701,17...] > > > > c:/Libraries/IronRuby/trunk/rakefile:197:in `exec' > > > > > > > > I have the same problem. > > > > Previous revision was OK. > > > > > > > > SDK v6.0 > > > > XP SP2 with .NET v3.0 > > > > rake 0.7.2 > > > > ruby 1.8.6 (i386-mswin32) > > > > > > _________________________________________________________________ > > > > 栄養不足?MSN相談箱で「サプリメント」について知ろう! > > > > > > > http://questionbox.msn.co.jp/search.php3?start=0&pt=0&qt=all&k=pbWl16X > > qpeGl86XI > > > > > > > > > > > > > > _______________________________________________ > > > > Ironruby-core mailing list > > > > [email protected] > > > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > > > > > > > > > > > > > > -- > > > Greg Akins > > > Software Development Manager > > > SSI Services > > > > > > http://kc.vanadium.com > > > http://www.pghcodingdojo.org > > > http://www.insomnia-consulting.org/monologue > > > > > > _______________________________________________ > > > Ironruby-core mailing list > > > [email protected] > > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > > > > > > > > -- > > Michael Letterle > > [Polymath Prokrammer] > > http://blog.prokrams.com > > > > _______________________________________________ > > Ironruby-core mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > > -- > Michael Letterle > [Polymath Prokrammer] > http://blog.prokrams.com
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
