<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Q. How do I gem install Watir behind a proxy server?</title>
	<atom:link href="http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/</link>
	<description>Advanced recipes for Watir</description>
	<lastBuildDate>Sun, 01 Nov 2009 02:36:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/comment-page-1/#comment-6</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 18 Sep 2008 07:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwatir.com/watir/?p=20#comment-6</guid>
		<description>PS. Here is the batch file code to do a standalone installation. You need to make sure you have the most current
gems from rubyforge e.g.
E:\apps\watir&gt;ls
1_win32-api-1.2.0-x86-mswin32-60.gem  5_win32-clipboard-0.4.4.gem
2_windows-api-0.2.4.gem               activesupport-2.1.1.gem
3_windows-pr-0.9.3.gem                install.bat
4_win32-process-0.5.9.gem             watir-1.5.6.gem

Then your batch file should look like this:
@echo off
FOR /F &quot;tokens=1&quot; %%G IN (&#039;dir *win*.gem /B /ON&#039;) DO gem install %%G
FOR /F &quot;tokens=1&quot; %%G IN (&#039;dir *activesupport*.gem /B /ON&#039;) DO gem
install %%G
FOR /F &quot;tokens=1&quot; %%G IN (&#039;dir *watir*.gem /B /ON&#039;) DO gem install %%G</description>
		<content:encoded><![CDATA[<p>PS. Here is the batch file code to do a standalone installation. You need to make sure you have the most current<br />
gems from rubyforge e.g.<br />
E:\apps\watir&gt;ls<br />
1_win32-api-1.2.0-x86-mswin32-60.gem  5_win32-clipboard-0.4.4.gem<br />
2_windows-api-0.2.4.gem               activesupport-2.1.1.gem<br />
3_windows-pr-0.9.3.gem                install.bat<br />
4_win32-process-0.5.9.gem             watir-1.5.6.gem</p>
<p>Then your batch file should look like this:<br />
@echo off<br />
FOR /F &#8220;tokens=1&#8243; %%G IN (&#8216;dir *win*.gem /B /ON&#8217;) DO gem install %%G<br />
FOR /F &#8220;tokens=1&#8243; %%G IN (&#8216;dir *activesupport*.gem /B /ON&#8217;) DO gem<br />
install %%G<br />
FOR /F &#8220;tokens=1&#8243; %%G IN (&#8216;dir *watir*.gem /B /ON&#8217;) DO gem install %%G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 04 Aug 2008 01:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwatir.com/watir/?p=20#comment-5</guid>
		<description>Correct, downloading the gems then installing locally using a batch file has been the only way I can install Watir behind an authenticating proxy server (or one that uses a PAC script).

Thanks for highlighting this.

Regards,
Tim Koopmans</description>
		<content:encoded><![CDATA[<p>Correct, downloading the gems then installing locally using a batch file has been the only way I can install Watir behind an authenticating proxy server (or one that uses a PAC script).</p>
<p>Thanks for highlighting this.</p>
<p>Regards,<br />
Tim Koopmans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ropata</title>
		<link>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/comment-page-1/#comment-4</link>
		<dc:creator>ropata</dc:creator>
		<pubDate>Mon, 04 Aug 2008 01:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwatir.com/watir/?p=20#comment-4</guid>
		<description>OK but what if the proxy is dynamically assigned by an automatic configuration script? To install the latest version of Watir on WinXP I resorted to manually downloading all the gems from rubyforge.org, then installing in this sequence

rubygems-update-1.2.0.gem
win32-api-1.1.0-x86-mswin32-60.gem
windows-api-0.2.4.gem
windows-pr-0.8.7.gem
win32-process-0.5.9.gem
activesupport-2.1.0.gem
watir-1.5.6.gem</description>
		<content:encoded><![CDATA[<p>OK but what if the proxy is dynamically assigned by an automatic configuration script? To install the latest version of Watir on WinXP I resorted to manually downloading all the gems from rubyforge.org, then installing in this sequence</p>
<p>rubygems-update-1.2.0.gem<br />
win32-api-1.1.0-x86-mswin32-60.gem<br />
windows-api-0.2.4.gem<br />
windows-pr-0.8.7.gem<br />
win32-process-0.5.9.gem<br />
activesupport-2.1.0.gem<br />
watir-1.5.6.gem</p>
]]></content:encoded>
	</item>
</channel>
</rss>
