I've been struggling to find a clean way to generate protobufs for java 
(with gRPC support) with bazel, so I just released rules_protobuf at 
https://github.com/pubref/rules_protobuf/tree/0.1.1.  

If you are new to http://bazel.io, this might be a good way to try it out. 
 As it will automatically install the protoc and protoc-gen-grpc-java 
binaries into your workspace, it requires no configuration and may be one 
of the easier ways to get started with protobufs and gRPC. Uses protoc 
3.0.0.

Looking forward to native protobuf support in bazel, but until then 
hopefully it fills a need for others with this requirement.  PRs definitely 
welcome for improvements or support for additional language output.


Cheers,
Paul

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to