>From: "Jim Stanley" <[EMAIL PROTECTED]>
>Sent: Tuesday, February 08, 2005 2:48 PM

> We're NAnt newbies, but we've come up with a pretty good script so
far.
>  One problem:  our supervisor insists that the output from the
solution
> build, including warnings and/or errors, be in the NAnt build output
> (which we're logging to a file).  We've tried the "verbose" keyword,
but
> to no avail.  Can anyone help with this?

How did you use the "verbose" keyword?  I just tried
   <solution solutionfile="mysolution.sln" configuration="DEBUG"
verbose="true" />
and it worked for me.

Of course, once you see all that output, you may wish to bring up the
concept of "signal-to-noise" ratio with your supervisor.  There's a
reason why Visual Studio sends the output of each project build to a
separate file, putting just a summary into the Output window.

Gary




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to