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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 11634 - 11663 of 14130   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11634
Hi, Yes, parse delegates only work with the provided class, not with subclasses. So a parse delegate for EnumSet won't be used for a RegularEnumSet, as you've...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 1, 2008
8:49 am
11635
Rick, Thanks for the thorough explanation. I may do the conversion between EnumSet and some other set type, since that seems the easiest. However, after...
shortleif
Online Now Send Email
Nov 1, 2008
8:40 pm
11636
The new release of FitLibrary in Java contains several new facilities and two bug fixes. Additions: * Support for Java generics and enums. * Fit fixtures are...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 2, 2008
7:40 am
11637
Hi Leif, Your other approach should've worked, assuming that the object referred to by sample is really of type RegularEnumSet. Did you verify that? Cheers,...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 2, 2008
8:30 am
11638
Hi Elisabeth, I ran out of time when finishing the release, so didn't get back to Dot. I'd had to previously disable the storytest spec for Dot handling as ...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 2, 2008
8:33 am
11639
Hi Mike, In the latest release of FitLibrary in Java, I've gone through some of the specs and made them less specific. In particular, SpecifyFixture only needs...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 2, 2008
8:38 am
11640
Great! However, when I tried to unzip it I kept getting this "file already exists" message for a number of files, so I had to cancel the unzip partially...
John Roth
jhrothjr
Offline Send Email
Nov 2, 2008
1:17 pm
11641
Hi Gojko, I am trying to set up a Hudson continuous integration build on the fitnesse project, tying together the fitnesse.net/dbfit/webtest fixtures. In the...
Jeffrey Cameron
x97mdr
Offline Send Email
Nov 2, 2008
4:59 pm
11642
Hi John, I just double-checked by downloading and unzipping and it worked fine for me (with winzip). I suggest you try unzipping it near the top of the...
Rick Mugridge
rickmugridge
Offline Send Email
Nov 2, 2008
6:24 pm
11643
If it's a file name length problem, you've got to have some really long names - my download directory only adds 52 characters to it. Of course, the Java naming...
John Roth
jhrothjr
Offline Send Email
Nov 2, 2008
7:27 pm
11644
7-zip worked fine for me. There are a small number of missing pages in the documentation, but I assume most of them are because I'm very back level on the ...
John Roth
jhrothjr
Offline Send Email
Nov 2, 2008
9:03 pm
11645
Hi Stuart and Abhinay, here come some more details about the integration between QC and FitNesse I've built. Because it was contractual work for a customer, I...
Andreas Thiel
andreas_thie...
Offline Send Email
Nov 3, 2008
9:03 am
11646
Hi, I guess this is directed at Mike Stockdale. When I try to compile the fitnesse.net solution in visual studio (or using msbuild) from ... ... error CS1504:...
Jeffrey Cameron
x97mdr
Offline Send Email
Nov 3, 2008
2:57 pm
11647
Hello Fitnesse Testers, A while back I sent an announcement regarding this two day (weekend) seminar hosted at MIT this upcoming weekend. As agile testers,...
Bob Clancy
bclancy84
Offline Send Email
Nov 3, 2008
3:24 pm
11648
Rick, When I downloaded this latest version it fixed the issue with the SuiteTearDown I was having. Thanks, Wes From: fitnesse@yahoogroups.com...
Williams, Wesley
wesinkrakow
Offline Send Email
Nov 3, 2008
4:04 pm
11649
Get the latest from the branch 1.x. The latest trunk is in the middle of some major refactoring and doesn't work right now. (Yes, I know I shouldn't check in...
Mike Stockdale
jediwhale
Offline Send Email
Nov 3, 2008
4:19 pm
11650
Thanks Mike! Ha! I can't say I've always checked in working code myself :) Do you use NAnt or MSBuild (on the.sln file) to build it? Or are they in sync?...
Jeffrey Cameron
x97mdr
Offline Send Email
Nov 3, 2008
5:31 pm
11651
Rick, Thanks for the encouragement. I experimented further, and found out a few useful or interesting things: 1) When using FitLibrary 20070225, the minimum...
shortleif
Online Now Send Email
Nov 3, 2008
7:41 pm
11652
Thanks for the new release! I installed it (no problems) and tried to run my pages. I'm getting an exception for every comment fixture, though. It gives me...
shortleif
Online Now Send Email
Nov 3, 2008
8:33 pm
11653
Hi Jeffrey, I'm not sure what happened there, version 2.1 seems to have dissapeared from the repository. I've restored it there, please update and try to build...
Gojko Adzic
gojko_lastname
Offline Send Email
Nov 3, 2008
9:47 pm
11654
I build with the sln file - the nant build file is way out of date. The tests are in runtests.bat. If you want to set up a proper nant or msbuild CI build,...
Mike Stockdale
jediwhale
Offline Send Email
Nov 3, 2008
9:58 pm
11655
I've been thinking about ways to make FitNesse more refactor friendly. Inspired by the "Fluent NHibernate" stuff going around, I've put together this: ...
Cory Foy
cory_foy
Offline Send Email
Nov 4, 2008
4:43 am
11656
Hi Cory, guys from thoughtworks were working on profit, described as "a tool which will convert FIT/Fitnesse tests into Java code for easy refactoring,...
Gojko Adzic
gojko_lastname
Offline Send Email
Nov 4, 2008
5:38 am
11657
Hi Gojko, ... Interesting. I hadn't seen that, but will check it out. ... The goal is to have it be a "roundtrip" type tool. You can walk all of your pages to...
Cory Foy
cory_foy
Offline Send Email
Nov 4, 2008
11:47 am
11658
... ok, that's better, i misunderstood you. if it is a roundtrip tool than it might work :) -- gojko adzic http://gojko.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Nov 4, 2008
12:29 pm
11659
I have modified the nant file so that it builds and runs the unit tests. I haven't incorporated the fitnesse tests into it. I'm at work and it's at home so...
Jeffrey Cameron
x97mdr
Offline Send Email
Nov 4, 2008
2:54 pm
11660
... dbfit is generally up-to-date, i try to release a new version quickly after mike releases .net. sorry if you ran into problems earlier. webtest was more...
Gojko Adzic
gojko_lastname
Offline Send Email
Nov 4, 2008
5:04 pm
11661
Hello, Please correct me if I am wrong. My understanding is that getText (0,0) will get the text within my wiki table on http://localhost/FrontPage.Fixture....
willfitnesse
Offline Send Email
Nov 4, 2008
8:56 pm
11662
Hello, I got past this problem, yet the problem I now have is that finding the right cell information it shades it RED and not green? Might anyone know why...
William Martinez
willfitnesse
Offline Send Email
Nov 4, 2008
9:27 pm
11663
Hi, is it reasonable to combine fit decorators with DoFixtures? We build most of our Fixtures on the flow style, since we begin by describing our data and...
Markus Gaertner
shino01051979
Offline Send Email
Nov 4, 2008
9:59 pm
Messages 11634 - 11663 of 14130   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