Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
XP-32, Hudson running from .war file, building a .NET project
Description
I have a .NET project built via rake task that outputs the msbuild.log to a file. The warnings plugin is set to parse that file. It reports double the number of warnings that are actually in the log file.
The breakdown of warnings generated in the warnings details is correct, however the graph on the project page reports double the number of warnings.
Ok, now I understand. Every warning is contained twice in your log file. Is there a special script that collects the warnings at the tail of the log, or is this the default behavior of the msbuild?
Seems that I already need a set to compute the warnings totals. Currently this is done after that.