Search the web
Sign In
New User? Sign Up
fitnesse
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12742 - 12771 of 14144   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12742
Hi, Does fitnesse work well with folder names with spaces? I am having some trouble with the following path on my test wiki page - !path...
Shalini
rshalucse
Offline Send Email
Apr 1, 2009
11:25 am
12743
Did you try without the double \\, but with simple ones ? !path D:\Java\Workspaces\MyEclipse 7.0\WebServiceProj\bin\WebService\ 2009/3/31 Shalini...
Etienne Charignon
ALCarrez
Offline Send Email
Apr 1, 2009
12:32 pm
12744
Because the .NET Slim server is started and stopped by FitNesse every time a Slim test page is executed, it can be difficult to catch any troubleshooting...
Mike Stockdale
jediwhale
Offline Send Email
Apr 1, 2009
5:38 pm
12745
Hello All, We are trying to update to the newest version of FitNesse. All was going well until we tried to edit the properties on any of our pages. When we...
T Beeson
beesontrm
Offline Send Email
Apr 1, 2009
5:40 pm
12746
I've got the same error... While this isn't fixed, I'm creating properties.xml "manually" for each new page using a template from old fitnesse. Then when I...
Rafael Ribeiro Rezende
baalberithtc
Offline Send Email
Apr 1, 2009
8:15 pm
12747
Please use java -jar fitnesse.jar -p 8080 instead of the shown (as printed out deprecated) way to start your fitnesse environment and you should have all the ...
Markus Gaertner
shino01051979
Offline Send Email
Apr 1, 2009
9:06 pm
12748
Until last week, we were using a 2007 version of FitNesse. It played happily with CruiseControl, all our suites ran and all their result files got written out...
Lisa Crispin
lisa_crispin...
Offline Send Email
Apr 1, 2009
9:11 pm
12749
OK, I figured out my problem with CruiseControl - I was using parameters that must not be supported anymore (I should have looked at the FitNesse user manual,...
Lisa Crispin
lisa_crispin...
Offline Send Email
Apr 1, 2009
10:46 pm
12750
Ive tried searching on this problem and found nothing. I'm am creating a test using Fitnesse and SLIM. I am finding the SLIM engine is having problems with...
James
jimmybarker
Offline Send Email
Apr 2, 2009
12:53 pm
12751
Markus, Thanks for the suggestion. I tried it and still get the same error. Any other thoughts? -Tracy ________________________________ From: Markus Gaertner...
T Beeson
beesontrm
Offline Send Email
Apr 2, 2009
12:54 pm
12752
Nevermind we figured out how to fix the problem. We ended up using the contents of the zip file and moving the folders we cared about into that. Just...
T Beeson
beesontrm
Offline Send Email
Apr 2, 2009
2:52 pm
12753
Hi, I just looked into this again. The problem is the very first length sent by FitNesse to the SlimServer. This determines, the length of the command to be...
Gregor Gramlich
gregorgramlich
Offline Send Email
Apr 2, 2009
3:12 pm
12754
Hi James, No real answer, but some questions and observations. What error are you experiencing? Which programming language is your SlimServer? What I get over...
Gregor Gramlich
gregorgramlich
Offline Send Email
Apr 2, 2009
3:17 pm
12755
In .NET, it's handled for me: StreamReader Class *Namespace:* System.IO <http://msdn.microsoft.com/en-us/library/system.io.aspx> Implements a TextReader ...
Mike Stockdale
jediwhale
Offline Send Email
Apr 2, 2009
7:10 pm
12756
Hi, I installed Fitnesse and Watinfixture tools on my machine.I copied three dll files from the watinfixture installation to fitnesse dotnet folder.After that...
hlknn
Offline Send Email
Apr 3, 2009
12:47 am
12757
I had a look into the Java implementation of the fitnesse SocketReader and it declares a byte[] array of the length sent at the very start of the stream. So...
Gregor Gramlich
gregorgramlich
Offline Send Email
Apr 3, 2009
12:48 am
12758
Yes tried that - then the wiki page throws an error saying "could not find fixture..."...
Shalini
rshalucse
Offline Send Email
Apr 3, 2009
12:48 am
12759
Thanks for your reply Gregor, Although you've already got back to me, I thought I'd answer your questions anyway. For the following fitnesse code: !define...
James
jimmybarker
Offline Send Email
Apr 3, 2009
1:02 am
12760
Hi , Did anyone have issues with stoponerror feature of Fitlibrary Nov 08 version . For me its not working . Could that be because of the fitness verison .. If...
David Sam
david_j_sam
Offline Send Email
Apr 3, 2009
2:52 am
12761
... Your TEST_RUNNER variable should be all upper case. At any rate, I am skeptical whether you can use a network address like this. ... Robert C. Martin...
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
8:53 am
12762
... The safest thing for me to say is that you cannot communicate between pages. I say this because I reserve the right to run different pages in different...
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
8:56 am
12763
... No. But perhaps I can figure out a way to get this into an upcoming release. ... Robert C. Martin (Uncle Bob) | email: unclebob@... Object...
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
9:08 am
12764
... You might have some luck with Trinidad. ... Robert C. Martin (Uncle Bob) | email: unclebob@... Object Mentor Inc. | blog:...
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
9:13 am
12765
... Spaces can be a problem in some operating systems. Others seem not to care so much. If I were you I'd change the directory names to eliminate the spaces....
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
9:14 am
12766
... The problem is that json.jar is not in the classpath. You can put it in the 'lib' directory or simply add it to the -cp command line argument for...
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
9:21 am
12767
... Thanks for reporting this. I found it and fixed it. It'll be in the next release, and also in the github HEAD. ... Robert C. Martin (Uncle Bob) | email:...
Robert Martin
rmartinoma
Offline Send Email
Apr 3, 2009
11:39 am
12768
Hi James, it seems strange to me, that you are getting that far that your fixture is called and the string is filled. In a freshly unpacked 20090321.zip, I...
Gregor Gramlich
gregorgramlich
Offline Send Email
Apr 3, 2009
12:51 pm
12769
The fitnesse.org server recently delivers this error message pretty often. Service Temporarily Unavailable The server is temporarily unable to service your...
Gregor Gramlich
gregorgramlich
Offline Send Email
Apr 3, 2009
12:52 pm
12770
Hi, I'm trying to get ServiceFixtures working with Fitnesse.jar release 20090321 but I get an error message when starting fitness. After investigation, it...
gfbrols
Offline Send Email
Apr 3, 2009
12:52 pm
12771
From the new Protocol description Every other message that slim sends will be prefixed by a ''<length>'' in ''!style_red(bytes)'', followed by a colon....
Gregor Gramlich
gregorgramlich
Offline Send Email
Apr 3, 2009
12:59 pm
Messages 12742 - 12771 of 14144   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help