[Nant-users] FxCop failing build

2005-07-12 Thread James Jackson
Hi there, I'm trying to integrate FxCop as part of our build process. We have a shared build script that developers run locally, and that our continuous integration server runs. As FxCop does not return failure error codes, I've implemented the method recommended by MS, in that if after analysis t

[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