Hi!

I'm compiling my project using the <Exec /> task to call devenv.com. The 
reason for this is that my solution consists of several projects and 
MSBuild, when invoked directly, fails to collect all the dependencies 
beyond the first level, making packaging of a redistributable archive a 
nightmare.

<exec
  program="${environment::get-variable('VS80COMNTOOLS')}..\IDE\devenv.com"
  commandline="MySolution.sln /rebuild ${build.configuration}"
/>

Now I'd like to count the number of warnings the build has caused. Is 
there a way I can filter stdout for the word 'warning' or something in NAnt?

-Markus-


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to