Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Steps to setup Eclipse to work with the ZooKeeper code base

  1. Install the SVN plugin in eclipse.
  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...