[jira] Commented: (ZOOKEEPER-97) The code generators should support an optional output directory

2008-07-25 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616947#action_12616947
 ] 

Patrick Hunt commented on ZOOKEEPER-97:
---

+1

 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.

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



[jira] Commented: (ZOOKEEPER-97) The code generators should support an optional output directory

2008-07-25 Thread Benjamin Reed (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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.

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



Re: [jira] Commented: (ZOOKEEPER-97) The code generators should support an optional output directory

2008-07-25 Thread Patrick Hunt
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-tabpanelfocusedCommentId=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.