-
Notifications
You must be signed in to change notification settings - Fork 0
Eclipse IDE
[to be reviewed]
The EOP project has been created as a Maven project. Eclipse with m2e plugin (http://eclipse.org/m2e/) can be used to manage it. The description of the steps necessary to load the project in Eclipse assumes that the EOP project has been already downloaded from its GitHub repository and that both Eclipse and the m2e plugin are already installed. The platform has been tested with Eclipse Juno (http://www.eclipse.org/juno/) and maven v1.3 (http://eclipse.org/m2e/) whereas these are the steps to perform to import the EOP project into Eclipse:
- From the File menu in Eclipse select import
![eclipse_open_project_image1](../blob/gh-pages/wiki-images/developers_distribution/eclipse_open_project_image1.jpg?raw=true)
* Select Maven and then Exiting Maven Project and Click the next button![eclipse_open_project_image2](../blob/gh-pages/wiki-images/developers_distribution/eclipse_open_project_image2.jpg?raw=true)
* Select the root directory containing the pom.xml file; in this case: Excitement-Open-Platform. Click the finish button![eclipse_open_project_image4](../blob/gh-pages/wiki-images/developers_distribution/eclipse_open_project_image4.jpg?raw=true)
* The project is loaded and it should appear like in the picture below:![eclipse_open_project_image5](../blob/gh-pages/wiki-images/developers_distribution/eclipse_open_project_image5.jpg?raw=true)