There is a Visual Studio logger in MSBuild, but I'm not sure that logger is open source.
Sten Rosendahl > -----Original Message----- > From: Jeff Shanholtz [mailto:[EMAIL PROTECTED] > Sent: Friday, February 11, 2005 1:28 AM > To: [email protected] > Subject: capturing build output in Visual Studio .NET - > enabling warning/error double clicking > > I'm running an ant build script from within VS.NET and capturing the > output in the output window. Right now I am unable to double click an > error or warning line in my build output (which normally > would open that > file to the line with the error/warning). The problem is that > VS doesn't > understand the format of the line with "[exec]" prepended by ant on > every line. > > Is there any way I can suppress the "[exec]" part or is there a way to > get VS to understand the format of such output? An added > bonus would be > getting the Task List populated, but I'll settle for just getting the > Output window working (I tend to prefer the Output window anyway). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
