@@ -4,7 +4,7 @@ myCBR workbench uses the mycbr SDK and builds an UI on top of it.
### Pre-requisites
This instructions assumes you're using Eclipse 4.3 (Kepler), but it should also work for older versions: https://www.eclipse.org/downloads/index-developer.php
Further, swt has to be added to the project folder: http://www.eclipse.org/swt/
#### Further, swt has to be added to the project folder: http://www.eclipse.org/swt/
- Download the zip file
- In eclipse do:
1. Import
...
...
@@ -13,7 +13,7 @@ Further, swt has to be added to the project folder: http://www.eclipse.org/swt/
4. Specify location
5. hit finish
- Now you should have a project called org.eclipse.swt
Eclipse needs an SSH key that you have added to gitlabs:
#### Eclipse needs an SSH key that you have added to gitlabs:
- This tutorial shows you how to create an SSH key: http://www.youtube.com/watch?v=WU9xYP_NScQ
- Take the public key and add it to
- User (right upper corner)
...
...
@@ -23,8 +23,8 @@ Eclipse needs an SSH key that you have added to gitlabs:
### Getting the workbench source code
The source code is provided as git repository: git@git.opendfki.de:mycbr/mycbr-workbench.git
-Make sure you have access to the repository: https://git.opendfki.de/mycbr/mycbr-workbench
- In eclipse do the following
Make sure you have access to the repository: https://git.opendfki.de/mycbr/mycbr-workbench
#### In eclipse do the following
- Import
- Git
- Projects from Git
...
...
@@ -35,7 +35,7 @@ The source code is provided as git repository: git@git.opendfki.de:mycbr/mycbr-w
- select the branch you want to work on (e.g. master)
- specify the folder on your machine where to store the checked out code
- hit finish
- After you have added the code you might get compile errors. They can be resolved by updating the dependencies as follows
#### After you have added the code you might get compile errors. They can be resolved by updating the dependencies as follows
- In the main project there is a file called mycbr.product.