Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide is for people interested in working on the Geode code itself. It assumes you have basic familiarity with using Geode and standard Java tools.

Building and Running Tests

Geode is built with gradle 2.3. See Building and runningRunning Geode from Source for basic instructions on how to build. We recommend you use jdk1.7.0_75.

...

For example: ./gradlew -DintegrationTest.single=ArrayUtilsJUnitTest integrationTest

Setting up your IDE

Geode uses gradle plugins to generate your IDE configuration files.

Eclipse

Invoking ./gradlew eclipse will generate the project and classpath files for all subprojects. Import all projects into eclipse. Note: run gradle build prior to importing the projects into Eclipse.

IntelliJ

Invoking /gradlew idea will generate project files for IntelliJ. Import the resulting project files.