You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Pepijn Van Eeckhoudt (JIRA)" <ji...@apache.org> on 2010/03/04 22:27:27 UTC

[jira] Updated: (BUILDR-368) Support protocol buffer code generation

     [ https://issues.apache.org/jira/browse/BUILDR-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pepijn Van Eeckhoudt updated BUILDR-368:
----------------------------------------

    Attachment: protobuf.rb

Here's a simple protoc wrapper that works analogous to the antlr addon.

> Support protocol buffer code generation
> ---------------------------------------
>
>                 Key: BUILDR-368
>                 URL: https://issues.apache.org/jira/browse/BUILDR-368
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Extensions
>    Affects Versions: 1.3.5
>            Reporter: Alex Eagle
>             Fix For: Wish List
>
>         Attachments: protobuf.rb
>
>
> Protocol buffers are a language-independent data structure definition and serialization library.
> http://code.google.com/p/protobuf/
> They are used extensively at Google and are useful for open source projects as well, especially in multi-language distributed systems.
> There's a protoc compiler which reads a .proto file which contains the definitions, and generates code in Java, C++, or Python.
> It would be great to have support in Buildr. I think it would be structurally similar to how the Antlr support works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.