Skip to content
Snippets Groups Projects
Commit e787bf98 authored by al.schwinn's avatar al.schwinn
Browse files

Update README.md

parent 916311c4
No related branches found
No related tags found
No related merge requests found
......@@ -17,37 +17,36 @@ opensilecs-eclipse-plugin$ sh build.sh
## build and run via eclipse build process
1. Make sure the correct Eclipse platform is defined as target platform:
```
Window --> Preferences --> Plug In Development --> Tatrget Platform
Add --> Default (...) --> Finsih --> Apply & Close
```
<img alt="Target Platform" src="static/target-platform.PNG" width=100%>
<img alt="Target Platform" src="static/target-platform.PNG" width=60%>
1. Open project in eclipse
2. Open project in eclipse
Define version of feature in file `feature.xml` in `silecs-eclipse-plugin-gsi-feature`.
<img alt="Define feature version " src="static/feature.PNG" width=60%>
1. Open `site.xml`, add new category, select feature created in previous step.
3. Open `site.xml`, add new category, select feature created in previous step.
Build new feature using `Build` button
<img alt="Update site" src="static/site.PNG" width=60%>
1. If there are build errors, try to follow the solutions suggested by eclipse. (E.g. here the target Java Version was not available any more)
4. If there are build errors, try to follow the solutions suggested by eclipse. (E.g. here the target Java Version was not available any more)
<img alt="Error in manifest" src="static/MANIFEST1.PNG" width=60%>
<img alt="Suggested Fix" src="static/MANIFEST2.PNG" width=60%>
1. Open new instance of eclipse. Go to `Help` -> `Install New Software...`.
5. Open new instance of eclipse. Go to `Help` -> `Install New Software...`.
Add new site by clicking `Add`. In pop up window, click on `Local` and choose location of directory `silecs-eclipse-plugin-gsi-update-site`. Press `Add`.
Choose previously created feature. Install it by pressing `Next` accepting License and `Finish`. If there will be Security warning choose `Install anyway`. To apply changes, restart of eclipse is required.
<img alt="Install" src="static/install.PNG" width=60%>
1. After restart, you can open Silecs plugin in `Window` -> `Perspective` -> `Open Perspective` -> `Other` -> `Silecs`. Now you can use the plugin.
6. After restart, you can open Silecs plugin in `Window` -> `Perspective` -> `Open Perspective` -> `Other` -> `Silecs`. Now you can use the plugin.
<img alt="Installed plugin" src="static/installed_plugin.PNG" width=80%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment