Hi Mark..
        Seems like you are step forward than me. My problem is ; "Is there a
way to get devenv log into a text file... ". Since NAnt calls devenv I coul
not figure out how to take that records in devenv into a log file.

Regards;
Dhanuka.

On Feb 6, 2008 2:31 PM, Markus Ewald <[EMAIL PROTECTED]> wrote:

> 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
>
-------------------------------------------------------------------------
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