forked from deegree/deegree3
-
Notifications
You must be signed in to change notification settings - Fork 2
Setting up deegree3 in your IDE
Markus Schneider edited this page Nov 23, 2013
·
27 revisions
This page describes how you can load the deegree sources into your favorite IDE.
Tested version: Eclipse EE 4.3.1
Currently, it is not recommended to use the m2eclipse plugin with deegree3 -- it chokes on the number of modules and not all Maven plugins used by deegree3 are supported. The recommended workflow to get deegree3 running in Eclipse is:
- Clone the deegree3 repository in a separate directory (NOT into your Eclipse workspace)
- Run Maven's Eclipse plugin from the command line to create the .project files for Eclipse
- Import the deegree3 clone directory in Eclipse
If you use IDEA it is quite simple to load the sources: In the IDE navigate to File -> Import Project, choose the folder containing the deegree sources and click on okay. In the next window choose "Import Project from external model" and maven. The next window does not need any configuration and the import should start after clicking on finish