GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1637
camel-grpc: Check if the OS supports the protoc/grpc generator plugin Check if the running OS platform supports the protobuf generator plugin. If the platform doesn't support, the protobuf test code generation, their assembly and launch will be skipped. This prevents fails when build without "fastinstall" profile will run on unsupported by protoc plugin platform. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel grpc-issue Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1637.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1637 ---- commit 1d82e2074266f2ae75abe79128344acc5ebb88c9 Author: Dmitry Volodin <dmvo...@gmail.com> Date: 2017-04-18T12:10:44Z camel-grpc: Check if the OS supports the protobuf generator plugin ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---