Issue Type: Improvement Improvement
Assignee: Ulli Hafner
Components: warnings-plugin
Created: 13/Apr/15 12:12 PM
Description:

Hi there,

as statet in this MSDN blog post a MSBuild-Warning may contain a subcategory, like in this real warning (note the additional word "Hint")

E:\workspace\project\subdir\file.sub1.sub2.pas(4522): Hint warning H2164: Variable 'lTaskDialog' is declared but never used in 'TDialog.ShowTaskDialog' [E:\workspace\projext\subdir\project.dproj]

Unfortunately the pre-shipped parser MSBuild does not recognise those kind of warning (or error, info,...)

The regular _expression_ attached in[^MSBuild_pattern_subcategory.txt] solved that problem for us.

We are using a custom parser for now, but it might be desirable to change
the pattern in default MSBuild Parser as the one attached is more close to the default behaviour in msbuild (see blog post).

Links: MSDN blog post on VisualStudio error Messages

Environment: Windows Server 2012, Jenkins 1.589, Warnings-Plugin 4.4.7
Project: Jenkins
Labels: plugin windows regression
Priority: Minor Minor
Reporter: JAM Software
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to