Here is the output: Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\azamsharp>echo %GEM_PATH% %GEM_PATH% C:\Users\azamsharp>where ir C:\DevTools\IronRuby\ironruby\Merlin\Main\bin\Debug\ir.exe C:\Users\azamsharp>where ruby c:\ruby\bin\ruby.exe C:\Users\azamsharp>where csc.exe C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe C:\Users\azamsharp>where resgen INFO: Could not find files for the given pattern(s). C:\Users\azamsharp>echo %MERLIN_ROOT% %MERLIN_ROOT% C:\Users\azamsharp>echo %PATH% On Wed, Sep 23, 2009 at 1:09 AM, Ivan Porto Carrero <[email protected]>wrote: > Mohammed > Can you send me the output of these commands? > > echo %GEM_PATH% > where ir > where ruby > where csc.exe > where resgen > echo %MERLIN_ROOT% > echo %PATH% > > So I can tell you what should be in there for it to work properly > thanks > > > --- > 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) > > > > > On Wed, Sep 23, 2009 at 6:46 AM, Jimmy Schementi < > [email protected]> wrote: > >> >> http://github.com/ironruby/ironruby/blob/master/Merlin/Main/Languages/Ruby/Scripts/Dev.bat#L16 >> >> GEM_PATH is set to the gems path in the Ruby stdlibs that are checked into >> the IronRuby source; GEM_HOME isn't set since we want the implementations to >> still install them to their own directory. (GEM_HOME tells RubyGems where to >> install gems, and GEM_PATH tells it where to load them from). >> >> Again, this is just for the developer environment. >> >> ~js >> >> ------------------------------ >> *From:* [email protected] [ >> [email protected]] on behalf of Ryan Riley [ >> [email protected]] >> *Sent:* Tuesday, September 22, 2009 9:35 PM >> *To:* [email protected] >> *Subject:* Re: [Ironruby-core] Seems like it is loading from the Ruby >> libraries instead of IronRuby gems >> >> What are the values of gem_path and gem_home? >> >> Sent from my iPhone >> >> On Sep 22, 2009, at 11:08 PM, Mohammad Azam <[email protected]> wrote: >> >> I uninstall Ruby spec gem and it worked fine. Seems like when spec gem >> is installed on IronRuby and Ruby then IronRuby looks in the Ruby folder for >> the gem. >> >> On Tue, Sep 22, 2009 at 8:47 PM, Jim Deville < <[email protected]> >> [email protected]> wrote: >> >>> More info please J >>> >>> >>> >>> *From:* <[email protected]> >>> [email protected] >>> [mailto:<[email protected]> >>> [email protected]] *On Behalf Of *Mohammad Azam >>> *Sent:* Tuesday, September 22, 2009 2:33 PM >>> *To:* <[email protected]>[email protected] >>> *Subject:* [Ironruby-core] Seems like it is loading from the Ruby >>> libraries instead of IronRuby gems >>> >>> >>> >>> >>> >>> -- >>> Mohammad Azam >>> MVP (Microsoft Valuable Professional) >>> <http://www.highoncoding.com>www.highoncoding.com >>> <http://www.azamsharp.com>www.azamsharp.com >>> >>> _______________________________________________ >>> Ironruby-core mailing list >>> <[email protected]>[email protected] >>> <http://rubyforge.org/mailman/listinfo/ironruby-core> >>> http://rubyforge.org/mailman/listinfo/ironruby-core >>> >>> >> >> >> -- >> Mohammad Azam >> MVP (Microsoft Valuable Professional) >> <http://www.highoncoding.com>www.highoncoding.com >> <http://www.azamsharp.com>www.azamsharp.com >> >> _______________________________________________ >> Ironruby-core mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> _______________________________________________ >> Ironruby-core mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > > -- Mohammad Azam MVP (Microsoft Valuable Professional) www.highoncoding.com www.azamsharp.com
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
