Ben you want to create a jira for marshalling then? Has anyone been tracking Google's protocol buffers, do they have C support yet/planned?

Patrick

Benjamin Reed (JIRA) wrote:
[ https://issues.apache.org/jira/browse/ZOOKEEPER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617000#action_12617000 ]
Benjamin Reed commented on ZOOKEEPER-97:
----------------------------------------

One thing to keep in mind is that the jute generators in ZooKeeper really need 
to be replace with something like thrift, so we probably shouldn't put too much 
work into them.

The code generators should support an optional output directory
---------------------------------------------------------------

                Key: ZOOKEEPER-97
                URL: https://issues.apache.org/jira/browse/ZOOKEEPER-97
            Project: Zookeeper
         Issue Type: Improvement
           Reporter: Hiram Chirino

Currently the code generators (jute compiler and version gen) generate code the 
current directory.  If these tools are to be re-used by smart ides, ant tasks, 
or maven plugins, the output directory needs to be parameter to the tools.

Reply via email to