[
https://issues.jenkins-ci.org/browse/JENKINS-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160063#comment-160063
]
Pau Paches commented on JENKINS-6971:
-------------------------------------
Unfortunately I was not notified that you had answered my last question. In the
meantime, I have found a good workaround for this bug. Doxygen allows you to
designate a file so that the doxygen output will be written there. But the
normal stderr also works when you specify this file. These are the details:
# The WARN_LOGFILE tag can be used to specify a file to which warning
# and error messages should be written. If left blank the output is written
# to stderr.
WARN_LOGFILE = doxygen.output
Then in the warnings plugin instead of having the MSBuild and doxygen parsers
for the console you just specify the MSBuild parser.
In the "Scan workspace files" section of the Warnings plugin configuration, you
specify the doxygen.output file with the doxygen parser.
It works like a charm. And you don't need to modify the regular expression to
take into account the "[exec]" stuff that running doxygen through NAnt adds.
> doxygen 1.7.1 warnings are not logged
> -------------------------------------
>
> Key: JENKINS-6971
> URL: https://issues.jenkins-ci.org/browse/JENKINS-6971
> Project: Jenkins
> Issue Type: Bug
> Components: warnings
> Affects Versions: current
> Environment: Hudson 1.366, Warnings plugin 3.7, Doxygen 1.7.1
> Reporter: byronb
> Assignee: Ulli Hafner
> Priority: Minor
> Attachments: mylyn-context.zip
>
>
> In Doxygen 1.7.1 the case of the warnings changed (Error -> error, Warning ->
> warning). The doxygen parser in the warnings plugin is case sensitive so the
> warnings/errors are not logged.
> The reason for the change is in doxygen issue 621695
> (https://bugzilla.gnome.org/show_bug.cgi?id=621695)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira