Skip to content

Setup the Build System

Reiner Jung edited this page Sep 25, 2016 · 6 revisions

Before you can compile the iobserve analysis two important steps must be performed:

  • Checkout of the iobserve supplementary repository
  • Create and setup gradle.properties that the build can find the repository

We use this supplementary repository to provide jars which are not available via maven or other gradle supported repositories to provide a stable API base for the analysis independent from local Eclipse setups, which tend to be different. These differences may require the adaptation of the build script, which can cause dependency errors for other developers.

Supplementary Repository

  • Find some nice repository location outside of the iobserve-analysis folder
  • Clone the repository from github: git clone https://github.com/research-iobserve/iobserve-repository.git

Configure gradle.properties

  • Switch to the iobserve-analysis folder
  • Create a gradle.properties file
  • Add a line with the following property: api.baseline=/PATH/iobserve-repository/mvn-repo

Note: the path must be an absolute path.

Clone this wiki locally