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

Compare with Current View Page History

« Previous Version 4 Next »

Scope

  • This documentation explains how to download and compile the sources for JADE.
  • The sources have to be downloaded from the Git Repositories.
  • Additional tools will be referenced in this documentation if required to compile the sources.

Prerequisites

The prerequisites and additional tools required for compiling JADE are the same ones as for compiling JobScheduler, see Build JobScheduler Engine - Prerequisites

Download from the Source Repositories

Prepare a folder in your file system, where you can clone the repositories to. In order to compile JADE, you have to compile all three projects at least once before you can compile JADE on its own. This is necessary for the JADE build to be able to resolve its dependencies from your local maven repository.

In order to do that, you have to first clone the three repositories, as explained in Download from the Source Repositories.

Building the Projects

 

  • No labels