<?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: Fitnesse and .NET &#8211; a basic tutorial</title>
	<atom:link href="http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/</link>
	<description>Agile Coaching, Ruby, .NET, Debugging, why not?</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:46:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-1181</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-1181</guid>
		<description>If any n00bs (used to a windows/.net environment) and got stuck on &quot;Step 1 – Download and run Fitnesse&quot; and haven&#039;t figured out how to get the fitness webstite running (like me), here&#039;s what you need to do:

From the Fitness homepage (http://www.fitnesse.org), head to the &quot;Download FitNesse and Plugins&quot; topic, then you&#039;ll see a list of links to .jar &amp; .zip files - as well as links to plugins.  I was looking for the .net port of the project so I was hunting around in the .Net Fit download file and couldn&#039;t figure out how to get the webserver running (there&#039;s even a FitServer.exe file in the download - how confusing!).  

After some struggling, I figured out that you need to first download the latest .zip file listed in the page (eg fitnesse20090513.zip), unzip the files, make sure Java is installed - since that&#039;s what the Fitness server actually runs on - and then you can run the run.bat file in the root of the unzipped folder.   After getting that to work, I then downloaded the latest .jar file (eg fitnesse.jar from the 20100303 folder) and put it in the root of the same unzipped folder (it&#039;ll replace the existing file from the zip unless you rename the original).  Then you can run run.bat again and it&#039;ll do some work before loading the server process into memory.  If you have IIS running, you&#039;ll see the error that you need to specify an unused port, so you can execute the batch like &quot;run.bat -p 8080&quot; for example to get the server running on port 8080 like shown in the tutorial.

You might be able to avoid the .zip file altogether and just download the latest .jar and run the &quot;java -jar  fitnesse.jar&quot; command to get things going, but I&#039;m not too familiar with things yet to say for sure and have found some nuggets worth exploring in the unzipped contents folder.

Hope this helps someone with the same limited experience I had!</description>
		<content:encoded><![CDATA[<p>If any n00bs (used to a windows/.net environment) and got stuck on &#8220;Step 1 – Download and run Fitnesse&#8221; and haven&#8217;t figured out how to get the fitness webstite running (like me), here&#8217;s what you need to do:</p>
<p>From the Fitness homepage (<a href="http://www.fitnesse.org" rel="nofollow">http://www.fitnesse.org</a>), head to the &#8220;Download FitNesse and Plugins&#8221; topic, then you&#8217;ll see a list of links to .jar &amp; .zip files &#8211; as well as links to plugins.  I was looking for the .net port of the project so I was hunting around in the .Net Fit download file and couldn&#8217;t figure out how to get the webserver running (there&#8217;s even a FitServer.exe file in the download &#8211; how confusing!).  </p>
<p>After some struggling, I figured out that you need to first download the latest .zip file listed in the page (eg fitnesse20090513.zip), unzip the files, make sure Java is installed &#8211; since that&#8217;s what the Fitness server actually runs on &#8211; and then you can run the run.bat file in the root of the unzipped folder.   After getting that to work, I then downloaded the latest .jar file (eg fitnesse.jar from the 20100303 folder) and put it in the root of the same unzipped folder (it&#8217;ll replace the existing file from the zip unless you rename the original).  Then you can run run.bat again and it&#8217;ll do some work before loading the server process into memory.  If you have IIS running, you&#8217;ll see the error that you need to specify an unused port, so you can execute the batch like &#8220;run.bat -p 8080&#8243; for example to get the server running on port 8080 like shown in the tutorial.</p>
<p>You might be able to avoid the .zip file altogether and just download the latest .jar and run the &#8220;java -jar  fitnesse.jar&#8221; command to get things going, but I&#8217;m not too familiar with things yet to say for sure and have found some nuggets worth exploring in the unzipped contents folder.</p>
<p>Hope this helps someone with the same limited experience I had!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pin</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-1135</link>
		<dc:creator>pin</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-1135</guid>
		<description>Hi there,

stumbled upon the namespace problem as well. The problem is that the namespace name FitnesseTutorial is a wiki word and thus will be changed by the wiki program. To avoid this, simply put an exclamation mark &quot;!&quot; in front of the fixture, e.g.:

!&#124;FitnesseTutorial.Division&#124;

pin</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>stumbled upon the namespace problem as well. The problem is that the namespace name FitnesseTutorial is a wiki word and thus will be changed by the wiki program. To avoid this, simply put an exclamation mark &#8220;!&#8221; in front of the fixture, e.g.:</p>
<p>!|FitnesseTutorial.Division|</p>
<p>pin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcmaster</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-1121</link>
		<dc:creator>tcmaster</dc:creator>
		<pubDate>Thu, 27 May 2010 13:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-1121</guid>
		<description>To David, change the dotnet\FitServer.exe to full path of your fitserver. e.g. c:\fit.net\someversion\fitserver.exe

if you still don&#039;t get it, quit the industry and find another job :)</description>
		<content:encoded><![CDATA[<p>To David, change the dotnet\FitServer.exe to full path of your fitserver. e.g. c:\fit.net\someversion\fitserver.exe</p>
<p>if you still don&#8217;t get it, quit the industry and find another job :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-1073</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-1073</guid>
		<description>Hi
I tried this sample but getting following errors, im using VS2008

How do i check if i have fitserver
all the steps i have done above

java.io.IOException: Cannot run program &quot;dotnet\FitServer.exe&quot;: CreateProcess error=2, The system cannot find the file specified
	java.lang.ProcessBuilder.start(Unknown Source)
	java.lang.Runtime.exec(Unknown Source)
	java.lang.Runtime.exec(Unknown Source)
	java.lang.Runtime.exec(Unknown Source)
	fitnesse.components.CommandRunner.asynchronousStart(CommandRunner.java:46)
	fitnesse.components.CommandRunningFitClient.start(CommandRunningFitClient.java:84)
	fitnesse.responders.run.FitTestSystem.start(FitTestSystem.java:52)
	fitnesse.responders.run.TestSystemGroup.startTestSystem(TestSystemGroup.java:61)
	fitnesse.responders.run.MultipleTestsRunner.startTestSystemAndExecutePages(MultipleTestsRunner.java:94)
	fitnesse.responders.run.MultipleTestsRunner.executePagesInTestSystem(MultipleTestsRunner.java:87)
	fitnesse.responders.run.MultipleTestsRunner.internalExecuteTestPages(MultipleTestsRunner.java:78)
	fitnesse.responders.run.MultipleTestsRunner.executeTestPages(MultipleTestsRunner.java:57)
	fitnesse.responders.run.TestResponder.performExecution(TestResponder.java:137)
	fitnesse.responders.run.TestResponder.doSending(TestResponder.java:46)
	fitnesse.responders.ChunkingResponder.startSending(ChunkingResponder.java:67)
	fitnesse.responders.ChunkingResponder.access$000(ChunkingResponder.java:17)
	fitnesse.responders.ChunkingResponder$RespondingRunnable.run(ChunkingResponder.java:106)
	java.lang.Thread.run(Unknown Source)</description>
		<content:encoded><![CDATA[<p>Hi<br />
I tried this sample but getting following errors, im using VS2008</p>
<p>How do i check if i have fitserver<br />
all the steps i have done above</p>
<p>java.io.IOException: Cannot run program &#8220;dotnet\FitServer.exe&#8221;: CreateProcess error=2, The system cannot find the file specified<br />
	java.lang.ProcessBuilder.start(Unknown Source)<br />
	java.lang.Runtime.exec(Unknown Source)<br />
	java.lang.Runtime.exec(Unknown Source)<br />
	java.lang.Runtime.exec(Unknown Source)<br />
	fitnesse.components.CommandRunner.asynchronousStart(CommandRunner.java:46)<br />
	fitnesse.components.CommandRunningFitClient.start(CommandRunningFitClient.java:84)<br />
	fitnesse.responders.run.FitTestSystem.start(FitTestSystem.java:52)<br />
	fitnesse.responders.run.TestSystemGroup.startTestSystem(TestSystemGroup.java:61)<br />
	fitnesse.responders.run.MultipleTestsRunner.startTestSystemAndExecutePages(MultipleTestsRunner.java:94)<br />
	fitnesse.responders.run.MultipleTestsRunner.executePagesInTestSystem(MultipleTestsRunner.java:87)<br />
	fitnesse.responders.run.MultipleTestsRunner.internalExecuteTestPages(MultipleTestsRunner.java:78)<br />
	fitnesse.responders.run.MultipleTestsRunner.executeTestPages(MultipleTestsRunner.java:57)<br />
	fitnesse.responders.run.TestResponder.performExecution(TestResponder.java:137)<br />
	fitnesse.responders.run.TestResponder.doSending(TestResponder.java:46)<br />
	fitnesse.responders.ChunkingResponder.startSending(ChunkingResponder.java:67)<br />
	fitnesse.responders.ChunkingResponder.access$000(ChunkingResponder.java:17)<br />
	fitnesse.responders.ChunkingResponder$RespondingRunnable.run(ChunkingResponder.java:106)<br />
	java.lang.Thread.run(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Campey</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-967</link>
		<dc:creator>David Campey</dc:creator>
		<pubDate>Thu, 18 Feb 2010 10:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-967</guid>
		<description>Ran through the tutorial last night, it worked, thanks!

Notes on my experience here:
http://campey.blogspot.com/2010/02/fitnesse-myfirsttest.html</description>
		<content:encoded><![CDATA[<p>Ran through the tutorial last night, it worked, thanks!</p>
<p>Notes on my experience here:<br />
<a href="http://campey.blogspot.com/2010/02/fitnesse-myfirsttest.html" rel="nofollow">http://campey.blogspot.com/2010/02/fitnesse-myfirsttest.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-904</link>
		<dc:creator>Vish</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-904</guid>
		<description>I have a question on the remote usage. If I have the wiki on a remote box and would like to run the test against my local code how can i do that ? It seems that defining path on the test page has to be a local absolute physical path. How do you envision it in an enterprise framework ? Also how to automate these tests ?</description>
		<content:encoded><![CDATA[<p>I have a question on the remote usage. If I have the wiki on a remote box and would like to run the test against my local code how can i do that ? It seems that defining path on the test page has to be a local absolute physical path. How do you envision it in an enterprise framework ? Also how to automate these tests ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pretid</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-844</link>
		<dc:creator>pretid</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-844</guid>
		<description>Hey,
you should change your tutorial and put the namespace in your wiki test page (it&#039;s easier i think...)

Great tut ! 

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hey,<br />
you should change your tutorial and put the namespace in your wiki test page (it&#8217;s easier i think&#8230;)</p>
<p>Great tut ! </p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALT.Net &#187; Blog Archive &#187; Alt.Net Lausanne #3 : Tests fonctionnels automatisés</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-843</link>
		<dc:creator>ALT.Net &#187; Blog Archive &#187; Alt.Net Lausanne #3 : Tests fonctionnels automatisés</dc:creator>
		<pubDate>Fri, 02 Oct 2009 16:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-843</guid>
		<description>[...] Tutoriel basique de mise en oeuvre [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutoriel basique de mise en oeuvre [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Founder</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-832</link>
		<dc:creator>Founder</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-832</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-831&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-831&quot; rel=&quot;nofollow&quot;&gt;Founder&lt;/a&gt; :&lt;/strong&gt;
          Given:
A test in wiki and a fixture class in .net.
The test works if a use only one capital char in the classname: Candividenumbers
but these combination arn’t working:
CanDivideNumbers
CandivideNumbers
CanDivideNumbers
Looks like FIT uses the capital char to determine the namespace? Is there a fix for this?
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-831"><p>
<strong><a href="#comment-831" rel="nofollow">Founder</a> :</strong><br />
          Given:<br />
A test in wiki and a fixture class in .net.<br />
The test works if a use only one capital char in the classname: Candividenumbers<br />
but these combination arn’t working:<br />
CanDivideNumbers<br />
CandivideNumbers<br />
CanDivideNumbers<br />
Looks like FIT uses the capital char to determine the namespace? Is there a fix for this?
         </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Founder</title>
		<link>http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/comment-page-1/#comment-831</link>
		<dc:creator>Founder</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=316#comment-831</guid>
		<description>Given:
A test in wiki and a fixture class in .net.

The test works if a use only one captial char in the classname: Candividenumbers

but these combination arn&#039;t working:
CanDivideNumbers
CandivideNumbers
CanDivideNumbers

Looks like FIT uses the capital char to determine the namespace? Is there a fix for this?</description>
		<content:encoded><![CDATA[<p>Given:<br />
A test in wiki and a fixture class in .net.</p>
<p>The test works if a use only one captial char in the classname: Candividenumbers</p>
<p>but these combination arn&#8217;t working:<br />
CanDivideNumbers<br />
CandivideNumbers<br />
CanDivideNumbers</p>
<p>Looks like FIT uses the capital char to determine the namespace? Is there a fix for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
