Hello, I would am running a large build with the –quiet option
from the command line. On Failure, I am using the nant.onfailure property to
call a target and would like to run an external program and see the output on the
screen. Is there a way to change the log level from Warning to Info
so that the programs output will be displayed? Is there a way to capture the output of executed programs in
Nant so that I can output it to the screen with an echo level=”Warning”? Any suggestions Thanks for the help, David Shaber |