Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 9 Current »

In Kieker a wide range of tools are used to support implementation, testing, quality assurance, building, and delivery. In this page we describe the necessary set up for our development environment.

Kieker is built using Java 7. Eclipse uses a newer version, hence Java 7 needs to be installed on your machine.

We use, at present, Eclipse Luna. Most of the following documentation has been evaluated with Luna and Kepler. It might not work with older versions.

Eclipse Installation and Setup

Gradle Setup in Eclipse

Recent Eclipse versions include the Buildship Gradle integration (check via help→Eclipse Marketplace).

  1. Import the Kieker project
    1. Import → Gradle → Existing Gradle Project
    2. Select the local directory of your cloned Kieker repository
    3. This should result into something like the following:

Eclipse Plugins for FindBugs, PMD, and CheckStyle

  • No labels