[wtr-general] Re: installing watir behind a firewall on Windows

2009-03-10 Thread marekj
location like : C:\ruby\lib\ruby\gems\1.8\cache is where gem command copies gems to when it is installing them. I am not sure if there may be a conflict there. (just being paranoid) I would put all your *.gem files you pulled form machine1 to c:\tempgem\*.gem location first and I would not touch

[wtr-general] Re: installing watir behind a firewall on Windows

2009-03-07 Thread MatchBook
Bret, I do believe that all of the necessary gems were copied over; it seems to me that I cannot find the right options to the gem install command to get it to see the gems in the cache directory. I like your all- out method of copying the entire ruby directory, but I may have some trouble

[wtr-general] Re: installing watir behind a firewall on Windows

2009-03-06 Thread MatchBook
Al, It necessary for me to specify the cache directory? (Or can you confirm for where the correct place is to place the cache directory?) Here is what I have tried so far: p:\Jeffgem install watir -l ERROR: While executing gem ... (RuntimeEr Error instaling watir: watir requires

[wtr-general] Re: installing watir behind a firewall on Windows

2009-03-05 Thread Zhimin
You can try install PRoR, pre-packaged Watir and required libraries http://www.itest2.com/articles/2009/02/27/easy-setup-watir-with-pror-on-windows/ Zhimin On Mar 6, 11:12 am, MatchBook jeffrey.fl...@gmail.com wrote: I am not able to install watir on Windows either by using the HTTP_PROXY