Nant.Bat -support for Win2000
Brought to you by:
jlittle82
Nant.Bat in the root NUnitAsp has
hardcoded "C:\Windows" path which is not correct for
Win2000.
The better way is to use environment variables windir
and additionally FrameworkVersion
like this
set _defaultToolDir=%windir%\Microsoft.NET\Framework\
%FrameworkVersion%;C:\Program Files\Microsoft
Visual Studio .NET\FrameworkSDK\bin
Nant.Bat updated
Logged In: YES
user_id=499667
Good suggestion. I'll implement this before the next release.