Hello,
When executing a nant script from at .bat file, I redirect ALL output to a log file as follows:
nant -buildfile:.\CPI\BuildCPI.xml -D:CPICodeRoot="%GADOECodeRoot%" -D:CurrentVSSLabel=%CurrentVSSLabel% %LogLevel% %NANTTARGETS% >> %BuildDetailLog%
In this particular build, I get the following errors ON THE CONSOLE and the build SUCCEEDS! (Note that the errors occur during the building of the solution of a web project using the NANT solution task.)
Unhandled Exception: System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.
at [EMAIL PROTECTED](Void* , UInt32, Void*)
(occurs 3 times).
Are these NANT errors? If so, does anyone know what causes them or what to do about them? If the errors do not prevent the build from succeeding, then I would like to prevent this output from appearing on my console.
Thanks,
Sophie
- [NAnt-users] Unhandled Exception SBunce
- Re: [NAnt-users] Unhandled Exception Marc Towersap
- Re: [NAnt-users] Unhandled Exception Gary Feldman