<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Ole Morten Amundsen</title><link>http://disqus.com/people/d3fe046c4a216826ec87eeab92e7d55b/</link><description></description><language>en</language><lastBuildDate>Mon, 24 Mar 2008 10:19:26 -0000</lastBuildDate><item><title>Re: Some FitNesse tricks: Classpath and debugging</title><link>http://thinkinginsideabiggerbox.disqus.com/some_fitnesse_tricks_classpath_and_debugging/#comment-1798884</link><description>Finally, I might assist you, Johannes! Nice work, but sadly, I think you're reinventing the weel here. I meant to write a blog post about this, including how to use the pom. No excuses!&lt;br&gt;&lt;br&gt;We include the pom in the Fitnesse page by writing "!pom path_to_the_pom_he_fixtures_were_built_from/pom.xml". See &lt;a href="http://boss.bekk.no/fitnesse-pom-widget/usage.html" rel="nofollow"&gt;http://boss.bekk.no/fitnesse-pom-widget/usage.html&lt;/a&gt; &lt;br&gt;&lt;br&gt;Now you may set up a debugger in eclipse. Java Application-&amp;gt;new-&amp;gt;&lt;br&gt;Main class: fitnesse.runner.TestRunner&lt;br&gt;Arguments: localhost 8091 YourWikiPathToTestOrSuite -v -html fitnesse.html&lt;br&gt;&lt;br&gt;Bonus tip to your many readers: add "-e 0" to the startup of your FitNesse server to avoid those dreadful zips. Isn't FitNesse intuitive?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ole Morten Amundsen</dc:creator><pubDate>Sat, 22 Mar 2008 16:27:46 -0000</pubDate></item><item><title>Re: Some FitNesse tricks: Classpath and debugging</title><link>http://thinkinginsideabiggerbox.disqus.com/some_fitnesse_tricks_classpath_and_debugging/#comment-1798886</link><description>I share your philosophy. I want to run everything locally, including the fitnesse server. This is my startup script&lt;br&gt;&lt;br&gt;java -cp fitnesse.jar;lib\fitnesse-pom-widget-1.0-SNAPSHOT.jar;lib\maven-embedder-2.0.4-dep.jar fitnesse.FitNesse -p 8091 -r FitNesseRoot -l logs -o -e 0 &lt;br&gt;&lt;br&gt;Guess you'd find a way to execute the fitness server from Eclipse, but I don't see why. It uses near to nothing of resources and don't need to be restarted to notice updates. A simple .bat or .sh is good enough.&lt;br&gt;&lt;br&gt;RELOCATION&lt;br&gt;I presume you have your fixtures in source control, why not have fitnesse ialongside it? They definetly belong together.&lt;br&gt;&lt;br&gt;/trunk/fitnesse&lt;br&gt;/trunk/fixtures (or wherever the fixtures are located)&lt;br&gt;&lt;br&gt;Then you may use the relative path "!pom ../fixtures/pom.xml"&lt;br&gt;&lt;br&gt;DEBUGGER&lt;br&gt;The option -html fitnesse.html in the debugger outputs the results in the same manner as pressing Test in the fitnesse page.&lt;br&gt;&lt;br&gt;Sadly, there is no cigar with FitNesse. I say, use it to communicate requirements, supplement with a few test tables. It's a wiki, terrible to maintain and opposes refactoring. I've committed my share of sins. Do you have any rules/guidelines for this Johannes?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ole Morten Amundsen</dc:creator><pubDate>Mon, 24 Mar 2008 10:19:26 -0000</pubDate></item></channel></rss>