Two changes checked in that impact the NAnt build:
1) The default build is now .NET 2.0 rather than 1.1
2) The 1.x build no longer builds the Gui.
I have not yet removed the VS2003 solution - I want
to make sure it all works first.
Folks with .NET 1.x stuff to test, please try this
out from the Gui or console runner and let me know.
Here's how:
GUI
Run it and load your project or assembly. By default,
it will run under .NET 2.0. UseTools | Settings to
set it to load with .NET 1.1 or 1.0 and run your tests
that way. You can use Tools | Test Assemblies to see
how a separate process is being launched to run your
tests.
Alternatively, if you have a .nunit project, edit it
to specify running under .NET 1.1 or 1.0.
CONSOLE
Either edit your NUnit file under the Gui first or
manually add runtimeFramework="v1.1" (or 1.0) to
the Config element.
Alternatively, simply use the /framework option.
For example: /framework:net-1.1.
It will help move things along much more quickly
if I can get some feedback on this.
Charlie
Charlie
From: nunit-...@googlegroups.com [mailto:nunit-...@googlegroups.com] On Behalf Of Olof Bjarnason
Sent: Tuesday, March 03, 2009 11:14 AM
To: nunit-...@googlegroups.com
Subject: [nunit-discuss] Re: Source Changes
Well, if nobody is using it I'll just not worry about it!
Sent: Tuesday, March 03, 2009 11:53 AM
I wouldn't be so sure of that ... Lots of organizations have a big reticence to change, almost a phobia. And unfortunately, in our industry, it is usually the management that decides which tools we should use to do our job.
Sébastien
From: nunit-...@googlegroups.com [mailto:nunit-...@googlegroups.com] On Behalf Of Sébastien Lorion
Sent: Friday, March 06, 2009 11:14 AM
Well, yes, abuse can go one way or the other. My answer was tainted by my current contract ...
Usually that kind of company also have an IT department that acts as a dictator and which only apparent reason to live is to make you suffer for ever wanting to change your desktop background. It cannot be worse than Japan tho. I was once told that my chair was not at the standard height :p
Sorry for the OT bit :-D
Sébastien