I am having a hard time understanding: http://www.syterra.com/Fit/AppConfigFiles.html

If my application and fixtures are in c:\Projects\App and FitNesse is running from c:\Projects\Sandbox\FitNesse

I am assuming c:\mypath\myapp.exe.config would be c:\Projects\App[MyFixtureAssmbly].config, but I am unsure of what c:\myfolder\mysuite.config.xml is?

I have tried putting it in the fitSharp folder with Runner.exe.config, fit.dll.config, with .xml after those names, in the FitNesse root folder, in the App directory.. I just can't figure out where to put it so it will load my app.config?

link|improve this question

46% accept rate
feedback

2 Answers

up vote 2 down vote accepted

In the example c:\myfolder\mysuite.config.xml is a suite configuration file ( see http://fitsharp.github.com/FitSharp/SuiteConfigurationFile.html ). This is optional and provides a way to externalize 'techno' configuration information from the test pages.

If you are not using one, you can still use the -a switch.

link|improve this answer
Ahh, on the fitSharp site it makes it seem like you need to use the -a switch. I will have to write you some new manuals or a wiki jediwhale! ;) Getting it to work with iBatis wasn't as hard as i had thought at first either! Thanks for the help! – James Armstead Dec 8 '09 at 13:17
by -a switch i meant -c switch ;) – James Armstead Dec 8 '09 at 13:19
Yes, I work on the documentation a little bit when I have time but still lots more to do! – Mike Stockdale Dec 8 '09 at 21:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.