RE: [Nant-users] FxCop failing build

2005-07-12 Thread Sandeep
Hi James,   If you want to merge FxCop xml file in CCNET even after Nant build fails, use the merge task under node (Move it from to node. Please check CCNet documentation:   publishers A set of Tasks that are run after the build is complete. These tasks are us

Re: [Nant-users] FxCop failing build

2005-07-12 Thread Jim Geurts
James, I'm not sure if you're using the fxcop task (part of NAntContrib) or just calling fxcopcmd.exe.  If you are using the task, I would think you could just set the "directOutputToConsole" attribute to true.  That way the output would be added to the NAnt report.  Otherwise there is a related

RE: [Nant-users] FxCop failing build

2005-07-12 Thread Foster, Richard - PAL
James, You may find that the latest version of FX-Cop (1.32, released July 1st) does return error codes... or at least it seems to for me, because my build started to fall over when I switched to the new version! I also assume that if you were running a pre 0.9.1 release you moved the "merge" tas