eclipse plugin: update the manual to reflect the latest changes
This commit is contained in:
parent
a69c057b4d
commit
e697c37dfd
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ After you got all the prerequisites, you need to setup the eclipse installation.
|
|||
|
||||
\item In Eclipse, right click in \textbf{Package Explorer/Navigator} and then select \textbf{Import - General - Existing projects into Workspace}
|
||||
|
||||
\item Select the path where you downloaded the ``umc\_dev" folder, and check all the projects: ``org.wesnoth", ``org.wesnoth.ui", ``org.wesnoth.feature". \textbf{Don't} check the "Copy projects into workspace.
|
||||
\item Select the path where you downloaded the ``umc\_dev" folder, and check all the projects: ``org.wesnoth", ``org.wesnoth.ui", ``org.wesnoth.tests". \textbf{Don't} check the "Copy projects into workspace.
|
||||
|
||||
\item The projects will be compiled automatically. Just to be sure, as in each Java project, verify that the ``Build automatically" entry in the ``Project" menu is checked.
|
||||
\end{enumerate}
|
||||
|
@ -110,7 +110,7 @@ The plugin has a Test Suite based on JUnit 4, that tests some aspects of it. To
|
|||
\item In the left pane's list, right click on the ``JUnit" item
|
||||
\item Select ``New" from the opened context menu
|
||||
\item Select the first radio box: ``Run a single test"
|
||||
\item For the \textbf{Project}, enter: ``org.wesnoth" ( or browse for it )
|
||||
\item For the \textbf{Project}, enter: ``org.wesnoth.tests" ( or browse for it )
|
||||
\item For the \textbf{Test Class}, enter: ``org.wesnoth.tests.WMLTestsSuite" ( or ``Search..." for it. Just enter ``WMLTestsSuite" in the newly opened window, and select the item )
|
||||
\item For the \textbf{Test method}, let it as it is by default: ``(all methods)"
|
||||
\item In the ``Test runner" Combo Box select ``Junit 4"
|
||||
|
|
Loading…
Add table
Reference in a new issue