Statistics
| Revision:

svn-gvsig-desktop / tags / v1_10_0_Build_1260 / extensions / extPublish / dist-src / Readme-publish.txt @ 43469

History | View | Annotate | Download (1.46 KB)

1 29308 jvhigon
Network Extension Pilot version 1.0 (Build number 14):
2
3
Before starting, check the following points:
4
5
1.- Download the sources for gvSIG v1.1. Follow the procedure described in the 'Readme.txt' file to setup a working development environment.
6
7
*** Compilation
8
9
1.- Uncompress the pilot package into the source folder just created (gvSIG-1_1-src).
10
11
2.- (Only if using Eclipse) Import the projects:
12
  *1: Pick the the File/Import menu command.
13
  *2: Choose 'Existing Projects into workspace' and hit 'Next'
14
  *3: With the option 'Select root directory' press 'Browse...'
15
  *4: Locate the workspace folder (normally, this should be the default) and hit 'Accept'.
16
  *5: Click on 'Deselect All'
17
  *6: Mark the following project from the list: extGraph.
18
  *7: Click on 'Finish'.
19
20
3.- Run the 'build.xml' in the project 'extGraph' (using  Ant or Eclipse).
21
22
*** Execution
23
24
After the projects have been compiled, new menu options will appear to generate network topologies and run Shortest Path calculationss.
25
26
Also, in the property panel for vectorial layers, a new Dot Density symbology type will appear.
27
28
*** Building after changes
29
30
After modifying the pilot sources, the 'build.xml' within the projects must be run in the following order, using Ant or Eclipse:
31
32
  *1 libFMap
33
  *2 appgvSIG
34
  *3 extGraph
35
36
For further assistance, please subscribe to the gvSIG developer list and send your questions there (see in http://www.gvsig.gva.es).
37
38
Thanks for developing on gvSIG.
39
40
Regards,
41
42
The gvSIG Team