... | ... | @@ -12,38 +12,41 @@ This instructions assumes you're using Eclipse 4.3 (Kepler), but it should also |
|
|
3. Select archive file
|
|
|
4. Specify location
|
|
|
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:
|
|
|
- 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)
|
|
|
- Edit profile settings
|
|
|
- SSH keys
|
|
|
- Add SSH key be hitting the green button and c&p the public key
|
|
|
1. User (right upper corner)
|
|
|
2. Edit profile settings
|
|
|
3. SSH keys
|
|
|
4. Add SSH key be hitting the green button and c&p the public key
|
|
|
|
|
|
### 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
|
|
|
- Import
|
|
|
- Git
|
|
|
- Projects from Git
|
|
|
- Clone URI
|
|
|
- Enter URI: git@git.opendfki.de:mycbr/mycbr-workbench.git
|
|
|
- Hit next (do not edit anything in this window)
|
|
|
- Enter the password for the SSH key linked to eclipse
|
|
|
- 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
|
|
|
1. Import
|
|
|
2. Git
|
|
|
3. Projects from Git
|
|
|
4. Clone URI
|
|
|
5. Enter URI: git@git.opendfki.de:mycbr/mycbr-workbench.git
|
|
|
6. Hit next (do not edit anything in this window)
|
|
|
7. Enter the password for the SSH key linked to eclipse
|
|
|
8. Select the branch you want to work on (e.g. master)
|
|
|
9. specify the folder on your machine where to store the checked out code
|
|
|
10. hit finish
|
|
|
|
|
|
#### 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.
|
|
|
- Select this file.
|
|
|
- Open dependencies tab
|
|
|
- Click "Remove All"
|
|
|
- Click "Add" and type "de.."
|
|
|
- Select de.dfki.mycbr.gui
|
|
|
- Click "Add Required Plug-ins"
|
|
|
- Save your changes
|
|
|
1. In the main project there is a file called mycbr.product.
|
|
|
2. Select this file.
|
|
|
3. Open dependencies tab
|
|
|
4. Click "Remove All"
|
|
|
5. Click "Add" and type "de.."
|
|
|
6. Select de.dfki.mycbr.gui
|
|
|
7. Click "Add Required Plug-ins"
|
|
|
8. Save your changes
|
|
|
|
|
|
Now you should be able to run the workbench by clicking on the white arrow in the green circle on the upper right corner.
|
|
|
|
|
|
|