... By chance are you running FitNesse on Unix? I'm curious, as I've observed hanging web pages on that platform only, and then only intermittently. It could...
Mike, I'm not running on Unix but the crazy thing is I did as you suggested and now it works!!!!!! What's causes this problem I do not know but thanks for the...
Welcome to FitNesse, Lisa! :-) The default configuration of FitNesse sits on port 80, so if you have a web server already running, it will bomb and your DOS...
I think I have found the problem - On my server I run pcanywhere as a host - If I kill it, Fitnesse runs fine. pcanywhere seems to be blocking java related...
Thank you Stephen, and the others who have given me good advice. I've been too swamped to try it but I have confidence now that I'll be able to get started! ...
A new release of FitNesse was made today. Notable changes include: - Fixed the socket issue that caused FitNesse to respond only once to Mac users. - !include...
Anybody noticed the test buttons missing for newly added tests - this seems to be the case whether I use MyAcceptanceTest or MyAcceptance. The save page is...
Steve, All of the checkboxes you refered to have been moved to a different edit screen. You should see a 'Properties' button on all the pages now and clicking...
A tiny adjustment has been made to this release. The 'Properties' button will now appear properly on new pages. If you have already downloaded this release...
OK, it was today before I could get back to this. What a week. When I try to start run.bat I get this error: java -cp fitnesse.jar fitnesse.Fitnesse Exception...
Sounds like you've got an old version of Java. You can download a new version here: http://java.sun.com/j2se/1.4.1/download.html Just get the JRE and install...
... To follow up to this message ... Bob, I've got both the Test and Suite buttons working with Ruby. The Suite turned out to be interesting. I translated...
Jim, Cool progress! I'm a bit concerned at the round-about scheme for doing suites in ruby. You should just be able to implement RecursiveAllFiles in ruby...
... [... Jim pokes around the Fitnesse source a bit more ... ] Ahh, I see where I went astray. I didn't take advantage of the COMMAND_PATTERN variable. I...
Hi all, I“m currently trying to get up and running with FitNesse and I“m having trouble with deleting pages! How does one go about doing that? Deleting the ...
Daši, The Wiki philosophy doesn't really support the deletion of pages. Being a wiki, FitNesse doesn't allow you to delete pages (through normal usage). If ...
Very basic question. Tried the Suite option for the first time and get message java -cp defaultPath fitnesse.FitFilter ... java.lang.NoClassDefFoundError:...
Hey all, I was using WGet to run acceptance tests remotely and to retrieve their output, but FitNesse never seems to close the connection. I know that WGet...
Steve, No worries. ... This means that fitnesse.jar is not in the classpath. Create a page .ClassPath. in this page add the text: !path fitnesse.jar This puts...
We're aware of this issue and it is currently fix in the source.... Tell you what... I jar-ed up a mid-iteration FitNesse and put it on fitnesse.org. ...
Yes, that's almost certainly a ClassPath issue. If you create a ClassPath page at the very top level (http://localhost/ClassPath?edit) and put a !path ...
I think "paste from Excel" is in there. ... Robert C. Martin | President & Founder | Object Mentor Inc. | unclebob @ objectmentor dot com PO Box 5757...
Yeah, this was my fault. FitNesse used to close the socket after every transaction. We found some browsers and tools (HTMLUnit for example) didn't like this....
Tried a number of ClassPath locations and still same error - restarted server no difference. Added !ClassPath on suite page and it return a valid class path ...