Ahh, well, it would take a bit of configuration. The Warnings plugin allows you to define your own patterns to be used to capture content from the job output, so you could take the existing patterns for javac and extend them to capture errors as well.
One note, though: it only captures one line of each warning, not the whole thing (including any context the compiler may output, although javac generally does a terrible job of that). The person reviewing the problems will end up going back to the console output anyway to get the remaining details. ----- Original Message ----- From: [email protected] To: [email protected] Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Jun 11 2013 16:39:53 How? I've had a short email conversation with the warnings plugin maintainer, Ulli Hafner, and he said it only does warnings: "For javac, only warnings are shown since errors are already flagged by Jenkins as compile errors." Thank you, Alex On Tuesday, June 11, 2013 3:29:03 PM UTC-5, Kevin Fleming wrote: The Warnings plugin can be used to harvest compiler warning and error messages and display them in a dedicated area of the build results page. ----- Original Message ----- From: [email protected] To: [email protected] At: Jun 11 2013 16:27:56 Is there anyway to have jenkins report javac compiler errors on the project page or the build results page? It seems odd that one needs to drill down into the Console Output to see what went wrong during the build process. Alex-- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
