Message -
From: James Lewis
To: '[EMAIL PROTECTED]'
Sent: Wednesday, April 02, 2003 6:45 AM
Subject: [Nant-users] How to make a usertask stop the build
I have a custom user task working pretty well but I have one other tweak I'd
like to make. I've noticed that ExecuteTask retu
I have a custom user task working pretty well but I have one other tweak
I'd like to make. I've noticed that ExecuteTask
returns void so I wasn't exactly how to signal NAnt if my task failed. I
had assumed that it would be bad to throw an exception from ExecuteTask
so the only other thing