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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 11141 - 11171 of 14137   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11141
I'm struggling with a bizarre issue. Anytime I put a "CellHandlerLoader" table in page SetUp it does not render correctly. By that I mean that it shows the...
i102761
Offline Send Email
Sep 2, 2008
1:23 pm
11142
Hi Guys, http://www.nabble.com/HtmlUnit-f2597.html is the HTMLUnit mailing list and forum. Marc Guillemot is a very helpful guru who as well as being an...
John Lockhart
john_w_lockhart
Offline Send Email
Sep 2, 2008
1:23 pm
11143
I did post to the HTMLUnit forum regarding this issue, but I did come across this post: http://www.nabble.com/javascript-problem-to15060072.html#a15060072 ...
robert.whitener@...
rwhiten3
Offline Send Email
Sep 2, 2008
4:39 pm
11144
http://fitnesse.org/FitNesse.DotNet is woefully out of date, but it #1 on google for "fitnesse .net". I'm happy to rewrite this page if there's someone who...
Mike Stockdale
jediwhale
Offline Send Email
Sep 2, 2008
4:55 pm
11145
... "CellHandlerLoader" table in page SetUp it ... of the table correctly (i.e ... not get rendered as ... move this table out of ... That is not a...
jenisys815
Offline Send Email
Sep 3, 2008
8:13 am
11146
This probably requires a good understanding of .net to solve. (this is my first time using .NET in anger for about 2 years). Before you think - oh, this is...
Antony Marcano (testi...
antony_marcano
Offline Send Email
Sep 3, 2008
9:26 am
11147
Hi, try to move all these !define COMMAND_PATTERN {%m %p} !define TEST_RUNNER {N:\HelloFitNesse\HelloFitNesse\FitNesseDotNet\FitServer.exe} !define...
Gojko Adzic
gojko_lastname
Offline Send Email
Sep 3, 2008
9:57 am
11148
Hi Gojko, thanks for the response (this is what Jason's e-mail was about ;-) That was actually my starting point and I moved everything into the page in the...
Antony Marcano (testi...
antony_marcano
Offline Send Email
Sep 3, 2008
10:08 am
11149
which test runner are you using? the one that comes with fitnesse is .net 1.1, so it will not pick up .net2 dlls (you need to download and copy fitnesse.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Sep 3, 2008
10:11 am
11150
I suspected something like that and was in the process of using csc to compile into version 1. Having totally missed this on fitnesse.org: .NET 1.1 and 2.0...
Antony Marcano (testi...
antony_marcano
Offline Send Email
Sep 3, 2008
10:34 am
11151
... no problem. re starwest, US embassy decided yesterday that I'm not good enough to visit their divine teritory, so i will not be attending :( I'll come to...
Gojko Adzic
gojko_lastname
Offline Send Email
Sep 3, 2008
10:43 am
11152
Go to http://sourceforge.net/projects/fitnessedotnet I'm going to re-write that fitnesse.org page as soon as I find someone with edit permission. Cheers, Mike...
Mike Stockdale
jediwhale
Offline Send Email
Sep 3, 2008
3:19 pm
11153
Hello, Might anyone offer a couple of suggestions to solve this problem.  There is a .class in the fixtures folder and I do have my !path set correctly, what...
William Martinez
willfitnesse
Offline Send Email
Sep 3, 2008
6:06 pm
11154
Is FitNesse's table wizard feature built such that FitNesse servers built in other languages can take advantage of it? I am currently working on a FitNesse...
ccrowelltaynton
Offline Send Email
Sep 3, 2008
6:06 pm
11155
Ok, I get this question a lot. The answer centers on the way FitNesse appends the package name to the end of the various !path paths to find and qualify a...
Dassing, Andrew
andydassing
Offline Send Email
Sep 3, 2008
6:59 pm
11156
Why would the Fitnesse test run be looking for fit.FitServer in; C:/fitnesse/sandbox/bin/com fit.FitServer   It is currently at...
William Martinez
willfitnesse
Offline Send Email
Sep 3, 2008
7:00 pm
11157
Either: 1. That's where you started FitNesse from via run.bat or from within Eclipse, FitClipse, etc. 2. The run.bat specifies a -d option. 3. There is a...
Andy Dassing
andydassing
Offline Send Email
Sep 3, 2008
7:09 pm
11158
hi, I followed your suggestion and added commit, but not work. ... @filterid | ... still roll back. Any other setting I need do? ... On ... another ... ...
jiangchl05
Offline Send Email
Sep 5, 2008
2:47 am
11159
can you do a query after delete to verify that your record is no longer there... eg ... job_status_id=3745| ... also make sure to put commit in a separate...
Gojko Adzic
gojko_lastname
Offline Send Email
Sep 5, 2008
8:41 am
11160
It works when put commit in a separate table. Thank you very much! I really learned a lot from your post and your website. ... longer ... below ... not ... ...
jiangchl05
Offline Send Email
Sep 5, 2008
1:52 pm
11161
Any news about this issue? Antoine ... this ... via a ... site. ... fine and...
antoine_contal2004
antoine_cont...
Offline Send Email
Sep 5, 2008
3:25 pm
11163
Hi, I have written a fixture which connect to my application server with .net remoting. I can successfully connect, but when trying to get server objects i ...
ori.helman
Offline Send Email
Sep 8, 2008
2:03 pm
11164
It's been a few years since I used .NET remoting, but I think there was some app.config entries required to make it work. Am I remembering correctly: do you...
Mike Stockdale
jediwhale
Offline Send Email
Sep 8, 2008
6:37 pm
11165
I need to start FitNesse to listen in a given network interface. Something like java -cp lib/fitnesse.jar fitnesse.FitNesse -p 8086 --interface= 192.168.1.200 ...
Otavio Macedo
otaviomicrobio
Offline Send Email
Sep 8, 2008
7:18 pm
11166
i do not need app.config for my windows app. it is not manadtory. it is just for taking application parameters. (in any case, I tried that, and it didn't...
ori.helman
Offline Send Email
Sep 9, 2008
12:12 am
11167
I remember that there was a problem with loading remoting-related dlls if they were not in the same folder as fitserver.exe. it is not enough to just put them...
Gojko Adzic
gojko_lastname
Offline Send Email
Sep 9, 2008
7:57 am
11168
i found the problem. my external dll's should have been in the FitServer.exe folder. not sure why, but it works now. ... it ... there ... remembering ... ...
ori.helman
Offline Send Email
Sep 9, 2008
12:14 pm
11169
Hi there, Yesterday I faced a problem with fitNesse, it was working fine with the 2 minutes example that's written in its website. When I tried to run a test...
Heba Hosny
heba_hosny
Offline Send Email
Sep 9, 2008
12:19 pm
11170
I'm afraid that I have to abandon my plans on completing the Subversion and other CM system support, due to other new and pressing commitments. There is...
Dean Wampler
deanwampler
Offline Send Email
Sep 9, 2008
9:18 pm
11171
Dean, thanks for the update. Does this mean that version 20080812 will be the last release for a while? If so, can it be published for Maven2? ...
timander37
Offline Send Email
Sep 10, 2008
1:32 pm
Messages 11141 - 11171 of 14137   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