You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Eagle (JIRA)" <ji...@apache.org> on 2010/03/01 16:59:05 UTC

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

    [ https://issues.apache.org/jira/browse/BUILDR-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839721#action_12839721 ] 

Alex Eagle commented on BUILDR-368:
-----------------------------------

@Antoine: No, the build wouldn't produce serialized objects. It should just invoke the code generation tool, when appropriate, to keep the generated output files in sync with the protocol buffer definition file. I mention ANTLR because it does exactly that.

> 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
>
>
> 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.