<?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"
	>
<channel>
	<title>Comments on: Fitnesse Date Plugin</title>
	<atom:link href="http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/</link>
	<description>Rants and Musings of an Agile Developer</description>
	<pubDate>Sat, 22 Nov 2008 10:22:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Andras Hatvani</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-81375</link>
		<dc:creator>Andras Hatvani</dc:creator>
		<pubDate>Thu, 07 Aug 2008 06:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-81375</guid>
		<description>Christine,

I faced the same issue, because as it is stated on FitNesse.MarkupVariables:
"The text in a variable is never interpreted as wiki markup. It is always raw literal text."


Andras</description>
		<content:encoded><![CDATA[<p>Christine,</p>
<p>I faced the same issue, because as it is stated on FitNesse.MarkupVariables:<br />
&#8220;The text in a variable is never interpreted as wiki markup. It is always raw literal text.&#8221;</p>
<p>Andras</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Andersen</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-77567</link>
		<dc:creator>Tim Andersen</dc:creator>
		<pubDate>Thu, 10 Jul 2008 01:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-77567</guid>
		<description>Wonderful plugin!

Solves the old current-date-moving-target-testability problem!

Thank you!</description>
		<content:encoded><![CDATA[<p>Wonderful plugin!</p>
<p>Solves the old current-date-moving-target-testability problem!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine Mitterbauer</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-74728</link>
		<dc:creator>Christine Mitterbauer</dc:creator>
		<pubDate>Fri, 20 Jun 2008 12:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-74728</guid>
		<description>Hi,
is it possible to store the sysdate in a variable or use it within a cell of a fixture table?

If I type in !sysdate at the beginning of a line everything works.

Then I tried:
!define dateVar {!sysdate}

result:
variable defined: dateVar=!sysdate
(I expected: variable defined: dateVar=06202008)

then I wanted to use !sysdate within a fixture:
!&#124;GuiAction&#124;
&#124;action&#124;value&#124;result?&#124;
&#124;click&#124;BTN_TYPE_DISPO_MAIN&#124;!sysdate&#124;

and sysdate was not replaced by the date..

Do I miss something ?

Thank you in advance
Christine</description>
		<content:encoded><![CDATA[<p>Hi,<br />
is it possible to store the sysdate in a variable or use it within a cell of a fixture table?</p>
<p>If I type in !sysdate at the beginning of a line everything works.</p>
<p>Then I tried:<br />
!define dateVar {!sysdate}</p>
<p>result:<br />
variable defined: dateVar=!sysdate<br />
(I expected: variable defined: dateVar=06202008)</p>
<p>then I wanted to use !sysdate within a fixture:<br />
!|GuiAction|<br />
|action|value|result?|<br />
|click|BTN_TYPE_DISPO_MAIN|!sysdate|</p>
<p>and sysdate was not replaced by the date..</p>
<p>Do I miss something ?</p>
<p>Thank you in advance<br />
Christine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Carr</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-46052</link>
		<dc:creator>James Carr</dc:creator>
		<pubDate>Thu, 17 Jan 2008 17:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-46052</guid>
		<description>Hi Dava and Peter,

The problem your having results from the plugin not being on your classpath... you must add the jar to your classpath when you run fitnesse. This can be done by adding the jar to the -cp argument in the fitnesse.bat file.

Hope that helps!
James</description>
		<content:encoded><![CDATA[<p>Hi Dava and Peter,</p>
<p>The problem your having results from the plugin not being on your classpath&#8230; you must add the jar to your classpath when you run fitnesse. This can be done by adding the jar to the -cp argument in the fitnesse.bat file.</p>
<p>Hope that helps!<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dava</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-46010</link>
		<dc:creator>Dava</dc:creator>
		<pubDate>Thu, 17 Jan 2008 10:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-46010</guid>
		<description>I got the same exception as peter.  Did you know how to solve this? 

Exception in thread "main" java.lang.ClassNotFoundException: fitnesse.wikitext.w
idgets.DateExpressionWidget
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at fitnesse.ComponentFactory.loadWikiWidgetPlugins(Unknown Source)
        at fitnesse.FitNesse.loadContext(Unknown Source)
        at fitnesse.FitNesse.main(Unknown Source)</description>
		<content:encoded><![CDATA[<p>I got the same exception as peter.  Did you know how to solve this? </p>
<p>Exception in thread &#8220;main&#8221; java.lang.ClassNotFoundException: fitnesse.wikitext.w<br />
idgets.DateExpressionWidget<br />
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)<br />
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)<br />
        at java.lang.Class.forName0(Native Method)<br />
        at java.lang.Class.forName(Class.java:164)<br />
        at fitnesse.ComponentFactory.loadWikiWidgetPlugins(Unknown Source)<br />
        at fitnesse.FitNesse.loadContext(Unknown Source)<br />
        at fitnesse.FitNesse.main(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-23705</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 22 Jun 2007 11:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-23705</guid>
		<description>I am having a few issues with the installation.  The .jar is in the ClassPath, I have created the plugins.properties file and added the entry as specified above, but I get the following error when I start the server:

Exception in thread "main" java.lang.NoClassDefFoundError: fitnesse/wikitext/WikiWidget
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at fitnesse.ComponentFactory.loadWikiWidgetPlugins(ComponentFactory.java
:126)
        at fitnesse.FitNesse.loadContext(FitNesse.java:54)
        at fitnesse.FitNesse.main(FitNesse.java:26)

Any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p>I am having a few issues with the installation.  The .jar is in the ClassPath, I have created the plugins.properties file and added the entry as specified above, but I get the following error when I start the server:</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: fitnesse/wikitext/WikiWidget<br />
        at java.lang.ClassLoader.defineClass1(Native Method)<br />
        at java.lang.ClassLoader.defineClass(Unknown Source)<br />
        at java.security.SecureClassLoader.defineClass(Unknown Source)<br />
        at java.net.URLClassLoader.defineClass(Unknown Source)<br />
        at java.net.URLClassLoader.access$000(Unknown Source)<br />
        at java.net.URLClassLoader$1.run(Unknown Source)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)<br />
        at java.lang.Class.forName0(Native Method)<br />
        at java.lang.Class.forName(Unknown Source)<br />
        at fitnesse.ComponentFactory.loadWikiWidgetPlugins(ComponentFactory.java<br />
:126)<br />
        at fitnesse.FitNesse.loadContext(FitNesse.java:54)<br />
        at fitnesse.FitNesse.main(FitNesse.java:26)</p>
<p>Any ideas?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Dobson</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-2851</link>
		<dc:creator>Jamie Dobson</dc:creator>
		<pubDate>Thu, 01 Feb 2007 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-2851</guid>
		<description>Cheers mate.

That is handy.  

You know, I was trawling the user group.  We have done so much that I reckon, together, we could knock a cookbook out in weeks.  I would happiliy contribute chapters on linking Fit with the development process, etc.  You could write the plugins section.  We are crying out for another book, on advance topics.

J</description>
		<content:encoded><![CDATA[<p>Cheers mate.</p>
<p>That is handy.  </p>
<p>You know, I was trawling the user group.  We have done so much that I reckon, together, we could knock a cookbook out in weeks.  I would happiliy contribute chapters on linking Fit with the development process, etc.  You could write the plugins section.  We are crying out for another book, on advance topics.</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Carr</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-2517</link>
		<dc:creator>James Carr</dc:creator>
		<pubDate>Fri, 26 Jan 2007 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-2517</guid>
		<description>Sure do... I'll re-edit the post and make the source availble.

Thanks,
James</description>
		<content:encoded><![CDATA[<p>Sure do&#8230; I&#8217;ll re-edit the post and make the source availble.</p>
<p>Thanks,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Dobson</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-2501</link>
		<dc:creator>Jamie Dobson</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-2501</guid>
		<description>That was a typo, I meant to write "do you have the source".

Jamie</description>
		<content:encoded><![CDATA[<p>That was a typo, I meant to write &#8220;do you have the source&#8221;.</p>
<p>Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Dobson</title>
		<link>http://blog.james-carr.org/2006/11/11/fitnesse-date-plugin/#comment-2500</link>
		<dc:creator>Jamie Dobson</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=48#comment-2500</guid>
		<description>Hey Dude,

So you have the source for this?

Handy plugin, thanks, I'll try and return the favour to the community.

Jamie</description>
		<content:encoded><![CDATA[<p>Hey Dude,</p>
<p>So you have the source for this?</p>
<p>Handy plugin, thanks, I&#8217;ll try and return the favour to the community.</p>
<p>Jamie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
