Versions Compared

Key

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

...

./gradlew -PtestCategory=org.apache.geode.test.junit.categories.GfshTest distributedTest

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.

...