Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
If a MSBuild warning contains a web link, then the description of the warning
will not be parsed properlylist.
Console:
Controls\MozItem.cs(1338,4): warning CS0618:
System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults() „r
f”r†ldrad: This method has been deprecated. Use InitializeNewComponent instead.
http://go.microsoft.com/fwlink/?linkid=14202
List in GUI:
File: MozItem.cs, Type: MSBuild, Priority: Normal, Category: CS0618:
System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults() �r
f�r�ldrad: This method has been deprecated. Use InitializeNewComponent instead. http
//go.microsoft.com/fwlink/?linkid=14202
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/parser/MsBuildParser.java
trunk/hudson/plugins/warnings/src/test/java/hudson/plugins/warnings/parser/MsBuildParserTest.java
trunk/hudson/plugins/warnings/src/test/resources/hudson/plugins/warnings/parser/msbuild.txt
http://fisheye4.cenqua.com/changelog/hudson/?cs=11871
Log:
[FIXED JENKINS-1728] Improved regexp to allow colons in the message.