Versions Compared

Key

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

...

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

Building the Projects

Preparation and build order

After having cloned the repositories, you can build the projects. Before that, you need to download some libraries that are required for the Build process, see Preparation.

Now you should be able to build the projects (as explained in Build order), so that afterwards you are able to build just JADE.

For building the JADE project, follow these instructions:

Tip
titleCompile JADE

In case you just wanted to compile JADE, switch to the folder you have downloaded the all/jade project to, which looks somewhat like C:\MY_GIT_REPOS\all\jade or /home/MY_ACCOUNT/MY_GIT_REPOS/all/jade. 

Type mvn clean install on the command line for building the project including all internal tests - these are tests developed by SOS that check different functionalities of the compiled sources. If these tests are not relevant for you, compile it the following way: mvn clean install -DskipTests.

Generated libraries location

....