Module | Buildr::Protobuf |
In: |
addon/buildr/protobuf.rb
(CVS)
|
Provides Protocol buffer code generation tasks.
Require explicitly using require "buildr/protobuf".
Usage in your project:
protoc _("path/to/proto/files")
and also supports two options,
:output => "target/generated/protoc" # this is the default :lang => "java" # defaults to compile.language