[
https://issues.apache.org/jira/browse/ZOOKEEPER-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16717352#comment-16717352
]
Hudson commented on ZOOKEEPER-3032:
-----------------------------------
SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #143 (See
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/143/])
ZOOKEEPER-3208 ZOOKEEPER-3032: Remove the SSLTest.java.orig introduced (andor:
rev 46fc819622bf08cbd0781dea279aff734b492902)
* (delete)
zookeeper-server/src/test/java/org/apache/zookeeper/test/SSLTest.java.orig
> Step 1.6 - Create zk-server maven structure
> -------------------------------------------
>
> Key: ZOOKEEPER-3032
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3032
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: build, scripts
> Affects Versions: 3.6.0
> Reporter: Norbert Kalmar
> Assignee: Norbert Kalmar
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5, 3.4.14
>
> Time Spent: 16h 10m
> Remaining Estimate: 0h
>
> Create a project structure that separates the different parts of ZooKeeper
> into a more meaningful packages for the future maven build.
> This should be done in iterations to limit the impact.
> * First iteration - safe changes including moving src/docs to zk-docs,
> creating zk-it empty directory. Build and conf directory remains unchanged.
> These changes also have minimum impact on PR’s.
> * Second iteration - move src/recipes to zk-recipes.
> * Third iteration - move src/contrib to zk-contrib.
> * Fourth iteration - move src/c to zk-client (java will be moved in Phase 2)
> * Fifth iteration - move jute under src directory
> * *Sixth iteration* - move src/java/main to zk-server, also separate client
> code from server code, move common files to zookeeper-common.
> *
> *Modification*
> It is not feasible to separate core java files into server, client and
> common. It will remain in zookeeper-server.
> {noformat}
> zookeeper
> | -bin
> | -conf
> | -jute
> | -zookeeper-client
> | | -zookeeper-client-c
> | | - *REMOVED* zookeeper-client-java
> | - *REMOVED* zookeeper-common
> | -zookeeper-contrib
> | | -zookeeper-contrib-fatjar
> | | -zookeeper-contrib-huebrowser
> | | -zookeeper-contrib-loggraph
> | | -zookeeper-contrib-monitoring
> | | -zookeeper-contrib-rest
> | | -zookeeper-contrib-zkfuse
> | | -zookeeper-contrib-zkperl
> | | -zookeeper-contrib-zkpython
> | | -zookeeper-contrib-zktreeutil
> | \ -zookeeper-contrib-zooinspector
> | -zookeeper-docs
> | -zookeeper-it (integration tests)
> | -zookeeper-server
> | -zookeeper-recipes
> | | -zookeeper-recipes-election
> | | -zookeeper-recipes-lock
> \ \ -zookeeper-recipes-queue
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)