Here is the output: C:\DevTools\IronRuby\ironruby\Merlin\Main\Languages\Ruby\Scripts>set ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\azamsharp\AppData\Roaming CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=AZAMSHARP-PC ComSpec=C:\Windows\system32\cmd.exe DevEnvDir=c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE FP_NO_HOST_CHECK=NO Framework35Version=v3.5 FrameworkDir=c:\Windows\Microsoft.NET\Framework FrameworkVersion=v2.0.50727 GEM_PATH=C:\DevTools\IronRuby\ironruby\Merlin\Main\..\External.LCA_RESTRICTED\La nguages\Ruby\ruby-1.8.6p368\lib\ruby\gems\1.8 HOMEDRIVE=C: HOMEPATH=\Users\azamsharp HOME_FOR_MSPECRC=C:\Users\azamsharp INCLUDE=c:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\INCLUDE;c:\Progra m Files\Microsoft Visual Studio 9.0\VC\INCLUDE;C:\Program Files\\Microsoft SDKs\ Windows\v6.0A\include; LIB=c:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;c:\Program Files\ Microsoft Visual Studio 9.0\VC\LIB;C:\Program Files\\Microsoft SDKs\Windows\v6.0 A\lib; LIBPATH=c:\Windows\Microsoft.NET\Framework\v3.5;c:\Windows\Microsoft.NET\Framewo rk\v2.0.50727;c:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;c:\Prog ram Files\Microsoft Visual Studio 9.0\VC\LIB; LOCALAPPDATA=C:\Users\azamsharp\AppData\Local LOGONSERVER=\\AZAMSHARP-PC MERLIN_ROOT=C:\DevTools\IronRuby\ironruby\Merlin\Main NUMBER_OF_PROCESSORS=2 OS=Windows_NT Path=c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE;c:\Program Files\M icrosoft Visual Studio 9.0\VC\BIN;c:\Program Files\Microsoft Visual Studio 9.0\C ommon7\Tools;c:\Windows\Microsoft.NET\Framework\v3.5;c:\Windows\Microsoft.NET\Fr amework\v2.0.50727;c:\Program Files\Microsoft Visual Studio 9.0\VC\VCPackages;C: \Program Files\\Microsoft SDKs\Windows\v6.0A\bin;c:\ruby\bin;C:\Windows\system32 ;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ ;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\TortoiseS VN\bin;C:\DevTools\IronRuby\ironruby\Merlin\Main\bin\Debug;C:\DevTools\IronRuby\ ironruby\Merlin\Main\Languages\lib\ironruby\gems\1.8\bin;C:\Windows\Microsoft.NE T\Framework\v3.5;C:\DevTools\IronRuby\ironruby\Merlin\Main\Languages\Ruby\Script s;C:\DevTools\IronRuby\ironruby\Merlin\Main\Languages\Ruby\Scripts\bin;;C:\DevTo ols\IronRuby\ironruby\Merlin\Main\..\External.LCA_RESTRICTED\Languages\IronRuby\ mspec\mspec\bin PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=0f0d ProgramData=C:\ProgramData ProgramFiles=C:\Program Files PROGRAM_FILES_32=C:\Program Files PROGRAM_FILES_64=C:\Program Files PROMPT=$P$G PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ PUBLIC=C:\Users\Public RUBY18_EXE=ruby.exe RUBY19_EXE=c:\ruby19\bin\ruby.exe RUBY_SCRIPTS=C:\DevTools\IronRuby\ironruby\Merlin\Main\Languages\Ruby\Scripts\ SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\Windows TEMP=C:\Users\AZAMSH~1\AppData\Local\Temp TMP=C:\Users\AZAMSH~1\AppData\Local\Temp USERDOMAIN=azamsharp-PC USERNAME=azamsharp USERPROFILE=C:\Users\azamsharp VCINSTALLDIR=c:\Program Files\Microsoft Visual Studio 9.0\VC VS90COMNTOOLS=c:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\ VSINSTALLDIR=c:\Program Files\Microsoft Visual Studio 9.0 windir=C:\Windows WindowsSdkDir=C:\Program Files\\Microsoft SDKs\Windows\v6.0A\
C:\DevTools\IronRuby\ironruby\Merlin\Main\Languages\Ruby\Scripts> On Wed, Sep 23, 2009 at 9:38 AM, Jim Deville <jdevi...@microsoft.com> wrote: > Can you start a new cmd process, run dev.bat, and then run "set" and > paste that output? > > Thanks > JD > > > > ------------------------------ > From: Mohammad Azam <azamsh...@gmail.com> > Sent: September 23, 2009 9:15 AM > To: ironruby-core@rubyforge.org <ironruby-core@rubyforge.org> > Subject: Re: [Ironruby-core] Seems like it is loading from the Ruby > libraries instead of IronRuby gems > > I am running this from command line shell of windows (cmd.exe) > Thanks, > Azam > > On Wed, Sep 23, 2009 at 11:00 AM, John Lam (TC) <jf...@microsoft.com>wrote: > >> Are you running from a Powershell prompt? It seems so, because your >> output tells me that you’re creating a sub-shell where the environment >> variables do get set, but then that sub-shell goes away. >> >> >> >> To fix this you’ll need a Powershell version of dev.bat. We have several >> floating around – am sure folks can point you to the right one. >> >> >> >> Thanks, >> >> -John >> >> >> >> *From:* ironruby-core-boun...@rubyforge.org [mailto: >> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Mohammad Azam >> *Sent:* Wednesday, September 23, 2009 8:58 AM >> >> *To:* ironruby-core@rubyforge.org >> *Subject:* Re: [Ironruby-core] Seems like it is loading from the Ruby >> libraries instead of IronRuby gems >> >> >> >> I have ran dev.bat several times but it does not do anything. No entries >> were made in the environment variables so I had to manually go and do the >> entries. >> >> >> >> Also, as soon as I uninstall the MRI spec it all started working fine! >> >> On Tue, Sep 22, 2009 at 9:21 PM, Jimmy Schementi < >> jimmy.scheme...@microsoft.com> wrote: >> >> >>> Seems like when spec gem is installed on IronRuby and Ruby >> then IronRuby looks in the Ruby folder for the gem. >> >> >> >> No, that's not a correct assumption. :) RubyGems will look for gems in a >> path relative to itself if the GEM_PATH environment variable isn't set. If >> it is set (which dev.bat sets it), then RubyGems will always look on that >> path, regardless of what Ruby implementation you use. >> >> >> >> Are you running IronRuby from a dev.bat prompt, or some other way? If >> that's not the behavior you want, make sure to unset that variable at the >> command line (set GEM_PATH=) or from your Ruby scripts themselves >> (ENV['GEM_PATH'] = nil), but the latter is preferred. >> >> >> >> ~js >> >> >> ------------------------------ >> >> *From:* ironruby-core-boun...@rubyforge.org [ >> ironruby-core-boun...@rubyforge.org] on behalf of Mohammad Azam [ >> azamsh...@gmail.com] >> *Sent:* Tuesday, September 22, 2009 9:08 PM >> >> >> *To:* ironruby-core@rubyforge.org >> >> *Subject:* Re: [Ironruby-core] Seems like it is loading from the Ruby >> libraries instead of IronRuby gems >> >> 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 <jdevi...@microsoft.com> >> wrote: >> >> More info please J >> >> >> >> *From:* ironruby-core-boun...@rubyforge.org [mailto: >> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Mohammad Azam >> *Sent:* Tuesday, September 22, 2009 2:33 PM >> *To:* ironruby-core@rubyforge.org >> *Subject:* [Ironruby-core] Seems like it is loading from the Ruby >> libraries instead of IronRuby gems >> >> >> >> >> >> -- >> Mohammad Azam >> MVP (Microsoft Valuable Professional) >> www.highoncoding.com >> www.azamsharp.com >> >> >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core@rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> -- >> Mohammad Azam >> MVP (Microsoft Valuable Professional) >> www.highoncoding.com >> www.azamsharp.com >> >> >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core@rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> -- >> Mohammad Azam >> MVP (Microsoft Valuable Professional) >> www.highoncoding.com >> www.azamsharp.com >> >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core@rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> > > > -- > Mohammad Azam > MVP (Microsoft Valuable Professional) > www.highoncoding.com > www.azamsharp.com > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > -- Mohammad Azam MVP (Microsoft Valuable Professional) www.highoncoding.com www.azamsharp.com
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core