Re: How to build Zookeeper Server in Eclipse?

2009-09-23 Thread Mahadev Konar
Hi Qian, The errors are mostly because zookeeper uses auto generated code. The best thing to do would be to run "ant jar" and then refresh your eclipse project and you should be good to go. Given that we recently moved to ivy ZOOKEEPER-529, the above becomes more important. Thanks mahadev On

How to build Zookeeper Server in Eclipse?

2009-09-23 Thread Qian Ye
Hi all: Recently, I built a system for resource discovery based on Zookeeper. It works well, which makes me want to study the internals of Zookeeper Server. However, I'm a greenhorn to Java. After loading the source into eclipse and reading the code for several days, I still don't no how to build