Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / tags / 2.0.0 / README.txt @ 645

History | View | Annotate | Download (604 Bytes)

1 18 cordinyana
The first time you checkout the current project to a new workspace,
2
you have to prepare it to be able to work easily with maven from
3
eclipse itself.
4
5
Perform the following steps:
6
7
1.- Launch the *prepare-workspace.xml* ant build file.
8
    You can do it by loading the file into the ant view,
9
    and running the default task, or right-clicking the
10
    file from the package explorer or the navigator and
11 25 cordinyana
    select the option: *Run as > Ant build*.
12 18 cordinyana
13
2.- Restart eclipse.
14
15 49 cordinyana
3.- Import the subprojects of the project you have just checked out.
16
17
Those steps are only needed once per workspace.