RE: [Nant-users] Stopping A Build

2005-06-02 Thread Scott, Larry (TRIAD RESOURCES)
Title: Stopping A Build For the NUNIT2 task, although I had the 'failonerror' attribute set to 'true' on the NUNIT2 task, I had that task running inside a 'foreach' loop which had a 'failonerror' attribute set to 'false'.  When I changed the attribute on the 'foreach' tag to 'failonerror=true

Re: [Nant-users] Stopping A Build

2005-06-01 Thread Malcolm Anderson
Taking a quick crack at it, try setting failonerror="true" the problem that I can see, is that failonerror defaults to true, are you setting it to false somewhere near the top of your script? I'm not sure if you even *can* set a global failonerror setting. Malcolm --- "Scott, Larry (TRIAD RE