<?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: BDD in .NET with Cucumber, Cuke4Nuke and TeamCity</title>
	<atom:link href="http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/</link>
	<description>Building software that matters</description>
	<lastBuildDate>Thu, 02 Feb 2012 07:12:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bart</title>
		<link>http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/comment-page-1/#comment-137452</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Tue, 21 Jun 2011 17:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1511#comment-137452</guid>
		<description>Gojko,

Have you managed to generate an junit xml with the junit formatter? I&#039;ve noticed that even in your git project where all examples are stored you didn&#039;t include the &#039;-f junit&#039; option in .NET HelloCucumber project. I must say that I&#039;m struggling a lot with this. 
Each time I use the following command:
cuke4nuke F:\Cuke4NukeExample\Cuke4NukeExample\bin\Debug\Cuke4NukeExample.dl
l F:\Cuke4NukeExample\Cuke4NukeExample\features -q -f junit -oF:\Cuke4NukeExampl
e\Cuke4NukeExample\test
I&#039;m getting:
Invalid argument - F:\Cuke4NukeExample\Cuke4NukeExample\test/TEST-F:\Cuke4NukeEx
ample\Cuke4NukeExample\features\basic.xml (Errno::EINVAL)
Pardon me, but what the heck? Why does the junit formatter try to contact the path where features are held with the test output directory? Do you know how to resolve this?</description>
		<content:encoded><![CDATA[<p>Gojko,</p>
<p>Have you managed to generate an junit xml with the junit formatter? I&#8217;ve noticed that even in your git project where all examples are stored you didn&#8217;t include the &#8216;-f junit&#8217; option in .NET HelloCucumber project. I must say that I&#8217;m struggling a lot with this.<br />
Each time I use the following command:<br />
cuke4nuke F:\Cuke4NukeExample\Cuke4NukeExample\bin\Debug\Cuke4NukeExample.dl<br />
l F:\Cuke4NukeExample\Cuke4NukeExample\features -q -f junit -oF:\Cuke4NukeExampl<br />
e\Cuke4NukeExample\test<br />
I&#8217;m getting:<br />
Invalid argument &#8211; F:\Cuke4NukeExample\Cuke4NukeExample\test/TEST-F:\Cuke4NukeEx<br />
ample\Cuke4NukeExample\features\basic.xml (Errno::EINVAL)<br />
Pardon me, but what the heck? Why does the junit formatter try to contact the path where features are held with the test output directory? Do you know how to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joes</title>
		<link>http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/comment-page-1/#comment-120902</link>
		<dc:creator>Joes</dc:creator>
		<pubDate>Fri, 25 Feb 2011 16:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1511#comment-120902</guid>
		<description>If you get the &quot;missing msvcrt-ruby18.dl&quot; error you must uninstall json and reinstall an earlier version:

gem uninstall json json_pure --all

(You may get an error if json_pure is not installed, which you can ignore, if you are being asked to remove executables:
        edit_json.rb, prettify_json.rb
you should answer Y(es))

Then install version 1.4.6 of json:

gem install json --platform=ruby -v 1.4.6

That helped me to get rid of the error.</description>
		<content:encoded><![CDATA[<p>If you get the &#8220;missing msvcrt-ruby18.dl&#8221; error you must uninstall json and reinstall an earlier version:</p>
<p>gem uninstall json json_pure &#8211;all</p>
<p>(You may get an error if json_pure is not installed, which you can ignore, if you are being asked to remove executables:<br />
        edit_json.rb, prettify_json.rb<br />
you should answer Y(es))</p>
<p>Then install version 1.4.6 of json:</p>
<p>gem install json &#8211;platform=ruby -v 1.4.6</p>
<p>That helped me to get rid of the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ales</title>
		<link>http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/comment-page-1/#comment-120713</link>
		<dc:creator>Ales</dc:creator>
		<pubDate>Thu, 24 Feb 2011 15:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1511#comment-120713</guid>
		<description>I have same problems as Jenny :-(
When I run cuke4nuke, it displays an error “missing msvcrt-ruby18.dll”
How you resole that?
A.</description>
		<content:encoded><![CDATA[<p>I have same problems as Jenny <img src='http://gojko.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
When I run cuke4nuke, it displays an error “missing msvcrt-ruby18.dll”<br />
How you resole that?<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/comment-page-1/#comment-106921</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 17 Nov 2010 09:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1511#comment-106921</guid>
		<description>Thank for your answer!
One more question :)

as we know, we can call another step in the step, e.g:
Given I goto to Google page
    Given I open the browser
end

the problem is: if there is a table in the second step, how can I pass the table to first step and use it? Have you got this problem?  thanks very much!</description>
		<content:encoded><![CDATA[<p>Thank for your answer!<br />
One more question <img src='http://gojko.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>as we know, we can call another step in the step, e.g:<br />
Given I goto to Google page<br />
    Given I open the browser<br />
end</p>
<p>the problem is: if there is a table in the second step, how can I pass the table to first step and use it? Have you got this problem?  thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2010/01/01/bdd-in-net-with-cucumber-cuke4nuke-and-teamcity/comment-page-1/#comment-105517</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1511#comment-105517</guid>
		<description>define the global configuration using the normal .net practice your own config files.</description>
		<content:encoded><![CDATA[<p>define the global configuration using the normal .net practice your own config files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

