This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3 Fix typos in index + generated doc.
- Loading branch information
1 parent
62cf6f0
commit a52435c
Showing
3 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 9 additions & 7 deletions
16
docs/development/Running-Scava-in-Eclipse.md → docs/users/Running-Scava-in-Eclipse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
|
||
# Running Scava in Eclipse | ||
|
||
This page gives **general guidelines for running Ossmeter platform in Eclipse** | ||
|
||
The screeshot below will be used as a reference : | ||
The screeshot below will be used as a reference : | ||
|
||
<a href="http://ibb.co/mRUAVm"><img src="http://preview.ibb.co/fty4qm/eclipse_Product.png" alt="eclipse Product" border="0" /></a> | ||
|
||
(Eclipse version used in screenshot : Eclipse Java EE IDE for Web developers Luna 2 (4.4.2) ) | ||
|
||
1) We compile with `Ossmeterfromfeature.product` file in `org.ossmeter.platform.osgi` (highlighted above) | ||
2) In the file we put program arguements : `-apiServer`, `-master`, `-slave`. More information on https://github.com/crossminer/crossminer/wiki/Running-the-platform | ||
3) We must validate with the button on corner top right (highlighted above). This will add the required packages. | ||
4) If the required packages are still missing, go to `Run Configurations -> Plug-ins` and click on `Add Required Plugins`. | ||
1. We compile with `Ossmeterfromfeature.product` file in `org.ossmeter.platform.osgi` (highlighted above) | ||
2. In the file we put program arguements : `-apiServer`, `-master`, `-slave`. More information on https://github.com/crossminer/crossminer/wiki/Running-the-platform | ||
3. We must validate with the button on corner top right (highlighted above). This will add the required packages. | ||
4. If the required packages are still missing, go to `Run Configurations -> Plug-ins` and click on `Add Required Plugins`. | ||
|
||
<a href="http://ibb.co/fjC5Vm"><img src="http://preview.ibb.co/gHoeqm/Eclipse2.jpg" alt="Eclipse2" border="0" /></a> | ||
|
||
5) You could also check the `general information`, if its the same (as in the screenshot below). | ||
5. You could also check the `general information`, if its the same (as in the screenshot below). | ||
|
||
<a href="http://ibb.co/mk89O6"><img src="http://preview.ibb.co/n2JnAm/Eclipse_Overview.png" alt="Eclipse Overview" border="0" /></a> | ||
|
||
These were some of the things for running the platform. If there is any issue still, do not hesitate to contact us. | ||
|