Changes
Page history
kbach created page: home
authored
Mar 09, 2014
by
Kerstin Bach
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
37c6c548
...
@@ -7,43 +7,43 @@ This instructions assumes you're using Eclipse 4.3 (Kepler), but it should also
...
@@ -7,43 +7,43 @@ This instructions assumes you're using Eclipse 4.3 (Kepler), but it should also
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:
>
Import
-
Import
>
Existing projects into workspace
-
Existing projects into workspace
>
Select archive file
-
Select archive file
>
Specify location
-
Specify location
>
hit finish
-
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
>
User (right upper corner)
-
User (right upper corner)
>
Edit profile settings
-
Edit profile settings
>
SSH keys
-
SSH keys
>
Add SSH key be hitting the green button and c&p the public key
-
Add SSH key be hitting the green button and c&p the public key
### 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
>
Import
-
Import
>
Git
-
Git
>
Projects from Git
-
Projects from Git
>
Clone URI
-
Clone URI
>
Enter URI: git@git.opendfki.de:mycbr/mycbr-workbench.git
-
Enter URI: git@git.opendfki.de:mycbr/mycbr-workbench.git
>
Hit next (do not edit anything in this window)
-
Hit next (do not edit anything in this window)
>
Enter the password for the SSH key linked to eclipse
-
Enter the password for the SSH key linked to eclipse
>
select the branch you want to work on (e.g. master)
-
select the branch you want to work on (e.g. master)
>
specify the folder on your machine where to store the checked out code
-
specify the folder on your machine where to store the checked out code
>
hit finish
-
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.
-
In the main project there is a file called mycbr.product.
>
Select this file.
-
Select this file.
>
Open dependencies tab
-
Open dependencies tab
>
Click "Remove All"
-
Click "Remove All"
>
Click "Add" and type "de.."
-
Click "Add" and type "de.."
>
Select de.dfki.mycbr.gui
-
Select de.dfki.mycbr.gui
>
Click "Add Required Plug-ins"
-
Click "Add Required Plug-ins"
>
Save your changes
-
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.
Now you should be able to run the workbench by clicking on the white arrow in the green circle on the upper right corner.