|
4 | 4 | [](https://www.codacy.com/app/UHD/cures-condec-eclipse?utm_source=github.com&utm_medium=referral&utm_content=cures-hub/cures-condec-eclipse&utm_campaign=Badge_Grade)
|
5 | 5 | [](https://codecov.io/gh/cures-hub/cures-condec-eclipse/branch/master)
|
6 | 6 |
|
7 |
| -The CURES ConDec Eclipse plug-in enables the user to capture and explore decision knowledge in Eclipse. Decision knowledge covers knowledge about decisions, the problems they address, solution proposals, their context, and justifications (rationale). The user can capture decision knowledge in code and commit messages and explore relevant knowledge for code. Relevant knowledge is also extracted from the JIRA project. |
| 7 | +The CURES ConDec Eclipse plug-in enables the user to capture and explore decision knowledge in Eclipse. Decision knowledge covers knowledge about decisions, the problems they address, solution proposals, their context, and justifications (rationale). The user can capture decision knowledge in code and commit messages and explore relevant knowledge for code. Relevant knowledge is also extracted from the JIRA project. |
| 8 | + |
| 9 | +## Installation |
| 10 | + |
| 11 | +### Prerequisites |
| 12 | +The following prerequisites are necessary to compile the plug-in from source code: |
| 13 | +- Java 8 JDK |
| 14 | +- [Maven 3](https://maven.apache.org) |
| 15 | + |
| 16 | +### Compilation via Terminal |
| 17 | +The source code can be compiled via terminal. |
| 18 | +Navigate into the cures-condec-eclipse folder and run the following command: |
| 19 | +``` |
| 20 | +mvn clean install |
| 21 | +``` |
| 22 | +The cures-condec-eclipse.jar file is created in the de.uhd.ifi.se.decision.management.eclipse/target subfolder. |
| 23 | + |
| 24 | +### Download of Precompiled .jar-File |
| 25 | +The precompiled .jar-File for the latest release can be found here: https://github.com/cures-hub/cures-condec-eclipse/releases/latest |
| 26 | + |
| 27 | +### Develop in Eclipse |
| 28 | +To evolve the ConDec Eclipse plug-in, it needs to be imported into Eclipse. |
| 29 | +- [Install Eclipse IDE for RCP and RAP Developers](https://www.eclipse.org/downloads/packages/) and open it. |
| 30 | +- Import the project as an Existing Maven Project. |
| 31 | +- Run *mvn clean install* in the parent project (cures-condec-eclipse folder) to download the necessary dependendencies into the de.uhd.ifi.se.decision.management.eclipse/lib folder. |
| 32 | +- Configure the de.uhd.ifi.se.decision.management.eclipse project: Properties / Java Build Path / Libraries / |
| 33 | + - Add JARs... / select all jar-files in the lib folder (if not already included). |
| 34 | + - Add Library... / select the *Plug-in Dependencies* (if not already included). |
| 35 | + |
| 36 | +### Installation in Eclipse |
| 37 | +- Download or compile the cures-condec-eclipse.jar file. |
| 38 | +- [Install Eclipse](https://www.eclipse.org/downloads/packages/). |
| 39 | +- Navigate to the Eclipse installation folder and copy the cures-condec-eclipse.jar file into the dropins folder (or a similar folder depending on your operation system). |
| 40 | +- Open Eclipse. |
| 41 | + |
0 commit comments