<?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: Creating launcher scripts for IronRuby</title>
	<atom:link href="http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/</link>
	<description>thoughts.each { &#38;:propagandise }</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:25:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ivan</title>
		<link>http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/comment-page-1/#comment-636</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/#comment-636</guid>
		<description>&lt;p&gt;Sorry I only saw your comment today.
There is ironterm-ansi-color as a library. It&#039;s still rough around the edges so it might need some tweaking to get right.
&lt;a href=&quot;http://github.com/hotgazpacho/iron-term-ansicolor&quot; rel=&quot;nofollow&quot;&gt;http://github.com/hotgazpacho/iron-term-ansicolor&lt;/a&gt;
With regards to your bat file question. You have to copy both the bat file and the file without an extension on windows. The file without an extension is actually a ruby file. And what happens is. you start execute the batch file which in turn starts up ironruby with the icucumber ruby file (ir icucumer). In that icucumber there is code to load the rubygems library and basically require cucumber which actually starts the cucumber application. So it doesn&#039;t matter where the shebang line points to on windows that doesn&#039;t work anyway.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry I only saw your comment today.<br />
There is ironterm-ansi-color as a library. It&#8217;s still rough around the edges so it might need some tweaking to get right.<br />
<a href="http://github.com/hotgazpacho/iron-term-ansicolor" rel="nofollow">http://github.com/hotgazpacho/iron-term-ansicolor</a><br />
With regards to your bat file question. You have to copy both the bat file and the file without an extension on windows. The file without an extension is actually a ruby file. And what happens is. you start execute the batch file which in turn starts up ironruby with the icucumber ruby file (ir icucumer). In that icucumber there is code to load the rubygems library and basically require cucumber which actually starts the cucumber application. So it doesn&#8217;t matter where the shebang line points to on windows that doesn&#8217;t work anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Heinrich</title>
		<link>http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/comment-page-1/#comment-631</link>
		<dc:creator>Michael Heinrich</dc:creator>
		<pubDate>Fri, 06 Nov 2009 00:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/#comment-631</guid>
		<description>&lt;p&gt;Hello Ivan,&lt;/p&gt;

&lt;p&gt;Gotta quick question, if I may. Under #2 above, on Windows, you say to &quot;copy C:&#92;ironruby&#92;lib&#92;ironruby&#92;gems&#92;1.8&#92;bin&#92;cucumber.bat C:&#92;ironruby&#92;bin&#92;icucumber.bat&quot;, but you make no mention of editing the .bat file to point to the newly copied &quot;C:/.ironruby/bin/icucumber&quot;. Doesn&#039;t the .bat file still point to &quot;C:/ironruby/lib/ironruby/gems/1.8/bin/cucumber&quot;?&lt;/p&gt;

&lt;p&gt;Also, do you know of a library for IronRuby that will allow the ansi colors come through for use in Cucumber? I can only read my console if I use the --no-color argument.&lt;/p&gt;

&lt;p&gt;Thank you for your hard work and for the book!&lt;/p&gt;

&lt;p&gt;-M&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Ivan,</p>
<p>Gotta quick question, if I may. Under #2 above, on Windows, you say to &#8220;copy C:&#92;ironruby&#92;lib&#92;ironruby&#92;gems&#92;1.8&#92;bin&#92;cucumber.bat C:&#92;ironruby&#92;bin&#92;icucumber.bat&#8221;, but you make no mention of editing the .bat file to point to the newly copied &#8220;C:/.ironruby/bin/icucumber&#8221;. Doesn&#8217;t the .bat file still point to &#8220;C:/ironruby/lib/ironruby/gems/1.8/bin/cucumber&#8221;?</p>
<p>Also, do you know of a library for IronRuby that will allow the ansi colors come through for use in Cucumber? I can only read my console if I use the &#8211;no-color argument.</p>
<p>Thank you for your hard work and for the book!</p>
<p>-M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Heinrich</title>
		<link>http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/comment-page-1/#comment-630</link>
		<dc:creator>Michael Heinrich</dc:creator>
		<pubDate>Tue, 03 Nov 2009 00:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/#comment-630</guid>
		<description>&lt;p&gt;Hello Ivan,&lt;/p&gt;

&lt;p&gt;I have a question, if I may. When you copied and changed the name of the cucumber file to icucumber under Windows to c:&#92;ironruby&#92;bin and then copied and changed the cucumber.bat to icucumber.bat, did you edit the line in icucumber.bat to point to icucumber in the c:/ironruby/bin/icucumber or did you leave the defaulted &quot;c/ironruby/lib/ironruby/gems/1.8/bin/cucumber&quot;? If you did not change the .bat file, then you did not need to copy the cucumber file and change it to icucumber.&lt;/p&gt;

&lt;p&gt;On another note, do you know of any library for IronRuby to colorize the cucumber output to the console? I get gibberish unless I append &quot;--no-color&quot; to the end of the &#039;icucumber features&#039; statement.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Ivan,</p>
<p>I have a question, if I may. When you copied and changed the name of the cucumber file to icucumber under Windows to c:&#92;ironruby&#92;bin and then copied and changed the cucumber.bat to icucumber.bat, did you edit the line in icucumber.bat to point to icucumber in the c:/ironruby/bin/icucumber or did you leave the defaulted &#8220;c/ironruby/lib/ironruby/gems/1.8/bin/cucumber&#8221;? If you did not change the .bat file, then you did not need to copy the cucumber file and change it to icucumber.</p>
<p>On another note, do you know of any library for IronRuby to colorize the cucumber output to the console? I get gibberish unless I append &#8220;&#8211;no-color&#8221; to the end of the &#8216;icucumber features&#8217; statement.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/comment-page-1/#comment-628</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/#comment-628</guid>
		<description>&lt;p&gt;No particular reason really. I will edit it out I just wrote it down without thinking much.
I did copy cucumber* first but then reconsidered against it because a .bat file won&#039;t work anyway.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No particular reason really. I will edit it out I just wrote it down without thinking much.<br />
I did copy cucumber* first but then reconsidered against it because a .bat file won&#8217;t work anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Riley</title>
		<link>http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/comment-page-1/#comment-627</link>
		<dc:creator>Ryan Riley</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/10/26/creating-launcher-scripts-for-ironruby/#comment-627</guid>
		<description>&lt;p&gt;Ivan, on *nix, why don&#039;t you just cp directly to /usr/local/ironruby/bin/icucumber since you mv the initial copy?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ivan, on *nix, why don&#8217;t you just cp directly to /usr/local/ironruby/bin/icucumber since you mv the initial copy?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
