Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Platform: All, OS: Windows XP
Description
Hi, I like your warning plugin very much!
But I found one minor problem when parsing the output of the compiler "MS' c++
compiler 7.1":
x/a/b/include/abc.h(18) : fatal error C1083: Cannot open include file: xyz.h:...
This works well and is properly detected:
x/a/b/include/abc.h(18) : error C1083: Cannot open include file: xyz.h:...
So the problem is the not-standard "fatal" word in "fatal error".
If you need further information, please, don't hesitate to send me an email, or
let me help by giving any support or test it.
Thanx.
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=12717
Log:
[FIXED JENKINS-2511] Improved regexp of MSBuild parser to accept "fatal error" messages.