Versions Compared

Key

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

Required Software

  • Git
  • Java 8 JDK
    • Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (Windows) or $JAVA_HOME/bin (*NIX).
  • Maven
    • Installation instructions
    • Make sure that Maven has enough memory to build DDF. Set appropriate memory settings in the MAVEN_OPTS environment variable such as "-Xms64m -Xmx4096m"

Setting up a Build Environment

...

Install the git hooks (see below for more info)

Code Block
cd ddf/gitsetup
mvn install -Pgitsetup
cd ddf-support/gitsetup
mvn install -Pgitsetup

...