Re: [NAnt-users] problems with nunit-console and nant

2010-07-05 Thread Steven Whatmore
Unfortunately I can be of no assistance on that one - I never encountered that situation Steve Whatmore, MBA, MCP, .NET Senior Architect 416.598.1241 x245 - PureFacts Financial Solutions 372 Bay Street, Suite 1400 Toronto, Ontario M5H 2W9 416.598.12

Re: [NAnt-users] problems with nunit-console and nant

2010-07-05 Thread Bruce Scharlau
Steven, thanks for that. It helps if I copy the nunit.framework.dll and nunit.core.dll files into the same directory as my other generated dll files, but now the tests hang and then produce a stackoverflow error if I try to do anything beyond creating objects, and I'm only trying to recreate the b

Re: [NAnt-users] problems with nunit-console and nant

2010-07-05 Thread Steven Whatmore
Bruce, This has always been somewhat problematic with the nUnit console and nAnt. I ran into the same problem and had a hell of a time resolving it myself but what I found was that if you are including the nUnit DLL(s) in your project the easiest way to get this to work is to make sure that you

[NAnt-users] problems with nunit-console and nant

2010-07-05 Thread Bruce Scharlau
Hi all, I'm trying to have nant build my dll files for source and test and then run nunit-console over the test dll file, but it doesn't find the nunit.framework.dll. I keep getting the 'could not load file or assembly nunit.framework, ... 2.5.5.10112 ' error. I used to get the one referencing 2.