@@ -4,7 +4,7 @@ myCBR workbench uses the mycbr SDK and builds an UI on top of it.
...
@@ -4,7 +4,7 @@ myCBR workbench uses the mycbr SDK and builds an UI on top of it.
### Pre-requisites
### 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
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
- Download the zip file
- In eclipse do:
- In eclipse do:
1. Import
1. Import
...
@@ -14,7 +14,7 @@ This instructions assumes you're using Eclipse 4.3 (Kepler), but it should also
...
@@ -14,7 +14,7 @@ This instructions assumes you're using Eclipse 4.3 (Kepler), but it should also
5. hit finish
5. hit finish
Now you should have a project called org.eclipse.swt
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
- 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
- Take the public key and add it to
1. User (right upper corner)
1. User (right upper corner)
...
@@ -25,7 +25,7 @@ Now you should have a project called org.eclipse.swt
...
@@ -25,7 +25,7 @@ Now you should have a project called org.eclipse.swt
### Getting the workbench source code
### Getting the workbench source code
The source code is provided as git repository: git@git.opendfki.de:mycbr/mycbr-workbench.git
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
Make sure you have access to the repository: https://git.opendfki.de/mycbr/mycbr-workbench
#### In eclipse do the following
In eclipse do the following
1. Import
1. Import
2. Git
2. Git
3. Projects from Git
3. Projects from Git
...
@@ -37,7 +37,7 @@ Make sure you have access to the repository: https://git.opendfki.de/mycbr/mycbr
...
@@ -37,7 +37,7 @@ Make sure you have access to the repository: https://git.opendfki.de/mycbr/mycbr
9. specify the folder on your machine where to store the checked out code
9. specify the folder on your machine where to store the checked out code
10. hit finish
10. 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
1. In the main project there is a file called mycbr.product.
1. In the main project there is a file called mycbr.product.