<?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: Getting Fit With .Net: version 0.1 is out! Grab it while it&#8217;s hot.</title>
	<atom:link href="http://gojko.net/2007/01/01/getting-fit-with-dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2007/01/01/getting-fit-with-dotnet/</link>
	<description>The Quest for Software++</description>
	<pubDate>Wed, 07 Jan 2009 07:00:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2007/01/01/getting-fit-with-dotnet/comment-page-1/#comment-18832</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Tue, 09 Oct 2007 08:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/01/01/getting-fit-with-dotnet/#comment-18832</guid>
		<description>Hi,

which version of fitnesse have you downloaded (and from where)? run.bat is in the main fitnesse folder of the distribution (get it from 
http://www.fitnesse.org/fitnesse20070619.zip?responder=releaseDownload&#038;release=20070619)

you will have to download .net runner separately from 

http://sourceforge.net/project/showfiles.php?group_id=167811&#038;package_id=219790&#038;release_id=516420

gojko</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>which version of fitnesse have you downloaded (and from where)? run.bat is in the main fitnesse folder of the distribution (get it from<br />
<a href="http://www.fitnesse.org/fitnesse20070619.zip?responder=releaseDownload&#038;release=20070619" rel="nofollow">http://www.fitnesse.org/fitnesse20070619.zip?responder=releaseDownload&#038;release=20070619</a>)</p>
<p>you will have to download .net runner separately from </p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=167811&#038;package_id=219790&#038;release_id=516420" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=167811&#038;package_id=219790&#038;release_id=516420</a></p>
<p>gojko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navin</title>
		<link>http://gojko.net/2007/01/01/getting-fit-with-dotnet/comment-page-1/#comment-18831</link>
		<dc:creator>Navin</dc:creator>
		<pubDate>Tue, 09 Oct 2007 04:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/01/01/getting-fit-with-dotnet/#comment-18831</guid>
		<description>I am trying to implement fitnesse with dotnet application. but i could not find any run.bat file for running fit server. pls guide me how i can run fit server.
Thank you</description>
		<content:encoded><![CDATA[<p>I am trying to implement fitnesse with dotnet application. but i could not find any run.bat file for running fit server. pls guide me how i can run fit server.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2007/01/01/getting-fit-with-dotnet/comment-page-1/#comment-9860</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Thu, 10 May 2007 11:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/01/01/getting-fit-with-dotnet/#comment-9860</guid>
		<description>Bert, 
you are using a java test runner, not a .net one. See the section on how to set up the .Net test runner (three !define commands)</description>
		<content:encoded><![CDATA[<p>Bert,<br />
you are using a java test runner, not a .net one. See the section on how to set up the .Net test runner (three !define commands)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert Vanhuyse</title>
		<link>http://gojko.net/2007/01/01/getting-fit-with-dotnet/comment-page-1/#comment-9854</link>
		<dc:creator>Bert Vanhuyse</dc:creator>
		<pubDate>Thu, 10 May 2007 07:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/01/01/getting-fit-with-dotnet/#comment-9854</guid>
		<description>Hello,

I'm working with you're doc and got an error on the first example. Here's the error:

ErrorLogs. 
HelloWorld 
Date:  9:43:53 AM (CEST) on donderdag, mei 10, 2007 
Command:  java -cp D:\FitNet\FitNet\bin\Debug\netfit.dll d:\fitnesse\dotnet2\FitServer.exe localhost 8888 2 
Exit code:  -1 
Time elapsed:  -1.178783033762E9 seconds 

--------------------------------------------------------------------------------
Standard Error:

java.lang.NoClassDefFoundError: d:\fitnesse\dotnet2\FitServer/exe
Exception in thread "main" 
--------------------------------------------------------------------------------
Internal Exception:

 java.lang.Exception: FitClient: external process terminated before a connection could be established.
	fitnesse.components.CommandRunningFitClient$EarlyTerminationRunnable.run(Unknown Source)
	java.lang.Thread.run(Unknown Source)

and in the command prompt I get the following error:
java.text.ParseException: Unparseable date: "Wed, 19 Jul 2006 17:30:28 GMT"
        at java.text.DateFormat.parse(Unknown Source)
        at fitnesse.responders.files.FileResponder.isNotModified(Unknown Source)
        at fitnesse.responders.files.FileResponder.makeResponse(Unknown Source)
        at fitnesse.FitNesseExpediter.createGoodResponse(Unknown Source)
        at fitnesse.FitNesseExpediter.makeResponse(Unknown Source)
        at fitnesse.FitNesseExpediter.start(Unknown Source)
        at fitnesse.FitNesseServer.serve(Unknown Source)
        at fitnesse.FitNesseServer.serve(Unknown Source)
        at fitnesse.socketservice.SocketService$ServerRunner.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Do you know how i can solve it</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m working with you&#8217;re doc and got an error on the first example. Here&#8217;s the error:</p>
<p>ErrorLogs.<br />
HelloWorld<br />
Date:  9:43:53 AM (CEST) on donderdag, mei 10, 2007<br />
Command:  java -cp D:\FitNet\FitNet\bin\Debug\netfit.dll d:\fitnesse\dotnet2\FitServer.exe localhost 8888 2<br />
Exit code:  -1<br />
Time elapsed:  -1.178783033762E9 seconds </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Standard Error:</p>
<p>java.lang.NoClassDefFoundError: d:\fitnesse\dotnet2\FitServer/exe<br />
Exception in thread &#8220;main&#8221;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Internal Exception:</p>
<p> java.lang.Exception: FitClient: external process terminated before a connection could be established.<br />
	fitnesse.components.CommandRunningFitClient$EarlyTerminationRunnable.run(Unknown Source)<br />
	java.lang.Thread.run(Unknown Source)</p>
<p>and in the command prompt I get the following error:<br />
java.text.ParseException: Unparseable date: &#8220;Wed, 19 Jul 2006 17:30:28 GMT&#8221;<br />
        at java.text.DateFormat.parse(Unknown Source)<br />
        at fitnesse.responders.files.FileResponder.isNotModified(Unknown Source)<br />
        at fitnesse.responders.files.FileResponder.makeResponse(Unknown Source)<br />
        at fitnesse.FitNesseExpediter.createGoodResponse(Unknown Source)<br />
        at fitnesse.FitNesseExpediter.makeResponse(Unknown Source)<br />
        at fitnesse.FitNesseExpediter.start(Unknown Source)<br />
        at fitnesse.FitNesseServer.serve(Unknown Source)<br />
        at fitnesse.FitNesseServer.serve(Unknown Source)<br />
        at fitnesse.socketservice.SocketService$ServerRunner.run(Unknown Source)<br />
        at java.lang.Thread.run(Unknown Source)<br />
Do you know how i can solve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenswinter.com</title>
		<link>http://gojko.net/2007/01/01/getting-fit-with-dotnet/comment-page-1/#comment-1370</link>
		<dc:creator>jenswinter.com</dc:creator>
		<pubDate>Sun, 07 Jan 2007 12:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/01/01/getting-fit-with-dotnet/#comment-1370</guid>
		<description>FitNesse testing with .NET...</description>
		<content:encoded><![CDATA[<p>FitNesse testing with .NET&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
