Versions Compared

Key

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

...

  • Java 8
  • Maven
  • Python 2.7 (Only for building the CLI. Must be available as python command, check conflicts with Python 3.)

Commands

Commands should run from the semantics root directory.

...

It is recommended to add -T 2 as parameter to the following commands to speed up the build. However, it might be not helpful in some situations as the build log will be scrambled due to the parallel build threads.

CommandEffect
mvn -f build/pom.xml clean package -P semantics.testBuilds all plugins and CLI. CLI tools are located in build/de.cau.cs.kieler.kicool.cli/target/exe or sccharts.cli respectively.
mvn -f build/pom.xml clean integration-test -P semantics.testPerforms all tests (including CLI tests)
mvn -f build/pom.xml clean package -P semanticsBuilds all plugins and creates the updatesite in build/de.cau.cs.kieler.semantics.repository/target/repository
mvn -f build/pom.xml package -P semantics.productBuilds the Kieler product and CLI. By default the build will use the plugins from the nightly updatesite, not the locally
build
built plugins! Change the kieler.semantics.updatesite property in build/pom.xml to a file url (file://your/path/to/updatesite) leading to updatesite mentioned above. Do not commit this change!