Skip to content

Commit

Permalink
Update instructions for using Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
sfcoy committed Apr 28, 2013
1 parent 3b91115 commit 4e4837f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,18 @@ To run all the tests
Using Eclipse
-------------
1. Install the latest version of eclipse
2. Make sure Xmx in eclipse.ini is at least 512M, and it's using java 7
3. Launch eclispe and install the m2eclipse plugin, make sure it uses your repo configs
(get it from: http://m2eclipse.sonatype.org/sites/m2e)
2. Make sure Xmx in eclipse.ini is at least 1280M, and it's using java 7
3. Launch eclipse and install the m2e plugin, make sure it uses your repo configs
(get it from: http://download.eclipse.org/technology/m2e/releases/
or install "Maven Integration for Eclipse" from the Eclipse Marketplace)
4. In eclipse preferences Java->Compiler->Errors/Warnings->Deprecated and restricted
set forbidden reference to WARNING
5. In eclipse preferences Java->Code Style, import the cleanup, templates, and
formatter configs in ide-configs/eclipse
6. In eclipse preferences Java->Editor->Save Actions enable "Additional Actions",
and deselect all actions except for "Remove trailing whitespace"
7. Use import on the root pom, which will pull in all modules
8. Wait (m2eclipse takes awhile on initial import)
8. Wait (m2e takes awhile on initial import)

License
-------
Expand Down

0 comments on commit 4e4837f

Please sign in to comment.