You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2008/07/25 16:31:31 UTC

[jira] Created: (ZOOKEEPER-98) Make the ZooKeeper optional bits seperate jars.

Make the ZooKeeper optional bits seperate jars.
-----------------------------------------------

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


Optional bits like the ZooKeeper jmx module and the upcoming protocol and spring support stuff should get packaged as separate jars so that they don't keep bloating up the main ZooKeeper jar.

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


[jira] Commented: (ZOOKEEPER-98) Make the ZooKeeper optional bits seperate jars.

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617072#action_12617072 ] 

Hiram Chirino commented on ZOOKEEPER-98:
----------------------------------------

It just means the build needs to get updated so that each modules javac output has it's own directory so that a proper jar for each can get created.  Right now all the modules: jmx, source code generators, main stuff all get dumped into one classes directory.

> Make the ZooKeeper optional bits seperate jars.
> -----------------------------------------------
>
>                 Key: ZOOKEEPER-98
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-98
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: build
>            Reporter: Hiram Chirino
>
> Optional bits like the ZooKeeper jmx module and the upcoming protocol and spring support stuff should get packaged as separate jars so that they don't keep bloating up the main ZooKeeper jar.

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


[jira] Commented: (ZOOKEEPER-98) Make the ZooKeeper optional bits seperate jars.

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616948#action_12616948 ] 

Patrick Hunt commented on ZOOKEEPER-98:
---------------------------------------

+1, does this imply that we should move jmx to contrib? Recipes are slated for contrib, don't know about spring but I'm assuming that it should go into contrib as well.


> Make the ZooKeeper optional bits seperate jars.
> -----------------------------------------------
>
>                 Key: ZOOKEEPER-98
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-98
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: build
>            Reporter: Hiram Chirino
>
> Optional bits like the ZooKeeper jmx module and the upcoming protocol and spring support stuff should get packaged as separate jars so that they don't keep bloating up the main ZooKeeper jar.

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