RE: [Nant-users] Question about Nant.OnFailure property

2004-11-06 Thread Gert Driesen
vrijdag 5 november 2004 22:31To: [EMAIL PROTECTED]Subject: [Nant-users] Question about Nant.OnFailure property I’ve got a question about the Nant.OnFailure property. In my build file, I define the OnFailure property for the main project.  The main project executes a set of build files us

[Nant-users] Question about Nant.OnFailure property

2004-11-05 Thread Stephen Lewis
I’ve got a question about the Nant.OnFailure property. In my build file, I define the OnFailure property for the main project.  The main project executes a set of build files using the task.  If one of the subtasks fails, will the OnFailure task in the main project be called?      Stephe