You can do the same thing with current zookeeper codebase. The difference is that current zookeeper codebase is using Ant as build tool, but when you run ant eclipse, it will download the dependent jars for you as well as configure the project(eg,.classpath and .project).
[email protected] 发件人: Robin 发送时间: 2014-11-25 09:01 收件人: user; Flavio Junqueira 主题: Re:Re: How to change zookeeper project into a maven project ? Thanks Flavio. For a normally maven project, I can easily import it into my eclipse workspace: no missing class, no build error... I'd like to do the same after I download the source code for zookeeper project. - Robin At 2014-11-24 19:22:58, "Flavio Junqueira" <[email protected]> wrote: >I think this isn't exactly what you're asking for, but we have been meaning to >switch to maven build for a while, and the jira (ZOOKEEPER-1078) is still >open. >-Flavio > > On Monday, November 24, 2014 11:00 AM, Robin <[email protected]> wrote: > > > > Hi, > >I downloaded zookeeper project. Is there any tool to change it into a maven >project ? > >Thanks, >- Robin > > >
