I would like to propose the following two changes to the make.bat build file:
Add logging by adding " -logfile:make.log" to the end of the nant command line. This won't stop nant logging to the console but makes it easier to debug build issues by also creating a log file.
Set the Visual Studio environment by making a call to "%VS90COMNTOOLS%\vsvars32.bat". The reason for this is that the default "Visual Studio 2008 Command Prompt" does not include the .Net 2.0 framework in the path and this is required by the build.
The above changes are in the attached patch file.
Added the -l switch to support logging from make.bat.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 21 days (the time period specified by
the administrator of this Tracker).