I'm executing a few external commands using the <exec> task. Some of
these executions may fail. For the purposes of my build process these
failures do not matter so I've been using the failonerror attribute to
allow the build to continue. Unfortunately the <exec> task still reports
such failures, providing the return code. In my case this information
can be ignored and I prefer that the failure report does not occur. Is
there a way to disable this feature?

--
Edwin


-------------------------------------------------------
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_ide95&alloc_id396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to