-
Notifications
You must be signed in to change notification settings - Fork 105
EclipseSetup
Jeremie Bresson edited this page Nov 7, 2014
·
2 revisions
- Eclipse IDE installation (for example "Eclipse IDE for Java Developers")
- m2e plugin: maven integration in Eclipse
- Menu: File -> Import
- Select "Existing Maven Project"
- Point to the folder where the roaster git repository is checked out.
The Projects should look like this:
It might also be useful to import the git repository into EGit.
Set the appropriate formatter in the "Java formatter" preference page in the workspace preferences:
- Menu: Window -> Preferences.
- Browse to: Java -> Code Style -> Formatter.
- Click on the "Import..." button.
- Select the file eclipse-code-formatter-profile.xml in the forge/core repository.