Re: [Nant-users] Build tasks failure

2005-07-04 Thread Ashley Moran
James Jackson wrote: Hi, I’m calling FxCop as a Nant task, and want the build to fail if it returns any errors. However, setting failonerror=”true” does break the build, but then doesn’t complete the remaining tasks in Nant (calling Nunit) or Cruise Control (merging the XML outputs). Is th

[Nant-users] Build tasks failure

2005-07-04 Thread James Jackson
Hi,   I’m calling FxCop as a Nant task, and want the build to fail if it returns any errors. However, setting failonerror=”true” does break the build, but then doesn’t complete the remaining tasks in Nant (calling Nunit) or Cruise Control (merging the XML outputs). Is there any way to get