Christian wrote in an email:
When I follow the link below I get the overview of the Build. It says '129 errors, 1585 warnings', although the Build itself was successful!
Would it be possible to have Hudson parse the compiler messages so that...
1) the 'Error' 'BUILD SUCCEEDED - 0 non-fatal error(s), 25 warning(s)' is not treated as an Error;
2) the Warning 'Missing XML comment for publicly visible type or member' is not treated as a Warning for NAnt Tasks, or even better get rid of such warnings in the NAnt Tasks themselves.
I have looked into this.
We are using the Log Parser plugin for Hudson: wiki.hudson-ci.org/display/HUDSO ... ser+Plugin
I have changed our log filter file to this:
/var/lib/hudson/hudson_logfilter.txt
ok /BUILD SUCCEEDED/
error / error/
warning /warning/
Unfortunately, this does not make any difference, even after restarting Hudson.
Other people have had similar problems, they got it solved, I have not completely understood how: jenkins.361315.n4.nabble.com/Log ... 48551.html
We keep an eye on this. At least Hudson still recognizes that the build was successful.
We also need to work on reducing the warnings about the missing xml comments, by adding them would be the best.