I think I've found the *real* issue. the nunit.framework.dll is built for
both 1.0 and 1.1 and requires some settings to work properly under
1.0. I've added these to nant.console.exe.config and it now runs on my
system. can somebody test this under 1.1 and see if it breaks or not?
Thanks,
Michael
I think the nunit.framework.dll that is currently checked into the the
lib/1.0/ directory is actually built for 1.1 cause the build blows up with
nasty System.Xml reference errors unless i revert back to an old one i had
kicking around...
Michael.
---