Skip to content

Import iObserve Analysis

Reiner Jung edited this page Apr 10, 2018 · 2 revisions

The project iobserve-analysis uses Gradle as build tool. When using Eclipse as an IDE, you have to import the iobserve-analysis project as a gradle project and not as an Eclipse project. This document contains a step by step how to for importing the ìobserve-analysis` project.

Prerequisites

  • Java 8
  • Eclipse, preferably oxygen or later
  • Eclipse Checkstyle and PMD plugins from our repository
  • Palladio, installed (optional, as you can develop without an installed Palladio. However, you cannot view or edit any of the produced output models)

Preparations

  • Start Eclipse and create a new workspace for iobserve
  • Make sure that your workspace follows our Eclipse setup
Eclipse after startup

Import iobserve-analysis

  • Click on File in the menu bar
  • Select Import...; this opens an import dialog
Import
  • Select the option **Open existing Gradle project" under "Gradle"
Select the Gradle import entry
  • Click the Next > button; this brings up the Gradle project welcome screen
Wizard welcome page
  • Click the Next > button; this switches the wizard to the project import page
Wizard project page Wizard project page Wizard project page

Clone this wiki locally