Confirmed users
355
edits
Nalexander (talk | contribs) |
Nalexander (talk | contribs) |
||
| Line 133: | Line 133: | ||
{{note|You may need to set <tt>M2_REPO</tt> (for example, as described at [http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/]) to something like <tt>$HOME/.m2/repository</tt>.}} | {{note|You may need to set <tt>M2_REPO</tt> (for example, as described at [http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/]) to something like <tt>$HOME/.m2/repository</tt>.}} | ||
==== To hide warnings in external code ==== | |||
You'll need Eclipse 4.2, also called "Juno". Right click an external folder (for example, <tt>external/httpclientandroidlib/httpclientandroidlib/src</tt>), select "Properties > Java Compiler", and check "Ignore optional compile problems". This prevents warnings from appearing in the "Problems" pane, and also means that your Eclipse project icon won't always be the yellow warning exclamation mark. This makes it easier to see if you've introduced Java warnings to the tree. | |||
==== To run the unit test suite under Eclipse ==== | ==== To run the unit test suite under Eclipse ==== | ||