Chris Nauroth created HADOOP-12479:
--------------------------------------
Summary: ProtocMojo does not log the reason for a protoc
compilation failure.
Key: HADOOP-12479
URL: https://issues.apache.org/jira/browse/HADOOP-12479
Project: Hadoop Common
Issue Type: Bug
Components: build
Reporter: Chris Nauroth
Assignee: Chris Nauroth
Priority: Minor
If protoc fails with a compilation error in the proto files, our Maven plugin
won't print the details. The only way to figure it out is to repeat running
the {{protoc}} command manually from outside the Hadoop build. This is because
our {{ProtocMojo}} only captures stdout from the {{protoc}} command, and
compilation errors get written to {{stderr}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)