Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2020 / extensions / org.gvsig.installer / README.txt @ 33979

History | View | Annotate | Download (605 Bytes)

1
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
    select the option: *Run as > Ant build*. 
12
    
13
2.- Restart eclipse.
14

    
15
3.- Import the subprojects of the project you have just checked out.
16

    
17
Those steps are only needed once per workspace.     
18