Revision 16847

View differences:

tags/v1_1_1_Build_1019/upgrade/resources/gvSIG.sh
1
#!/bin/sh
2
# gvSIG.sh
3
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$INSTALL_PATH/libs/"
4
cd "$INSTALL_PATH/bin"
5
#java -Djava.library.path=/usr/lib:"$INSTALL_PATH/libs" -cp andami.jar:./lib/gvsig-i18n.jar:./lib/beans.jar:./lib/log4j-1.2.8.jar:./lib/iver-utiles.jar:./lib/castor-0.9.5.3-xml.jar:./lib/crimson.jar:./lib/xerces_2_5_0.jar:./lib/javaws.jar:./lib/xml-apis.jar:./lib/looks-2.0.2.jar:./lib/JWizardComponent.jar -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones $1
6
$JAVA_HOME/bin/java -Djava.library.path=/usr/lib:"$INSTALL_PATH/libs" -cp andami.jar:./lib/gvsig-i18n.jar:./lib/beans.jar:./lib/log4j-1.2.8.jar:./lib/iver-utiles.jar:./lib/castor-0.9.5.3-xml.jar:./lib/crimson.jar:./lib/xerces_2_5_0.jar:./lib/javaws.jar:./lib/xml-apis.jar:./lib/looks-2.0.2.jar:./lib/JWizardComponent.jar:./lib/kxml2.jar:./lib/jcalendar.jar -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones "$@"
7

  
tags/v1_1_1_Build_1019/upgrade/resources/gvSIG.ini
1
[default]
2

  
3

  
4
; Ruta al achivo Jar a lanzar
5
jar = 
6

  
7

  
8
; Comando a ejecutar:
9
;    Admite remplazo de variable:
10
;	* #JAVA# ejecutable de java
11
;	* #JAVA_HOME# path del Java_home
12
;	* #JAR# el valor de la variable 'jar' de este fichero
13
;	* #ARGS# cadena con todos los argumentos con los que se ha llamado al lanzador
14
;	* #ARG1#, #ARG2#, ... #ARG9#: parametro recivido en 'n' lugar
15
;	* #ARG0#: Nombre del ejecutable del lanzador
16
;    Tambien admite los valores de la seccion 'Variables' encerrados entre
17
;    el caracter almuadilla '#'
18
; 	 * Nota: los nombres de las variables son case sensitive
19
command = #JAVA# -Djava.library.path="#GVSIG_INSTALL_PATH#\lib" -cp andami.jar;./lib/gvsig-i18n.jar;./lib/beans.jar;./lib/log4j-1.2.8.jar;./lib/iver-utiles.jar;./lib/castor-0.9.5.3-xml.jar;./lib/crimson.jar;./lib/xerces_2_5_0.jar;./lib/javaws.jar;./lib/xml-apis.jar;lib/looks-2.0.2.jar;./lib/JWizardComponent.jar;./lib/kxml2.jar;./lib/jcalendar.jar;./lib/comercios_validation.jar -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones #ARGS#
20

  
21

  
22

  
23

  
24
; Lanzar el Jar en ansincrono o no:
25
;     * si(se lanza el javaw.exe y finaliza el lanzador):S SI YES Y 1
26
;     * si(el lanzado se espera a que termine la ejecucion del javaw.exe):{distinto de los anterirores}
27
launchJarAsync = 0
28

  
29
; Modo: dice si se va a usar en modo lanzador de la instalacion o de la aplicacion
30
; (De momento solo afecta al titulo)
31
;     * Instalacion: INSTALL
32
;     * Applicacion: APPLICATION
33
launchMode = APPLICATION
34

  
35
; Realizar la comprobaciones o no:
36
;     * si(por defecto):S SI YES Y 1
37
;     * no(debera estar especificado el parametro'jre_home'):{distinto de los anterirores}
38
doChecks = No
39

  
40
; Ruta el Java_home a usar en caso de 'doChecks-->No'
41
jre_home = $JAVA_HOME
42
;ejemplo: jre_home = C:/Archivos de programa/Java/j2re1.4.2_11
43

  
44

  
45
; Habilita la pregunta al usuario de si hay que hacer las comprobaciones de JRE etc...
46
;     - por defecto se hace la pregunta
47
;     - Si la respuesta del usario es 'no' se solicita la usuario que indique el ejectuable de la JRE
48
;     * si(se pregunta al usario):S SI YES Y 1
49
;     * no(no se pregunta y se realizan las comprobaciones):{distinto de los anterirores}
50
askForCheckingProcess = No
51

  
52

  
53

  
54
; Version de JRE requerida
55
jre_version = 1.4.2
56
jre_version_prefered = 1.4.2_06
57

  
58

  
59

  
60
; Descarga remota
61
; 	* los valores valido de downloadEnabled son:
62
;		- habilitado: S SI YES Y 1
63
;		- deshabilitado: {distinto de los anteriores}
64
downloadEnabled = 0
65

  
66

  
67

  
68
; Path del instalable del jre (si no existe y estan
69
;	habilitadas las descargas, lo dejara aqui)
70
jre = 
71
downloadJre = 
72

  
73

  
74

  
75
; Path del instalable del jai (si no existe y estan
76
;	habilitadas las descargas, lo dejara aqui)
77
jai = 
78
downloadJai = 
79

  
80

  
81

  
82
; Path del instalable del jai io (si no existe y estan
83
;	habilitadas las descargas, lo dejara aqui)
84
jai_io = 
85
downloadJai_io = 
86

  
87

  
88

  
89
; Esta seccion indica una lista de fichero a
90
; copiar antes de lanzar el comando.
91
; Los ficheros se copiaran si no existen en el
92
; destino.
93
; Destino puede ser un directorio, pero debe finalizar
94
; con '/'
95
; Pueden usarse variables declaradas en la
96
; seccion 'variables' colocadas entre '#'
97
;  * Nota: los nombres de las variables son case sensitive
98
; Requiere los valores:
99
;	* source1: primer fichero origen
100
;	* target1: primer destino
101
;	* source2: segundo fichero origen
102
;	* target2: segundo destino
103
;	...
104
;	* source{n}: 'n' fichero origen
105
;	* target{n}: 'n' destino
106
[CopyRequiredFiles]
107
source1 = #GVSIG_INSTALL_PATH#/lib/msvcp71.dll
108
target1 = #JAVA_HOME#/bin/
109

  
110
source2 = #GVSIG_INSTALL_PATH#/lib/msvcr71.dll
111
target2 = #JAVA_HOME#/bin/
112

  
113

  
114

  
115
source3 = #GVSIG_INSTALL_PATH#/lib/jmrsid.dll
116
target3 = #JAVA_HOME#/bin/
117

  
118
source4 = #GVSIG_INSTALL_PATH#/lib/lti_dsdk_cdll.dll
119
target4 = #JAVA_HOME#/bin/
120

  
121
source5 = #GVSIG_INSTALL_PATH#/lib/lti_dsdk_dll.dll
122
target5 = #JAVA_HOME#/bin/
123

  
124

  
125

  
126
source6 = #GVSIG_INSTALL_PATH#/lib/jecwcompress.dll
127
target6 = #JAVA_HOME#/bin/
128

  
129
source7 = #GVSIG_INSTALL_PATH#/lib/jecw.dll
130
target7 = #JAVA_HOME#/bin/
131

  
132
source8 = #GVSIG_INSTALL_PATH#/lib/NCScnet.dll
133
target8 = #JAVA_HOME#/bin/
134

  
135
source9 = #GVSIG_INSTALL_PATH#/lib/NCSEcwC.dll
136
target9 = #JAVA_HOME#/bin/
137

  
138
source10 = #GVSIG_INSTALL_PATH#/lib/NCSEcw.dll
139
target10 = #JAVA_HOME#/bin/
140

  
141
source11 = #GVSIG_INSTALL_PATH#/lib/NCSUtil.dll
142
target11 = #JAVA_HOME#/bin/
143

  
144

  
145

  
146
source12 = #GVSIG_INSTALL_PATH#/lib/gdal.dll
147
target12 = #JAVA_HOME#/bin/
148

  
149

  
150
source13 = #GVSIG_INSTALL_PATH#/lib/jgdal060.dll
151
target13 = #JAVA_HOME#/bin/
152

  
153
source14 = #GVSIG_INSTALL_PATH#/lib/glut32.dll
154
target14 = #JAVA_HOME#/bin/
155

  
156
source15 = #GVSIG_INSTALL_PATH#/lib/jpeg62.dll
157
target15 = #JAVA_HOME#/bin/
158

  
159
source16 = #GVSIG_INSTALL_PATH#/lib/libimage.dll
160
target16 = #JAVA_HOME#/bin/
161

  
162
source17 = #GVSIG_INSTALL_PATH#/lib/libpng13.dll
163
target17 = #JAVA_HOME#/bin/
164

  
165
source18 = #GVSIG_INSTALL_PATH#/lib/libtiff3.dll
166
target18 = #JAVA_HOME#/bin/
167

  
168
source19 = #GVSIG_INSTALL_PATH#/lib/zlib1.dll
169
target19 = #JAVA_HOME#/bin/
170

  
171
; En esta seccion se pueden definir valores 
172
; que se pueden utilizar en el parametro 'command'
173
; o en la copia de los ficheros
174
;  * Nota: los nombres son case sensitive
175
[Variables]
176
GVSIG_INSTALL_PATH = $INSTALL_PATH
tags/v1_1_1_Build_1019/upgrade/resources/Leeme-Annotation.txt
1
Plugin VisorRuido versi?n 1.0 (Build Number #build.number#):
2

  
3
Antes de comenzar compruebe los siguientes puntos:
4

  
5
1.- Descargue los fuentes de la RC2 v1.1 de gvSIG. Siga los pasos all? indicados en el archivo 'Leeme.txt' para obtener un entorno de desarrollo funcional.
6

  
7
*** Compilaci?n
8

  
9
1.- Descomprima este paquete dentro del directorio de fuentes que acaba de preparar ( gvSIG-1_1_RC2-src).
10

  
11
2.- (S?lo si usa eclipse) Importe los proyectos que acaba de descomprimir:
12
  *1: Men? File/Import.
13
  *2: Seleccione 'Existing Projects into workspace' y 'Next'
14
  *3: Con la opci?n 'Select root directory' pulse 'Browse...'
15
  *4: Sit?ese en el directorio del workspace (normalmente el dialogo ya se encuentra en ?l) y pulse 'Aceptar'.
16
  *5: Pulse 'Deselect All'
17
  *6: Marque los siguientes proyectos de la lista: extVisorRuido1.
18
  *7: Pulse 'Finish'.
19

  
20
3.- Ejecute el 'build.xml' del proyecto 'extVisorRuido1' (usando ant o eclipse).
21

  
22
Ante cualquier problema:
23

  
24
Apuntese a la lista de desarrolladores de gvSIG y pregunte all? (http://www.gvsig.gva.es).
25

  
26
Gracias por desarrollar sobre gvSIG.
27

  
28
Un saludo.
29

  
30
Equipo gvSIG.
tags/v1_1_1_Build_1019/upgrade/resources/Readme-VisorRuido.txt
1
VisorRuido Plugin version 1.0 (Build number #build.number#):
2

  
3
Before starting, check the following points:
4

  
5
1.- Download the sources for gvSIG v1.0.2. 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_0_2-src). Note: some files in the  'binaries' folder must be overwritten.
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: extVisorRuido1.
18
  *7: Click on 'Finish'.
19

  
20
3.- Run the 'build.xml' in the project 'extVisorRuido1' (using  Ant or Eclipse).
21

  
22
For further assistance, please subscribe to the gvSIG developer list and send your questions there (see in http://www.gvsig.gva.es).
23

  
24
Thanks for developing on gvSIG.
25

  
26
Regards,
27

  
28
The gvSIG Team

Also available in: Unified diff