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
  • In the Project Page select the browse button in the upper right corner for the Project root directory; this opens a directory dialog.
Project root directory dialog
  • Use the facilities of that dialog to find the project directory on your volume.
  • Select the project folder ìobserve-analysis`
  • Click on Open; this closes the file dialog and shows the import wizard dialog with the proper project path
Wizard project page
  • Click the Next > button; this switches the wizard
  • Click the Finish button; this will close the dialog and start the project import. This may take a while.
  • After a successful import, your Eclipse instance looks like follows:
Eclipse after import Wizard project page Wizard project page