|
||||||||
|
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.

> You can't directly select the ant javac parser. It is part of the sub-set of the javac parsers.
I see the proper settings for ant javac is to select 'Java Compiler (javac)' parser.
Then, I have tried to use warnings plugin the following cases.
1) Linux, Jenkins 1.568, Warnings plugin 4.41, compiler option "-Xlint"
2) Linux, Jenkins 1.568, Warnings plugin 4.41, compiler option "-Xlint -J-Duser.language=en"
3) Windows, Jenkins 1.578, Warnings plugin 4.41, compiler option "-Xlint"
4) Windows, Jenkins 1.578, Warnings plugin 4.41, compiler option "-Xlint -J-Duser.language=en"
Notes: My environment is japanese(user.language=ja), and javac output message is internationalized, especially 'warning' is '警告'.
The results are as follows:
1) Good
2) Good
3) Bad
4) Good