You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Steps to setup Eclipse to work with the ZooKeeper code base

  1. Install the SVN plugin in eclipse. (we now use git. if you use eclipse, please update this doc.)
  2. Add the zookeeper version control url of trunk to the SVN repositories
  3. Use this URL and check-out the project using the New Project wizard
  4. Here please select the output folder as something other than 'bin' – Important
  5. Once the code is checked out and the project is setup, run the build script with the following targets: compile, compile-test, eclipse
  6. Once the build script has run successfully, refresh the project. And
    enjoy hacking...
  • No labels