-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- 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)
- Start Eclipse and create a new workspace for iobserve
- Make sure that your workspace follows our Eclipse setup
![Eclipse after startup](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/eclipse-after-startup.png)
- Click on File in the menu bar
- Select Import...; this opens an import dialog
![Import](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/menu-import.png)
- Select the option **Open existing Gradle project" under "Gradle"
![Select the Gradle import entry](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/select-gradle-import.png)
- Click the Next > button; this brings up the Gradle project welcome screen
![Wizard welcome page](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/import-gradle-welcome.png)
- Click the Next > button; this switches the wizard to the project import page
![Wizard project page](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/import-gradle-project.png)
- 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](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/select-project-folder.png)
- 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](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/project-selection.png)
- 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](https://github.com/research-iobserve/iobserve-documents/raw/master/eclipse/import-projects/iobserve-analysis/import-complete.png)