Hi Ivan Obviously that worked :) Thanks heaps!
Patrick On Mon, May 11, 2009 at 10:16, Ivan Porto Carrero <i...@flanders.co.nz> wrote: > if you extract the 0.3 release and copy the compiled binaries without the > config file over it should be fine. > Alternatively you can change the content of ir.exe.config to match your > config. > IronRuby needs to know the paths in which it can find stuff like rubygems.rb > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > GSM: +32.486.787.582 > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > Bernard Baruch - "Vote for the man who promises least; he'll be the least > disappointing." > > On Mon, May 11, 2009 at 12:03 AM, Patrick van der Velde > <petrikvanderve...@gmail.com> wrote: >> >> Hi Jim >> >> Thanks for that. I grabbed the sources from GitHub. For now I just >> grabbed a zip file as I just want to play around with IronRuby. >> >> I followed the instructions on the website and managed to build the >> solution (using VS2008) just fine. No errors / warnings etc. I then >> copied all the binaries into another folder. I also copied the cmd >> files from the 0.3 release into that folder. I then tried to run irake >> but got another error: >> >> C:\languages\ironruby\bin>irake >> :0:in `require': no such file to load -- rubygems (LoadError) >> from C:/languages/ironruby/bin/irake:9 >> >> And when I try to run igem to install rake I get: >> >> C:\languages\ironruby\bin>igem install rake >> :0:in `require': no such file to load -- rubygems (LoadError) >> from C:/languages/ironruby/bin/igem:8 >> >> So any idea where I went wrong? I think I did all the steps in the >> right order but given that it's not working I guess I didn't entirely >> get it right :( >> >> Thanks heaps for all your help >> >> Patrick >> >> >> On Mon, May 11, 2009 at 09:20, Jim Deville <jdevi...@microsoft.com> wrote: >> > Pushed it a little while ago. To build, follow the instructions here: >> > http://wiki.github.com/ironruby/ironruby/getting-the-sources to get >> > sources, >> > then here: http://wiki.github.com/ironruby/ironruby/building to build. If >> > you want to contribute back to the project, you can follow the instructions >> > here: http://wiki.github.com/ironruby/ironruby/contributing >> > >> > Hope that helps, feel free to ask if you need help. >> > >> > JD >> > >> > ...there is no try >> > >> > >> >> -----Original Message----- >> >> From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- >> >> boun...@rubyforge.org] On Behalf Of Patrick van der Velde >> >> Sent: Sunday, May 10, 2009 2:13 PM >> >> To: ironruby-core@rubyforge.org >> >> Subject: Re: [Ironruby-core] Is it possible to run rake on the latest >> >> binary >> >> release of IronRuby? >> >> >> >> Hi Jim >> >> >> >> Cool! I'll be waiting for that one then :) Any idea when you'll push it >> >> into the >> >> trunk? Also do you know if there is a guide for building IronRuby from >> >> scratch >> >> so that I can build it and get the fix? >> >> >> >> Thanks >> >> >> >> Patrick >> >> >> >> On Sun, May 10, 2009 at 20:10, Jim Deville <jdevi...@microsoft.com> >> >> wrote: >> >> > The next time I push, that should be fixed. Tomas just implemented >> >> Method#to_proc last week. >> >> > >> >> > JD >> >> > >> >> > ....there is no try >> >> > Sent from my phone. Please excuse typos and txtspk. >> >> > >> >> > -----Original Message----- >> >> > From: Patrick van der Velde <petrikvanderve...@gmail.com> >> >> > Sent: May 09, 2009 11:54 PM >> >> > To: ironruby-core@rubyforge.org <ironruby-core@rubyforge.org> >> >> > Subject: Re: [Ironruby-core] Is it possible to run rake on the latest >> >> > binary >> >> release of IronRuby? >> >> > >> >> > >> >> > Hiya >> >> > >> >> > Ok so I installed rake and got: >> >> > >> >> > C:\languages\ironruby\bin>igem install rake Successfully installed >> >> > rake-0.8.5 >> >> > 1 gem installed >> >> > Installing ri documentation for rake-0.8.5... >> >> > >> >> > Invalid output formatter >> >> > >> >> > For help on options, try 'rdoc --help' >> >> > >> >> > Then I assume that not having the documentation is not a problem so I >> >> > try to run irake but get: >> >> > >> >> > C:\languages\ironruby\bin>irake >> >> > :0:in `to_proc': The method or operation is not implemented. >> >> > (System::NotImplementedException) >> >> > from alt_system.rb:0 >> >> > from :0:in `require' >> >> > from custom_require.rb:26:in `require' >> >> > from win32.rb:0 >> >> > from :0:in `require' >> >> > from custom_require.rb:26:in `require' >> >> > from rake.rb:0 >> >> > from :0:in `require' >> >> > from custom_require.rb:26:in `require' >> >> > from rake:0 >> >> > from :0:in `load' >> >> > from irake:0 >> >> > >> >> > Any ideas on this one? Am I missing more gems? >> >> > >> >> > Oh and yes I'm on a Windows machine :) >> >> > >> >> > Thanks >> >> > >> >> > Patrick >> >> > >> >> > >> >> > On Sun, May 10, 2009 at 18:34, Ivan Porto Carrero >> >> > <i...@flanders.co.nz> >> >> wrote: >> >> >> Hi Patrick >> >> >> You will need the rake gem to be installed in IronRuby for the irake >> >> >> command to work. >> >> >> You can do that with the igem command igem install rake I assume >> >> >> you're using windows because the igem command is broken again on >> >> >> mono. >> >> >> --- >> >> >> Met vriendelijke groeten - Best regards - Salutations Ivan Porto >> >> >> Carrero >> >> >> Blog: http://flanders.co.nz >> >> >> Twitter: http://twitter.com/casualjim Author of IronRuby in Action >> >> >> (http://manning.com/carrero) >> >> >> >> >> >> Charles Kuralt - "You can find your way across this country using >> >> >> burger joints the way a navigator uses stars." >> >> >> >> >> >> On Sun, May 10, 2009 at 2:11 AM, Patrick van der Velde >> >> >> <petrikvanderve...@gmail.com> wrote: >> >> >>> >> >> >>> Hiya >> >> >>> >> >> >>> Mmm ok I'm a little confused here. So irake does work but possibly >> >> >>> not on the latest binary release? Also does irake need rake under >> >> >>> the covers or should it just be able to run rake files without any >> >> >>> link to Ruby. I haven't got Ruby installed on my machine (but I do >> >> >>> have ironruby). Also do I need to set any paths etc? >> >> >>> Sorry about all the stupid questions but I'm very new to ironruby >> >> >>> (and ruby actually) so I'm not sure where to search for the >> >> >>> solution >> >> >>> to my problem. >> >> >>> >> >> >>> Thanks >> >> >>> >> >> >>> Patrick >> >> >>> >> >> >>> On Sat, May 9, 2009 at 13:35, Jimmy Schementi >> >> >>> <jimmy.scheme...@microsoft.com> wrote: >> >> >>> > It definitely works for me, as I can do things like irake >> >> >>> > db:migrate, but this is out of my fork's railsconf branch; I'll >> >> >>> > be >> >> >>> > making sure the main repo has all the necessary fixed to run rake >> >> >>> > and rails without any major workarounds. >> >> >>> > >> >> >>> > ~Jimmy >> >> >>> > Sent from my phone >> >> >>> > >> >> >>> > On May 8, 2009, at 4:00 PM, "Patrick van der Velde" >> >> >>> > <petrikvanderve...@gmail.com >> >> >>> > > wrote: >> >> >>> > >> >> >>> >> Hi All >> >> >>> >> >> >> >>> >> I was wondering if it was possible to run rake (or irake) on the >> >> >>> >> latest binary release of IronRuby. I've searched the mailing >> >> >>> >> list >> >> >>> >> but all posts relating to rake are several months old and are >> >> >>> >> not >> >> >>> >> related to the binary releases :( I've tried to run irake but >> >> >>> >> I'm >> >> >>> >> getting NotImplementedExceptions when I run it. If anybody has >> >> >>> >> suggestions that would be greatly appreciated. >> >> >>> >> >> >> >>> >> Thanks >> >> >>> >> >> >> >>> >> Patrick >> >> >>> >> _______________________________________________ >> >> >>> >> 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 >> >> >>> > >> >> >>> _______________________________________________ >> >> >>> 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 >> >> >> >> >> >> >> >> > _______________________________________________ >> >> > 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 >> >> > >> >> _______________________________________________ >> >> 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 >> > >> _______________________________________________ >> 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 > > _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core