Revision 17371

View differences:

tags/tmp_build/frameworks/_fwAndami/.externalToolBuilders/Ant.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
4
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
5
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/>
7
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/_fwAndami/build.xml}"/>
9
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
10
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
11
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
12
</launchConfiguration>
0 13

  
tags/tmp_build/frameworks/_fwAndami/docs/Servicios para los plugins.txt
1
1 Ejecuci?n en segundo plano.
2

  
3
	Es conveniente que la interfaz est? siempre en funcionamiento,
4
nunca bloqueada, aunque sea s?lo para mostrar al usuario que el
5
programa est? procesando. Para ello hay que realizar las tareas
6
que puedan tomar demasiado tiempo en un thread a parte. La
7
clase PluginServices proporciona un m?todo est?tico 
8
backgroundExecution al cual se le pasa un objeto Runnable, que
9
es ejecutado en segundo plano, dejando el thread de la interfaz
10
libre para responder pero con sus eventos bloqueados con el fin
11
de que la interfaz responda y se redibuje, pero se ignoren los
12
eventos que produce el usuario mientras se procesa la petici?n
0 13

  
tags/tmp_build/frameworks/_fwAndami/docs/funcionamiento class loader.txt
1
En Andami, el class loader de cada plugin delega primero en el classloader del sistemaes decir, que si se ejecuta desde eclipse buscar? por todos los jars que haya en el classpath del proyecto, y si se ejecuta desde la linea de comandos, buscar? en la variable de entorno CLASSPATH o en el argumento -classpath que se pase como par?metro a java.
2

  
3
Si el class loader del sistema no satisface la b?squeda, se buscar? en los jars especificados por el config.xml del plugin que intenta cargar la clase y si no se encuentra en dichos jars, se buscar? en los jars de los plugins de los cuales depende el plugin que intenta cargar la clase.
4

  
5
Por otra parte, FMap tiene un directorio de drivers en los que vas dejando los jars y autom?ticamente los procesa FMap. Sin embargo, FMap no conoce que es usado por Andami, y de hecho, FMap puede ser usado desde otros entornos, por lo que no usa directamente el class loader del plugin que tiene la librer?a fmap.jar en el config.xml. Usa su propio class loader, que est? definido en el proyecto driver-manager. Este class loader busca en los jars que hay en el mismo directorio del driver y de no encontrarla ?stos, delega en el classloader padre. El class loader padre, en el caso de gvSIG con Andami es el class loader del plugin que accede al driver.
0 6

  
tags/tmp_build/frameworks/_fwAndami/docs/Andami developer guide.html
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
  <meta content="text/html; charset=ISO-8859-1"
5
 http-equiv="content-type">
6
  <title>Andami developer guide</title>
7
<link href="style.css" rel="stylesheet" type="text/css">
8
</head>
9
<body>
10
<table width="90%" border="0">
11
  <tr>
12
    <td class="Nivel2"><a href="#Introduccion"><strong><font color="#FFFFFF">Introducci&oacute;n</font></strong></a></td>
13
  </tr>
14
  <tr>
15
    <td class="Nivel2"><a href="#Creacion_de_plugins"><font color="#FFFFFF"><strong>Creaci&oacute;n 
16
      de plugins</strong></font></a></td>
17
  </tr>
18
  <tr>
19
    <td class="Nivel2"><a href="#Funcionamiento_del_class_loader"><strong><font color="#FFFFFF">Funcionamiento 
20
      del class loader</font></strong></a></td>
21
  </tr>
22
  <tr>
23
    <td class="Nivel2"><a href="#Servicios_a_los_plugins"><font color="#FFFFFF"><strong>Servicios 
24
      a los plugins</strong></font></a></td>
25
  </tr>
26
  <tr>
27
    <td><strong>&nbsp;&nbsp;&nbsp; <a
28
 href="#Ejecucion_en_segundo_plano">Ejecuci&oacute;n en segundo plano</a></strong></td>
29
  </tr>
30
  <tr>
31
    <td><strong>&nbsp;&nbsp;&nbsp; <a href="#Acceso_a_las_extensiones">Acceso 
32
      a las extensiones</a></strong></td>
33
  </tr>
34
  <tr>
35
    <td class="urbanismo"><strong>&nbsp;&nbsp;&nbsp; <a href="#Persistencia_de_los_plugins">Persistencia 
36
      de los plugins</a></strong></td>
37
  </tr>
38
  <tr>
39
    <td><strong>&nbsp;&nbsp;&nbsp; <a href="#popupmenus">Pop-up menus</a></strong></td>
40
  </tr>
41
  <tr>
42
    <td><strong>&nbsp;&nbsp;&nbsp; <a href="#Vistas">Vistas</a></strong></td>
43
  </tr>
44
  <tr>
45
    <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="#SingletonView">SingletonView's</a></td>
46
  </tr>
47
</table>
48

  
49

  
50

  
51
<p> <strong><font size="+1"><a name="Introduccion"></a>Introducci&oacute;n</font></strong></p>
52
<p> &nbsp;&nbsp;&nbsp; Andami es un framework orientado a plugins construido sobre 
53
  swing que permite la construcci&oacute;n de forma r&aacute;pida y extensible 
54
  de aplicaciones MDI (Multiple Document Interface). Tiene ya implementadas muchas 
55
  de las funcionalidades requeridas para este tipo de aplicaciones tales como 
56
  un men&uacute; Ventana, en la que van apareciendo las ventanas que se abren, 
57
  soporte para el traducciones, configuraci&oacute;n personalizada para cada usuario, 
58
  actualizaciones autom&aacute;ticas, tanto del propio Andami como de los plugins, 
59
  persistencia del tama&ntilde;o y posici&oacute;n de la ventana, del idioma, 
60
  distintos tipos de vista, con la finalidad de facilitar la programaci&oacute;n 
61
  de ventanas especiales, ... Todo esto adem&aacute;s de tener ya solventados 
62
  los problemas t&iacute;picos de la programaci&oacute;n de un entorno como &eacute;ste 
63
  que no son pocos.<br>
64
  <br>
65
  &nbsp;&nbsp;&nbsp; Adem&aacute;s, Andami est&aacute; dise&ntilde;ada de forma 
66
  que la propia l&oacute;gica MDI puede ser reemplazada. Si en lugar de una aplicaci&oacute;n 
67
  estilo arcView, se quiere que cada vista que se a&ntilde;ada, se haga en una 
68
  ventana de windows nueva (de las que aparecen en la barra de estado) o una vista 
69
  como la de Eclipse, no hay m&aacute;s que desarrollar el plugin adecuado.<br>
70
  <br>
71
  &nbsp;&nbsp;&nbsp; Andami est&aacute; dise&ntilde;ada para ser amistosa con 
72
  el usuario y para ello incorpora la posibilidad de a&ntilde;adir tooltips y 
73
  enabletexts a los botones. El tooltip es el texto que aparece cuando el rat&oacute;n 
74
  se detiene sobre un bot&oacute;n o men&uacute;. El enableText es el texto que 
75
  aparece en el caso anterior cuando el bot&oacute;n est&aacute; desactivado, 
76
  permitiendo mostrar al usuario qu&eacute; es lo que debe hacer para que dicho 
77
  bot&oacute;n se active (o cualquier otro mensaje).<br>
78
  <br>
79
  &nbsp;&nbsp;&nbsp; Por &uacute;ltimo, Andami tiene una gesti&oacute;n de errores 
80
  que agradar&aacute; a cualquier programador, ya que en casos de errores graves, 
81
  el propio framework avisa de dicho fallo y aconseja al usuario salvar los cambios 
82
  y reiniciar el programa, a parte de que toda excepci&oacute;n no capturada por 
83
  el usuario se redirige a un fichero de log configurable en el que se escribir&aacute; 
84
  su traza.<br>
85
</p>
86
<p> <strong><font size="+1"><a name="Creacion_de_plugins"></a>Creaci&oacute;n 
87
  de plugins</font></strong></p>
88
<p> &nbsp;&nbsp;&nbsp; Andami gira en torno al concepto de plugin. Andami mantiene 
89
  un directorio como directorio de los plugins, que se puede cambiar en cualquier 
90
  momento. Un plugin viene definido por la existencia de un subdirectorio dentro 
91
  del directorio de los plugins, siendo el nombre del plugin el nombre de dicho 
92
  directorio. Dentro de dicho directorio debe haber un fichero config.xml en el 
93
  que se configuran los puntos de entrada y salida del plugin (men&uacute;es, 
94
  barras de herramientas, etiquetas de la barra de estado, men&uacute;es contextuales), 
95
  las librer&iacute;as que va a usar, el paquete de traducciones, los plugins 
96
  de los que depende, etc. El fichero plugin-config.xsd contiene el esquema que 
97
  ha de seguir este fichero y est&aacute;n comentados todos los elementos. En 
98
  el CorePlugin que viene con Adami se puede ver un ejemplo de config.xml.<br>
99
  <br>
100
  &nbsp;&nbsp;&nbsp; Las rutas de los directorios son siempre relativas al directorio 
101
  del plugin y los textos de los men&uacute;es, tooltips y enabletext's son claves 
102
  en el fichero de traducciones en caso de que haya y textos literales en caso 
103
  de que no haya traducciones. El fichero de traducciones es un fichero de propiedades 
104
  com&uacute;n: ver ResourceBundle en la API de Java.<br>
105
  <br>
106
  &nbsp;&nbsp;&nbsp; Dentro de los plugins aparece el concepto de extensi&oacute;n. 
107
  Una extensi&oacute;n es instalada por los plugins mediante la implementaci&oacute;n 
108
  de la interfaz com.iver.andami.plugins.Extension y la instalaci&oacute;n de 
109
  unos controles geobernados por &eacute;sta en el fichero config.xml. Mediante 
110
  esta implementaci&oacute;n se le dice a Andami la condici&oacute;n que se debe 
111
  cumplir para que los controles sean visibles o est&eacute;n activos. Adem&aacute;s 
112
  se implementa la acci&oacute;n a llevar a cabo cuando se selecciona uno de los 
113
  men&uacute;es o botones asociados a la extensi&oacute;n. Cabe resaltar que Andami 
114
  crea una instancia de cada extensi&oacute;n configurada en config.xml, por lo 
115
  que las clases que implementen la interfaz Extension deben de tener un constructor 
116
  sin argumentos.<br>
117
  <br>
118
  &nbsp;&nbsp;&nbsp; En los tag 'extension' existe un atributo class-name en el 
119
  que se especifica la clase que gobierna el punto de extensi&oacute;n que se 
120
  est&aacute; definiendo. Esta clase deber&aacute; implementar la interfaz com.iver.andami.plugins.Extension 
121
  y ser&aacute; mediante &eacute;sta que gobernar&aacute; los men&uacute;es y 
122
  botones asociados a este punto de extensi&oacute;n<br>
123
  <br>
124
  &nbsp;&nbsp;&nbsp; Una problema com&uacute;n en este framework es no ver c&oacute;mo 
125
  se mantiene la informaci&oacute;n del proyecto concreto que se est&aacute; desarrollando. 
126
  El lugar adecuado es una de las extensiones instaladas. Por ejemplo en el caso 
127
  de gvSIG est&aacute; la extensi&oacute;n com.iver.cit.gvsig.ProjectExtension, 
128
  en la cual hay un atributo Project que es la ra&iacute;z del &aacute;rbol jer&aacute;rquico 
129
  del cual penden las vistas, mapas, tablas, ... Adem&aacute;s esta extensi&oacute;n 
130
  tiene un m&eacute;todo getProject que devuelve la referencia al proyecto, de 
131
  manera que se puede acceder desde cualquier punto de la aplicaci&oacute;n. Para 
132
  ver el acceso a las instancias de las extensiones ver <a href="#Acceso_a_las_extensiones">acceso 
133
  a las extensiones</a></p>
134
<p><br>
135
  <font size="+1"><strong><a name="Funcionamiento_del_class_loader"></a>Funcionamiento 
136
  del class loader</strong></font></p>
137
<p> En Andami, el class loader de cada plugin delega primero en el classloader 
138
  del sistemaes decir, que si se ejecuta desde eclipse buscar&aacute; por todos 
139
  los jars que haya en el classpath del proyecto, y si se ejecuta desde la linea 
140
  de comandos, buscar&aacute; en la variable de entorno CLASSPATH o en el argumento 
141
  -classpath que se pase como par&aacute;metro a java.<br>
142
  <br>
143
  Si el class loader del sistema no satisface la b&uacute;squeda, se buscar&aacute; 
144
  en los jars del directorio especificado por el config.xml del plugin que intenta 
145
  cargar la clase y si no se encuentra en dichos jars, se buscar&aacute; en los 
146
  jars de los plugins de los cuales depende el plugin que intenta cargar la clase.<br>
147
  <br>
148
  <strong><font size="+1"><a name="Servicios_a_los_plugins"></a>Servicios 
149
  a los plugins</font></strong></p>
150
<p><br>
151
&nbsp;&nbsp;&nbsp; Andami ofrece a los plugins distintos servicios 
152
  a trav&eacute;s de la clase PluginServices en cuyo javadoc se puede obtener 
153
  informaci&oacute;n sobre como usarlos. Existen unos servicios gen&eacute;ricos 
154
  que vienen dados por m&eacute;todos est&aacute;ticos de dicha clase y luego 
155
  est&aacute; el m&eacute;todo getPluginServices que obtiene una instancia de 
156
  esta clase espec&iacute;fica del plugin, mediante la cual puede acceder a servicios 
157
  concretos de cada plugin, traducciones, persistencia, directorio del plugin, 
158
  ...<br>
159
  &nbsp;<br>
160
  <strong><a name="Ejecucion_en_segundo_plano"></a>Ejecuci&oacute;n en segundo 
161
  plano</strong><br>
162
  &nbsp;&nbsp;&nbsp; Es conveniente que la interfaz gr&aacute;fica est&eacute; 
163
  siempre en funcionamiento, nunca bloqueada, aunque sea s&oacute;lo para mostrar 
164
  al usuario que el programa est&aacute; procesando. Para ello hay que realizar 
165
  las tareas que puedan tomar demasiado tiempo en un thread a parte. La clase 
166
  PluginServices proporciona un m&eacute;todo est&aacute;tico backgroundExecution 
167
  al cual se le pasa un objeto Runnable, que es ejecutado en segundo plano, dejando 
168
  el thread de la interfaz libre para responder pero con sus eventos bloqueados 
169
  con el fin de que la interfaz responda y se redibuje, pero se ignoren los eventos 
170
  que produce el usuario mientras se procesa la petici&oacute;n<br>
171
  <br>
172
  <a name="Acceso_a_las_extensiones"></a><strong>Acceso a las extensiones</strong><br>
173
  &nbsp;&nbsp;&nbsp; Para acceder a la instancia de una extensi&oacute;n 
174
  se puede usar simplemente el m&eacute;todo de PluginServices getExtension(Class) 
175
  a la cual habr&aacute; que pasar como par&aacute;metro la clase de la extensi&oacute;n 
176
  a la que se quiere acceder. Dicho m&eacute;todo retorna un objeto Extensi&oacute;n 
177
  y por tanto habr&aacute; que hacer casting a la clase concreta de dicha extensi&oacute;n, 
178
  habiendo obtenido as&iacute; la referencia a la instancia de la extensi&oacute;n 
179
  deseada.<br>
180
  &nbsp;&nbsp;&nbsp; A la hora de desarrollar habr&aacute; que tener en el build 
181
  path del entorno de desarrollo que se use, el jar del plugin dentro del cual 
182
  est&aacute; la extensi&oacute;n que se quiere obtener, para poder pasarle como 
183
  par&aacute;metro a getExtension(Class) la clase de la misma.<br>
184
  <br>
185
  <strong><a name="Persistencia_de_los_plugins"></a>Persistencia de 
186
  los plugins</strong><br>
187
  &nbsp;&nbsp;&nbsp; Uno de los servicios que ofrece Andami a los 
188
  plugins es la facilidad de guardar datos gen&eacute;ricos de los mismos en el 
189
  directorio del usuario de manera que cada usuario mantiene su propia configuraci&oacute;n 
190
  de los plugins. Para ello, las instancias de PluginServices contienen una propiedad 
191
  persistentXML que puede ser obtenida y asignada y que es de tipo XMLEntity, 
192
  pudiendo a&ntilde;adir informaci&oacute;n de tipo b&aacute;sico (String, int, 
193
  long, ...) a dicha instancia y siendo esta informaci&oacute;n persistente entre 
194
  ejecuciones.<br>
195
  <br>
196
  <strong><a name="popupmenus"></a>Pop-up menus</strong><br>
197
  &nbsp;&nbsp;&nbsp;&nbsp; Otro servicio proporcionado por Andami es el de pop-up 
198
  menu's extensibles. Mediante el XML se puede definir un pop-up menu con un nombre 
199
  y unas entradas al igual que cualquier otro men&uacute;, con la &uacute;nica 
200
  diferencia que para mostrar el popup men&uacute; habr&aacute; que registrar 
201
  un listener de la siguiente manera:<br>
202
</p>
203
<div style="text-align: center;">
204
<pre><>public void addPopupMenuListener(String name, Component c, ActionListener listener)</><br></pre>
205
</div>
206
&nbsp;&nbsp;&nbsp; Lo cual har&aacute; que al pinchar con el
207
bot&oacute;n derecho sobre el componente 'c' aparezca el men&uacute;
208
'name' del fichero de configuraci&oacute;n del plugin y al seleccionar
209
cualquier entrada se ejecutar&aacute; el ActionListener que se pasa
210
como par&aacute;metro.<br>
211
<br>
212
&nbsp;&nbsp;&nbsp; Estos men&uacute;es son extensibles porque cualquier
213
otro plugin puede a&ntilde;adir entradas a dicho men&uacute; en su
214
propio fichero config.xml referenciando el men&uacute; al que quiere
215
extender mediante el nombre del plugin m&aacute;s el nombre del
216
men&uacute;. Un ejemplo. Tenemos un plugin llamado com.iver.cit.gvsig
217
que instala un men&uacute; de la siguiente manera:<br>
218
<pre>		&lt;popupMenu name="cascada"&gt;<br>			&lt;entry text="Cascada" <br>				tooltip="cascada_tooltip" <br>				enableText="cascada_enable" actionCommand="CASCADA"/&gt;<br>			&lt;entry text="Tile" <br>				tooltip="tile_tooltip" <br>				enableText="cascada_enable" actionCommand="CASCADA"/&gt;<br>		&lt;/popupMenu&gt;<br></pre>
219
y tenemos otro plugin que quiere a&ntilde;adir una entrada a dicho
220
men&uacute;. Para ello deber&aacute; de incluir un fragmento similar a
221
este en su fichero config.xml:<br>
222
<pre>		&lt;popupMenu name="com.iver.cit.gvsig.cascada"&gt;<br>			&lt;entry text="Nueva entrada" actionCommand="NUEVA"/&gt;<br>		&lt;/popupMenu&gt;<br></pre>
223
y adem&aacute;s deber&aacute; de registrarse como listener de la manera
224
que se explic&oacute; anteriormente.<br>
225
<br>
226
<strong><a name="Vistas"></a>Vistas</strong><br>
227
&nbsp;&nbsp;&nbsp; El servicio m&aacute;s importante que
228
proporciona Andami es el de a&ntilde;adir vistas al marco principal.
229
Podemos calsificar las vistas por varios criterios:<br>
230
<ul>
231
  <li>Por su modalidad</li>
232
  <ul>
233
    <li>Modales</li>
234
    <li>No modales</li>
235
  </ul>
236
</ul>
237
<ul>
238
  <li>Por su contenido</li>
239
  <ul>
240
    <li>Singleton (Contenido identificable)</li>
241
    <li>Normales (Contenido no identificable)</li>
242
  </ul>
243
</ul>
244
&nbsp;&nbsp;&nbsp; Para crear una vista hay que hacer una clase que
245
derive de JPanel en la que se pone toda la funcionalidad como si de un
246
di&aacute;logo normal se tratara. Adem&aacute;s esta clase ha de
247
implementar la interfaz View la cual proporciona un m&eacute;todo
248
getViewInfo que es invocado una vez en la vida de la vista. Este objeto
249
contiene las caracter&iacute;sticas que tendr&aacute; la vista:
250
maximizable, resizable, title, ... y puede ser actualizado en cualquier
251
momento, reflej&aacute;ndose estos cambios de manera autom&aacute;tica
252
en la interfaz de usuario. Una vez implementada la vista, hay que
253
a&ntilde;adirla al manger MDI, que es el encargado de manejar toda la
254
l&oacute;gica relacionada con las vistas. Para obtener una referencia
255
al manager MDI la clase PluginServices tiene un m&eacute;todo
256
getMDIManager, el cual a su vez tiene un m&eacute;todo addView mediante
257
el cual se puede a&ntilde;adir la vista.<br>
258
<br>
259
&nbsp;&nbsp;&nbsp; Si durante la ejecuci&oacute;n se quiere cambiar
260
alguna propiedad de la vista tal como el tama&ntilde;o, la
261
posici&oacute;n o el
262
t&iacute;tulo, s&oacute;lo hay que acceder al objeto ViewInfo de la
263
misma y realizar los cambios de la manera deseada. El siguiente trozo
264
de c&oacute;digo cambia el t&iacute;tulo de una ventana (se supone que
265
es ejecutado desde la clase que implementa View).<br>
266
<pre>	PluginServices.getMDIManager().getViewInfo(this).setTitle("Nuevo t&iacute;tulo");<br></pre>
267
&nbsp;&nbsp;&nbsp; Puede ser necesario que algunas vistas realicen
268
alg&uacute;n tipo de procesamiento al ser activadas pero esto no se
269
sabe cuando ocurre ya que lo que se entrega al manager MDI es un
270
JPanel. Para recibir los eventos sobre las vistas, adem&aacute;s de
271
implementar View hay que implementar ViewListener la cual
272
proporcionar&aacute; los m&eacute;todos que ser&aacute;n invocados
273
cuando sucedan los eventos oportunos en las vistas.<br>
274
<br>
275
<big><a name="SingletonView"></a>SingletonView<br>
276
</big>&nbsp;&nbsp;&nbsp; Un tipo especial de vistas son las
277
SingletonView. Su principal caracter&iacute;stica es que se les define
278
el contenido de las mismas, de manera que cuando hay una SingletonView
279
minimizada en el proyecto y se intenta a&ntilde;adir un JPanel con el
280
mismo contenido, en lugar de aparecer otra ventana en el escritorio, lo
281
que sucede es que la ventana que estaba minimizada se restaura a su
282
posici&oacute;n anterior. Para esto, el m&eacute;todo addView devuelve
283
una referencia a la vista que se muestra, sea esta la que se
284
est&aacute; a&ntilde;adiendo o la que ya est&aacute; a&ntilde;adida.
285
Adem&aacute;s, al cerrar dicha ventana se guardan las dimensiones y la
286
posici&oacute;n de las mismas, de manera que al volverla a abrir se
287
recuerdan estos datos.<br>
288
</body>
289
</html>
0 290

  
tags/tmp_build/frameworks/_fwAndami/gvsig.sh
1
#!/bin/sh
2
[ -x /usr/bin/dirname ] && cd `dirname $0`
3
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":../../libs/
4
java -Djava.library.path=/usr/lib:/home/cesar/libs -cp andami.jar:lib/beans.jar:./lib/castor-0.9.5.3-xml.jar:lib/commons-dbcp-1.0-dev-20020806.zip:lib/commons-codec-1.3.jar:lib/commons-collections-3.1.zip:lib/commons-pool-1.2.zip:/lib/crimson.jar:lib/gvsig-i18n.jar:./lib/javaws.jar:lib/JWizardComponent.jar:./lib/iver-utiles.jar:./lib/log4j-1.2.8.jar:lib/looks-2.0.2.jar:lib/tempFileManager.jar:./lib/xerces_2_5_0.jar:./lib/xml-apis.jar: -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones "$@"
0 5

  
tags/tmp_build/frameworks/_fwAndami/build.xml
1
<project name="_fwAndami" default="create-jar" basedir=".">
2
	<!-- set global properties for this build -->
3
	<property name="src" location="src" />
4
	<property name="src-test" location="src-test"/>
5
	<property name="build" location="bin" />
6
	<property name="build-test" location="bin-test" />
7
	<property name="dist" location="dist" />
8
	<property name="lib" location="lib" />
9
	<property name="appDir" location="gvSIG" />
10
	<property name="extensiones" location="${appDir}/extensiones" />
11
	<property name="build-doc" value="build-doc"/>
12
	<property name="jarName" value="andami.jar"/>
13
	<property name="debug" value="off" />
14
	<import file="../binaries/ant/utilities.xml"/>
15
<!--	<import file="compile-classpath.xml"/> -->
16
	<property name="webapps" location="c:\webservers\jakarta-tomcat-5.0.25\webapps\" />
17
	<property name="webdir" location="web" />
18
	<property name="keystore" location="keystore" />
19
	<property name="schemas" location="schemas" />
20

  
21
	<target name="init">
22
		<!-- Create the time stamp -->
23
		<tstamp />
24
		<echo>
25
			Compiling ${ant.project.name}...
26
		</echo>
27
	</target>
28

  
29
    <target name="batch-build"
30
    	    description="compile the sources, create the jar file for Andami framework"
31
    	    depends="init,compile,create-jar">
32
    </target>
33

  
34
    <target name="compile" description="compile the source" >
35
        <!-- Compile the Java code from ${src} to ${build} -->
36
    	<mkdir dir="${build}" />
37
		<loadEclipseClasspath project="${basedir}"/>
38
		<gvSIG-javac
39
			classpath="${eclipseClasspath}"/>
40
<!--        <javac	srcdir="${src}"
41
				destdir="${build}"
42
        		source="1.4"
43
				target="1.4"
44
				debug="${debug}"
45
				debuglevel="${debuglevel}">
46
        	<classpath refid="_fwAndami.compile-classpath"/>
47
        </javac> -->
48
    	<copy todir="${build}">
49
    		<fileset
50
    			dir="src"
51
    			excludes="**/*.java"/>
52
		</copy>
53
    </target>
54

  
55
	<!--Crea un jar con el codigo de andami-->
56
	<target name="create-jar" description="Crea el jar de la aplicacion">
57
        <copy todir="${build}/com/iver/andami/">
58
                <fileset dir="config" includes="*.properties" />
59
        </copy>
60
    	<mkdir dir="${appDir}" />
61
		<jar destfile="${jarName}" basedir="${build}" />
62
	</target>
63

  
64
	  <target name="clean" description="delete binaries and jar files" >
65
	    <!-- Delete the ${build} and ${dist} directory trees -->
66
	    <delete dir="${build}"/>
67
	    <delete dir="${dist}"/>
68
	    <delete file="${jarName}"/>
69
	    <delete dir="${appDir}"/>
70
	  </target>
71

  
72
    <target name="build-doc" depends="" description="Genera un zip con la documentación">
73
		<javadoc
74
			packagenames="com.iver.andami.*"
75
			sourcepath="src"
76
			defaultexcludes="yes"
77
			destdir="${build-doc}/andami-api"
78
			windowtitle="andami API">
79
		</javadoc>
80
	</target>
81

  
82

  
83
	<!-- Genera las clases a partir de los esquemas -->
84
	<target name="generate-andami-config-classes">
85

  
86
		<delete>
87
			<fileset dir="${src}" includes="com/iver/andami/config/generate/**" />
88
		</delete>
89
		<java classname="org.exolab.castor.builder.SourceGenerator">
90
			<classpath>
91
				<pathelement path="lib/castor-0.9.5.3-xml.jar" />
92
				<pathelement path="lib/xerces_2_5_0.jar" />
93
			</classpath>
94
			<arg value="-i" />
95
			<arg value="${schemas}/andami-config.xsd" />
96
			<arg value="-package" />
97
			<arg value="com.iver.andami.config.generate" />
98
			<arg value="-dest" />
99
			<arg value="${src}" />
100
		</java>
101
	</target>
102

  
103
	<!-- Genera las clases a partir de los esquemas -->
104
	<target name="generate-plugin-config">
105
		<delete>
106
			<fileset dir="${src}" includes="com/iver/andami/plugins/config/generate/**" />
107
		</delete>
108
		<java classname="org.exolab.castor.builder.SourceGenerator">
109
			<classpath>
110
				<pathelement path="lib/castor-0.9.5.3-xml.jar" />
111
				<pathelement path="lib/xerces_2_5_0.jar" />
112
			</classpath>
113
			<arg value="-i" />
114
			<arg value="${schemas}/plugin-config.xsd" />
115
			<arg value="-package" />
116
			<arg value="com.iver.andami.plugins.config.generate" />
117
			<arg value="-dest" />
118
			<arg value="${src}" />
119
		</java>
120
	</target>
121

  
122
	<!-- Genera las clases a partir de los esquemas -->
123
	<target name="generate-plugin-persistence">
124
		<delete>
125
			<fileset dir="${src}" includes="com/iver/andami/persistence/generate/**" />
126
		</delete>
127
		<java classname="org.exolab.castor.builder.SourceGenerator">
128
			<classpath>
129
				<pathelement path="lib/castor-0.9.5.3-xml.jar" />
130
				<pathelement path="lib/xerces_2_5_0.jar" />
131
			</classpath>
132
			<arg value="-i" />
133
			<arg value="${schemas}/plugin-persistence.xsd" />
134
			<arg value="-package" />
135
			<arg value="com.iver.andami.persistence.generate" />
136
			<arg value="-dest" />
137
			<arg value="${src}" />
138
		</java>
139

  
140
	</target>
141

  
142
	<!--Copia los jar que hay en el subdirectorio lib al directorio web-->
143
	<target name="move-jars" description="Pone todos los jar en el directorio web" depends="create-jar">
144
		<copy todir="${webdir}">
145
			<fileset dir="lib" includes="**/*" />
146
		</copy>
147
	</target>
148

  
149
	<!--Comprime las extensiones en un zip y las mete en el directorio web-->
150
	<target name="extensiones" description="Copia el directorio de extensiones">
151
		<zip zipfile="${webdir}/extensiones.zip">
152
			<fileset dir="${extensiones}" includes="**/*" excludes="CVS" excludesfile=".cvsignore" />
153
		</zip>
154
	</target>
155

  
156
	<target name="run-tests" depends="batch-build,compile-tests">
157
		<antcall target="generic-run-tests">
158
			<param name="TestSuite.Name" value="com.iver.andami.AllTests"/>
159
		</antcall>
160
	</target>
161
</project>
0 162

  
tags/tmp_build/frameworks/_fwAndami/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="src" output="bin-test" path="src-test"/>
5
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
	<classpathentry kind="lib" path="lib/castor-0.9.5.3-xml.jar"/>
7
	<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
8
	<classpathentry kind="lib" path="lib/javaws.jar"/>
9
	<classpathentry kind="lib" path="lib/iver-utiles.jar" sourcepath="/libIverUtiles"/>
10
	<classpathentry kind="lib" path="lib/tempFileManager.jar"/>
11
	<classpathentry kind="lib" path="lib/xml-apis.jar"/>
12
	<classpathentry kind="lib" path="lib/crimson.jar"/>
13
	<classpathentry kind="lib" path="lib/xerces_2_5_0.jar"/>
14
	<classpathentry kind="lib" path="lib/commons-dbcp-1.0-dev-20020806.zip"/>
15
	<classpathentry kind="lib" path="lib/commons-pool-1.2.zip"/>
16
	<classpathentry kind="lib" path="lib/commons-collections-3.1.zip"/>
17
	<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
18
	<classpathentry kind="lib" path="lib/xmlrpc-2.0.1.jar"/>
19
	<classpathentry kind="lib" path="lib/gvsig-i18n.jar" sourcepath="/libInternationalization/src"/>
20
	<classpathentry kind="lib" path="lib/jcalendar.jar"/>
21
	<classpathentry kind="lib" path="lib/kxml2.jar"/>
22
	<classpathentry kind="lib" path="lib/JWizardComponent.jar"/>
23
	<classpathentry kind="lib" path="lib/looks-2.1.4.jar"/>
24
	<classpathentry kind="lib" path="lib/org.gvsig.ui.jar"/>
25
	<classpathentry kind="lib" path="lib/jcommon-1.0.10.jar"/>
26
	<classpathentry kind="lib" path="lib/jfreechart-1.0.6.jar"/>
27
	<classpathentry kind="lib" path="lib/jh.jar"/>
28
	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
29
	<classpathentry kind="lib" path="lib/org.gvsig.exceptions.jar"/>
30
	<classpathentry kind="output" path="bin"/>
31
</classpath>
0 32

  
tags/tmp_build/frameworks/_fwAndami/gpl.txt
1
		    GNU GENERAL PUBLIC LICENSE
2
		       Version 2, June 1991
3

  
4
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
6
 Everyone is permitted to copy and distribute verbatim copies
7
 of this license document, but changing it is not allowed.
8

  
9
			    Preamble
10

  
11
  The licenses for most software are designed to take away your
12
freedom to share and change it.  By contrast, the GNU General Public
13
License is intended to guarantee your freedom to share and change free
14
software--to make sure the software is free for all its users.  This
15
General Public License applies to most of the Free Software
16
Foundation's software and to any other program whose authors commit to
17
using it.  (Some other Free Software Foundation software is covered by
18
the GNU Library General Public License instead.)  You can apply it to
19
your programs, too.
20

  
21
  When we speak of free software, we are referring to freedom, not
22
price.  Our General Public Licenses are designed to make sure that you
23
have the freedom to distribute copies of free software (and charge for
24
this service if you wish), that you receive source code or can get it
25
if you want it, that you can change the software or use pieces of it
26
in new free programs; and that you know you can do these things.
27

  
28
  To protect your rights, we need to make restrictions that forbid
29
anyone to deny you these rights or to ask you to surrender the rights.
30
These restrictions translate to certain responsibilities for you if you
31
distribute copies of the software, or if you modify it.
32

  
33
  For example, if you distribute copies of such a program, whether
34
gratis or for a fee, you must give the recipients all the rights that
35
you have.  You must make sure that they, too, receive or can get the
36
source code.  And you must show them these terms so they know their
37
rights.
38

  
39
  We protect your rights with two steps: (1) copyright the software, and
40
(2) offer you this license which gives you legal permission to copy,
41
distribute and/or modify the software.
42

  
43
  Also, for each author's protection and ours, we want to make certain
44
that everyone understands that there is no warranty for this free
45
software.  If the software is modified by someone else and passed on, we
46
want its recipients to know that what they have is not the original, so
47
that any problems introduced by others will not reflect on the original
48
authors' reputations.
49

  
50
  Finally, any free program is threatened constantly by software
51
patents.  We wish to avoid the danger that redistributors of a free
52
program will individually obtain patent licenses, in effect making the
53
program proprietary.  To prevent this, we have made it clear that any
54
patent must be licensed for everyone's free use or not licensed at all.
55

  
56
  The precise terms and conditions for copying, distribution and
57
modification follow.
58

59
		    GNU GENERAL PUBLIC LICENSE
60
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61

  
62
  0. This License applies to any program or other work which contains
63
a notice placed by the copyright holder saying it may be distributed
64
under the terms of this General Public License.  The "Program", below,
65
refers to any such program or work, and a "work based on the Program"
66
means either the Program or any derivative work under copyright law:
67
that is to say, a work containing the Program or a portion of it,
68
either verbatim or with modifications and/or translated into another
69
language.  (Hereinafter, translation is included without limitation in
70
the term "modification".)  Each licensee is addressed as "you".
71

  
72
Activities other than copying, distribution and modification are not
73
covered by this License; they are outside its scope.  The act of
74
running the Program is not restricted, and the output from the Program
75
is covered only if its contents constitute a work based on the
76
Program (independent of having been made by running the Program).
77
Whether that is true depends on what the Program does.
78

  
79
  1. You may copy and distribute verbatim copies of the Program's
80
source code as you receive it, in any medium, provided that you
81
conspicuously and appropriately publish on each copy an appropriate
82
copyright notice and disclaimer of warranty; keep intact all the
83
notices that refer to this License and to the absence of any warranty;
84
and give any other recipients of the Program a copy of this License
85
along with the Program.
86

  
87
You may charge a fee for the physical act of transferring a copy, and
88
you may at your option offer warranty protection in exchange for a fee.
89

  
90
  2. You may modify your copy or copies of the Program or any portion
91
of it, thus forming a work based on the Program, and copy and
92
distribute such modifications or work under the terms of Section 1
93
above, provided that you also meet all of these conditions:
94

  
95
    a) You must cause the modified files to carry prominent notices
96
    stating that you changed the files and the date of any change.
97

  
98
    b) You must cause any work that you distribute or publish, that in
99
    whole or in part contains or is derived from the Program or any
100
    part thereof, to be licensed as a whole at no charge to all third
101
    parties under the terms of this License.
102

  
103
    c) If the modified program normally reads commands interactively
104
    when run, you must cause it, when started running for such
105
    interactive use in the most ordinary way, to print or display an
106
    announcement including an appropriate copyright notice and a
107
    notice that there is no warranty (or else, saying that you provide
108
    a warranty) and that users may redistribute the program under
109
    these conditions, and telling the user how to view a copy of this
110
    License.  (Exception: if the Program itself is interactive but
111
    does not normally print such an announcement, your work based on
112
    the Program is not required to print an announcement.)
113

114
These requirements apply to the modified work as a whole.  If
115
identifiable sections of that work are not derived from the Program,
116
and can be reasonably considered independent and separate works in
117
themselves, then this License, and its terms, do not apply to those
118
sections when you distribute them as separate works.  But when you
119
distribute the same sections as part of a whole which is a work based
120
on the Program, the distribution of the whole must be on the terms of
121
this License, whose permissions for other licensees extend to the
122
entire whole, and thus to each and every part regardless of who wrote it.
123

  
124
Thus, it is not the intent of this section to claim rights or contest
125
your rights to work written entirely by you; rather, the intent is to
126
exercise the right to control the distribution of derivative or
127
collective works based on the Program.
128

  
129
In addition, mere aggregation of another work not based on the Program
130
with the Program (or with a work based on the Program) on a volume of
131
a storage or distribution medium does not bring the other work under
132
the scope of this License.
133

  
134
  3. You may copy and distribute the Program (or a work based on it,
135
under Section 2) in object code or executable form under the terms of
136
Sections 1 and 2 above provided that you also do one of the following:
137

  
138
    a) Accompany it with the complete corresponding machine-readable
139
    source code, which must be distributed under the terms of Sections
140
    1 and 2 above on a medium customarily used for software interchange; or,
141

  
142
    b) Accompany it with a written offer, valid for at least three
143
    years, to give any third party, for a charge no more than your
144
    cost of physically performing source distribution, a complete
145
    machine-readable copy of the corresponding source code, to be
146
    distributed under the terms of Sections 1 and 2 above on a medium
147
    customarily used for software interchange; or,
148

  
149
    c) Accompany it with the information you received as to the offer
150
    to distribute corresponding source code.  (This alternative is
151
    allowed only for noncommercial distribution and only if you
152
    received the program in object code or executable form with such
153
    an offer, in accord with Subsection b above.)
154

  
155
The source code for a work means the preferred form of the work for
156
making modifications to it.  For an executable work, complete source
157
code means all the source code for all modules it contains, plus any
158
associated interface definition files, plus the scripts used to
159
control compilation and installation of the executable.  However, as a
160
special exception, the source code distributed need not include
161
anything that is normally distributed (in either source or binary
162
form) with the major components (compiler, kernel, and so on) of the
163
operating system on which the executable runs, unless that component
164
itself accompanies the executable.
165

  
166
If distribution of executable or object code is made by offering
167
access to copy from a designated place, then offering equivalent
168
access to copy the source code from the same place counts as
169
distribution of the source code, even though third parties are not
170
compelled to copy the source along with the object code.
171

172
  4. You may not copy, modify, sublicense, or distribute the Program
173
except as expressly provided under this License.  Any attempt
174
otherwise to copy, modify, sublicense or distribute the Program is
175
void, and will automatically terminate your rights under this License.
176
However, parties who have received copies, or rights, from you under
177
this License will not have their licenses terminated so long as such
178
parties remain in full compliance.
179

  
180
  5. You are not required to accept this License, since you have not
181
signed it.  However, nothing else grants you permission to modify or
182
distribute the Program or its derivative works.  These actions are
183
prohibited by law if you do not accept this License.  Therefore, by
184
modifying or distributing the Program (or any work based on the
185
Program), you indicate your acceptance of this License to do so, and
186
all its terms and conditions for copying, distributing or modifying
187
the Program or works based on it.
188

  
189
  6. Each time you redistribute the Program (or any work based on the
190
Program), the recipient automatically receives a license from the
191
original licensor to copy, distribute or modify the Program subject to
192
these terms and conditions.  You may not impose any further
193
restrictions on the recipients' exercise of the rights granted herein.
194
You are not responsible for enforcing compliance by third parties to
195
this License.
196

  
197
  7. If, as a consequence of a court judgment or allegation of patent
198
infringement or for any other reason (not limited to patent issues),
199
conditions are imposed on you (whether by court order, agreement or
200
otherwise) that contradict the conditions of this License, they do not
201
excuse you from the conditions of this License.  If you cannot
202
distribute so as to satisfy simultaneously your obligations under this
203
License and any other pertinent obligations, then as a consequence you
204
may not distribute the Program at all.  For example, if a patent
205
license would not permit royalty-free redistribution of the Program by
206
all those who receive copies directly or indirectly through you, then
207
the only way you could satisfy both it and this License would be to
208
refrain entirely from distribution of the Program.
209

  
210
If any portion of this section is held invalid or unenforceable under
211
any particular circumstance, the balance of the section is intended to
212
apply and the section as a whole is intended to apply in other
213
circumstances.
214

  
215
It is not the purpose of this section to induce you to infringe any
216
patents or other property right claims or to contest validity of any
217
such claims; this section has the sole purpose of protecting the
218
integrity of the free software distribution system, which is
219
implemented by public license practices.  Many people have made
220
generous contributions to the wide range of software distributed
221
through that system in reliance on consistent application of that
222
system; it is up to the author/donor to decide if he or she is willing
223
to distribute software through any other system and a licensee cannot
224
impose that choice.
225

  
226
This section is intended to make thoroughly clear what is believed to
227
be a consequence of the rest of this License.
228

229
  8. If the distribution and/or use of the Program is restricted in
230
certain countries either by patents or by copyrighted interfaces, the
231
original copyright holder who places the Program under this License
232
may add an explicit geographical distribution limitation excluding
233
those countries, so that distribution is permitted only in or among
234
countries not thus excluded.  In such case, this License incorporates
235
the limitation as if written in the body of this License.
236

  
237
  9. The Free Software Foundation may publish revised and/or new versions
238
of the General Public License from time to time.  Such new versions will
239
be similar in spirit to the present version, but may differ in detail to
240
address new problems or concerns.
241

  
242
Each version is given a distinguishing version number.  If the Program
243
specifies a version number of this License which applies to it and "any
244
later version", you have the option of following the terms and conditions
245
either of that version or of any later version published by the Free
246
Software Foundation.  If the Program does not specify a version number of
247
this License, you may choose any version ever published by the Free Software
248
Foundation.
249

  
250
  10. If you wish to incorporate parts of the Program into other free
251
programs whose distribution conditions are different, write to the author
252
to ask for permission.  For software which is copyrighted by the Free
253
Software Foundation, write to the Free Software Foundation; we sometimes
254
make exceptions for this.  Our decision will be guided by the two goals
255
of preserving the free status of all derivatives of our free software and
256
of promoting the sharing and reuse of software generally.
257

  
258
			    NO WARRANTY
259

  
260
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
262
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
266
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
267
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
REPAIR OR CORRECTION.
269

  
270
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
POSSIBILITY OF SUCH DAMAGES.
279

  
280
		     END OF TERMS AND CONDITIONS
281

282
	    How to Apply These Terms to Your New Programs
283

  
284
  If you develop a new program, and you want it to be of the greatest
285
possible use to the public, the best way to achieve this is to make it
286
free software which everyone can redistribute and change under these terms.
287

  
288
  To do so, attach the following notices to the program.  It is safest
289
to attach them to the start of each source file to most effectively
290
convey the exclusion of warranty; and each file should have at least
291
the "copyright" line and a pointer to where the full notice is found.
292

  
293
    <one line to give the program's name and a brief idea of what it does.>
294
    Copyright (C) <year>  <name of author>
295

  
296
    This program is free software; you can redistribute it and/or modify
297
    it under the terms of the GNU General Public License as published by
298
    the Free Software Foundation; either version 2 of the License, or
299
    (at your option) any later version.
300

  
301
    This program is distributed in the hope that it will be useful,
302
    but WITHOUT ANY WARRANTY; without even the implied warranty of
303
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
304
    GNU General Public License for more details.
305

  
306
    You should have received a copy of the GNU General Public License
307
    along with this program; if not, write to the Free Software
308
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
309

  
310

  
311
Also add information on how to contact you by electronic and paper mail.
312

  
313
If the program is interactive, make it output a short notice like this
314
when it starts in an interactive mode:
315

  
316
    Gnomovision version 69, Copyright (C) year name of author
317
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318
    This is free software, and you are welcome to redistribute it
319
    under certain conditions; type `show c' for details.
320

  
321
The hypothetical commands `show w' and `show c' should show the appropriate
322
parts of the General Public License.  Of course, the commands you use may
323
be called something other than `show w' and `show c'; they could even be
324
mouse-clicks or menu items--whatever suits your program.
325

  
326
You should also get your employer (if you work as a programmer) or your
327
school, if any, to sign a "copyright disclaimer" for the program, if
328
necessary.  Here is a sample; alter the names:
329

  
330
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
331
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
332

  
333
  <signature of Ty Coon>, 1 April 1989
334
  Ty Coon, President of Vice
335

  
336
This General Public License does not permit incorporating your program into
337
proprietary programs.  If your program is a subroutine library, you may
338
consider it more useful to permit linking proprietary applications with the
339
library.  If this is what you want to do, use the GNU Library General
340
Public License instead of this License.
0 341

  
tags/tmp_build/frameworks/_fwAndami/theme/andami-theme.xml
1
<AndamiProperties>
2
	<ApplicationImages>
3
		<SplashImages>
4
			<!--Splash path="theme/logoIver.png" timer="1000"/-->
5
			<Splash path="theme/splash.png" timer="10000" version="1.2" x="270" y="240" fontsize="18" color="80,170,240"/>
6
		</SplashImages>
7
		<!--BackgroundImage path="theme/logo_es.png"/-->
8
		<!--WallpaperType value="CENTERED"/-->
9
		<Icon path="theme/icon.png"/>
10
	</ApplicationImages>
11
	<ApplicationName value="gvSIG 1.2"/>
12
</AndamiProperties>
0 13

  
tags/tmp_build/frameworks/_fwAndami/src-test/com/iver/andami/AllTests.java
1
package com.iver.andami;
2

  
3
import junit.framework.Test;
4
import junit.framework.TestSuite;
5

  
6
public class AllTests {
7

  
8
	public static Test suite() {
9
		TestSuite suite = new TestSuite("Test for com.iver.andami");
10
		//$JUnit-BEGIN$
11

  
12
		//$JUnit-END$
13
		return suite;
14
	}
15

  
16
}
0 17

  
tags/tmp_build/frameworks/_fwAndami/config/text_it.properties
1
#Translations for language [it]
2
#Tue Nov 07 12:30:01 CET 2006
3
aceptar=Accetta
4
cancelar=Cancella
5
com.iver.andami.messages.Messages=
6
Ejecutando\ comando\:\ =Esegui comando\:
7
en=
8
error_parsing_comboscale_elements=Errore nell'esame degli elementi ComboScale
9
error_parsing_comboscale_value=Errore nell'esame del valore ComboScale
10
Error_reading_isocodes_file=Errore di lettura dei codici ISO della lingua
11
Icon_not_found_=Icona non trovata
12
KeyMapping.Caracter_no_valido=Carattere non valido\:
13
Launcher.config_mal_formado=. Documento 'config.xml' mal formato
14
Launcher.config_no_encontrado=. Documento 'config.xml' non trovato
15
Launcher.Dependencia_no_resuelta_en_plugin=La dipendenza non risulta in plugin
16
Launcher.Dos_skin_extension=Due skin-extension. Usare l'ultima
17
Launcher.Error_con_las_librerias_del_plugin=Errore con la libreria del plugin
18
Launcher.error_getting_class_loader_for_status_bar_control=Errore nell'ottenere il loader delle classi per la barra di stato
19
Launcher.Error_instanciando_la_extension=Errore ricorrendo all'estensione
20
Launcher.Error_localizando_la_clase_de_la_extension=Errore localizzando la classe dell'estensione
21
Launcher.Hay_dependencias_circulares=Ci sono dipendenze circolari tra i plugins
22
Launcher.Ignorando_el_directorio=Ignorando il registro
23
Launcher.labelset_class=Non si \u00e9 trovata la classe delle etichette (labelset)
24
Launcher.look_and_feel=Non si \u00e9 potuto porre il 'look and feel'
25
Launcher.No_se_encontro_la_clase_de_la_extension=Non si \u00e9 trovata la classe dell'estensione
26
Launcher.No_se_encontro_la_clase_mdi_manager=No si \u00e9 trovata la classe mdi manager
27
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=Non si \u00e9 potuto accedere alla clase mdi manager
28
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=Non si \u00e9 potuta salvare la configurazione di Andami
29
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=Non si \u00e9 potuto ricorrere alla classe mdi manager
30
Launcher.No_se_puede_acceder_a=Non si puo' accedere a
31
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=Si \u00e9 prodotto un errore salvando la configurazione dei plugins
32
Launcher.Two_extensions_with_the_same_priority=Due estensioni con la stessa priorita', se ne carichera' solo una.
33
Launcher.Two_menus_with_the_same_position=Due men\u00fa con la stessa posizione, se ne carichera' solo uno
34
login_exit=
35
login_invalid_user=
36
login_name=
37
login_ok=
38
login_password=
39
MDIFrame.Error_no_capturado_por_el_usuario=Errore non catturato per l'usario
40
MDIFrame.quiere_salir=Sei sicuro di voler uscire?
41
MDIFrame.salir=Uscire
42
MDIManagerFactory.No_skin_extension_in_the_plugins=Non si \u00e9 trovato nessuna estensione 'skin' tra i plugins
43
Messages._no_se_encontro_la_traduccion_para=Non si \u00e9 incontrata la traduzione per
44
Messages.no_se_encontro_la_traduccion_para=Non \u00e8 stata individuata la traduzione per
45
No_extension_associated_with_this_event_=Nessuna estensione associata a questo evento
46
No_se_encontro_la_traduccion_para=Non si \u00e9 incontrata la traduzione per
47
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=Due classi con lo stesso nome nel plugin
48
PluginClassLoader.Error_reading_file=Errore leggendo il file\:
49
PluginServices.Bug\ en\ el\ c\u00f3digo=Errore dell'applicazione
50
PluginServices.Bug_en_el_codigo=Bug nel codice
51
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=
52
PluginServices.Error_grave_de_la_aplicaci\u00f3n=Errore dell'applicazione. Si raccomanda di riavviare l'applicazione.
53
PluginServices.No_se_pudo_poner_el_reloj_de_arena=Non si \u00e9 potuta porre la clessidra
54
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=Non si \u00e9 potuto riparare il cursore del mouse
55
Preferences=Preferenze
56
restore_defaults=Ripristina opzioni predefinite
57
SplashWindow.Iniciando=Iniziando...
58
StatusBar.Aplicacion_iniciada=Applicazione iniziata
59
Unable_to_find_icon=Impossibile trovare icona
60
y_en=e in
0 61

  
tags/tmp_build/frameworks/_fwAndami/config/text.properties
1
#Translations for language [es]
2
#Mon Oct 30 09:38:21 CET 2006
3
aceptar=Aceptar
4
cancelar=Cancelar
5
com.iver.andami.messages.Messages=Mensaje
6
Ejecutando\ comando\:\ =Execute command\:
7
en=en
8
error_parsing_comboscale_elements=Error identificando los elementos del comboscale
9
error_parsing_comboscale_value=Error identificando el valor del comboscale
10
Error_reading_isocodes_file=Error al leer el fichero con los c\u00f3digos ISO de idioma
11
Icon_not_found_=No se encontr\u00f3 el icono
12
KeyMapping.Caracter_no_valido=Car\u00e1cter no v\u00e1lido\:
13
Launcher.config_mal_formado=. Fichero 'config.xml' mal formado
14
Launcher.config_no_encontrado=. Fichero 'config.xml' no encontrado
15
Launcher.Dependencia_no_resuelta_en_plugin=Dependencia no resuelta en plugin
16
Launcher.Dos_skin_extension=Dos skin-extension. Usamos el \u00faltimo
17
Launcher.Error_con_las_librerias_del_plugin=Error con las librer\u00edas del plugin
18
Launcher.error_getting_class_loader_for_status_bar_control=Error obteniendo el cargador de clases para la barra de estado
19
Launcher.Error_instanciando_la_extension=Error instanciando la extensi\u00f3n
20
Launcher.Error_localizando_la_clase_de_la_extension=Error localizando la clase de la extensi\u00f3n
21
Launcher.Hay_dependencias_circulares=Hay dependencias circulares entre los plugins
22
Launcher.Ignorando_el_directorio=Ignorando el directorio
23
Launcher.labelset_class=No se pudo encontrar la clase de las etiquetas (labelset)
24
Launcher.look_and_feel=No se pudo poner el 'look and feel'
25
Launcher.No_se_encontro_la_clase_de_la_extension=No se encontr\u00f3 la clase de la extensi\u00f3n
26
Launcher.No_se_encontro_la_clase_mdi_manager=No se encontr\u00f3 la clase mdi manager
27
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=No se pudo acceder a la clase mdi manager
28
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=No se pudo guardar la configuraci\u00f3n de Andami
29
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=No se pudo instanciar la clase mdi manager
30
Launcher.No_se_puede_acceder_a=No se puede acceder a
31
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=Se produjo un error guardando la configuraci\u00f3n de los plugins
32
Launcher.Two_extensions_with_the_same_priority=Dos extensiones con la misma prioridad, s\u00f3lo se cargar\u00e1 una.
33
Launcher.Two_menus_with_the_same_position=Dos men\u00faes con la misma posici\u00f3n, s\u00f3lo se cargar\u00e1 uno
34
login_exit=Salida
35
login_invalid_user=Usuario no v\u00c3\u00a1lido
36
login_name=Nombre
37
login_ok=Ok
38
login_password=Contrase\u00c3\u00b1a
39
MDIFrame.Error_no_capturado_por_el_usuario=Error no capturado por el usuario
40
MDIFrame.quiere_salir=\u00bfEst\u00e1 seguro de que quiere salir?
41
MDIFrame.salir=Salir
42
MDIManagerFactory.No_skin_extension_in_the_plugins=No se encontr\u00f3 ninguna extensi\u00f3n 'skin' entre los plugins
43
Messages._no_se_encontro_la_traduccion_para=No se encontr\u00f3 la traducci\u00f3n para
44
Messages.no_se_encontro_la_traduccion_para=No se encontr\u00f3 la traducci\u00f3n para
45
No_extension_associated_with_this_event_=No hay ninguna extensi\u00f3n asociada con este evento
46
No_se_encontro_la_traduccion_para=No se encontr\u00f3 la traducci\u00f3n para
47
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=Dos clases con el mismo nombre en el plugin
48
PluginClassLoader.Error_reading_file=Error leyendo fichero\:
49
PluginServices.Bug\ en\ el\ c\u00f3digo=Error de la aplicaci\u00f3n
50
PluginServices.Bug_en_el_codigo=Bug en el c\u00f3digo
51
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=Error grave de la aplicaci\u00f3n. Es conveniente que salgas de la aplicaci\u00f3n.
52
PluginServices.Error_grave_de_la_aplicaci\u00f3n=Error grave en la aplicaci\u00c3\u00b3n.
53
PluginServices.No_se_pudo_poner_el_reloj_de_arena=No se pudo poner el reloj de arena
54
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=No se pudo restaurar el cursor del rat\u00f3n
55
Preferences=Preferencias
56
restore_defaults=Restaurar opciones por defecto
57
SplashWindow.Iniciando=Iniciando...
58
StatusBar.Aplicacion_iniciada=Aplicaci\u00f3n iniciada
59
Unable_to_find_icon=No se pudo encontrar el icono
60
y_en=y en
61
No_se_encontro_la_extension_especificada_en_el_parametro_exclusiveUI=No se encontr\u00f3 la extensi\u00f3n especifiacada en el par\u00e1metro 'exclusiveUI':
62
Error_reading_plugin_persinstence_New_file_created_A_backup_was_made_on_=Error leyendo plugin-persistence.xml. Se crear? un fichero nuevo. Se ha hecho una copia de seguridad en
63
Error_reading_andami_config_New_file_created_A_backup_was_made_on_=Error leyendo andami-config.xml. Se crear? un fichero nuevo. Se ha hecho una copia de seguridad en
64
save_resources=Guardar recursos
65
select_resources_to_save_before_exit=Antes de salir se guardar\u00e1n los elementos que est\u00e9n seleccionados
66
deselect_all=Limpiar selecci\u00f3n
67
discard_changes=Descartar cambios
0 68

  
tags/tmp_build/frameworks/_fwAndami/config/text_zh.properties
1
#Translations for language [zh]
2
#Tue Dec 12 10:59:28 GMT+01:00 2006
3
aceptar=\u786e\u5b9a
4
cancelar=\u53d6\u6d88
5
com.iver.andami.messages.Messages=
6
Ejecutando\ comando\:\ =
7
en=
8
error_parsing_comboscale_elements=
9
error_parsing_comboscale_value=
10
Error_reading_isocodes_file=
11
Icon_not_found_=
12
KeyMapping.Caracter_no_valido=
13
Launcher.config_mal_formado=
14
Launcher.config_no_encontrado=
15
Launcher.Dependencia_no_resuelta_en_plugin=
16
Launcher.Dos_skin_extension=
17
Launcher.Error_con_las_librerias_del_plugin=
18
Launcher.error_getting_class_loader_for_status_bar_control=
19
Launcher.Error_instanciando_la_extension=
20
Launcher.Error_localizando_la_clase_de_la_extension=
21
Launcher.Hay_dependencias_circulares=
22
Launcher.Ignorando_el_directorio=
23
Launcher.labelset_class=
24
Launcher.look_and_feel=
25
Launcher.No_se_encontro_la_clase_de_la_extension=
26
Launcher.No_se_encontro_la_clase_mdi_manager=
27
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=
28
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=
29
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=
30
Launcher.No_se_puede_acceder_a=
31
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=
32
Launcher.Two_extensions_with_the_same_priority=
33
Launcher.Two_menus_with_the_same_position=
34
login_exit=
35
login_invalid_user=
36
login_name=
37
login_ok=
38
login_password=
39
MDIFrame.Error_no_capturado_por_el_usuario=
40
MDIFrame.quiere_salir=\u60a8\u786e\u5b9e\u8981\u9000\u51fa gvSIG \u5417?
41
MDIFrame.salir=\u9000\u51fa
42
MDIManagerFactory.No_skin_extension_in_the_plugins=
43
No_extension_associated_with_this_event_=
44
No_se_encontro_la_traduccion_para=
45
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=
46
PluginClassLoader.Error_reading_file=
47
PluginServices.Bug\ en\ el\ c\u00f3digo=
48
PluginServices.Bug_en_el_codigo=
49
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=
50
PluginServices.Error_grave_de_la_aplicaci\u00f3n=
51
PluginServices.No_se_pudo_poner_el_reloj_de_arena=
52
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=
53
Preferences=
54
restore_defaults=
55
SplashWindow.Iniciando=
56
StatusBar.Aplicacion_iniciada=
57
Unable_to_find_icon=
58
y_en=
0 59

  
tags/tmp_build/frameworks/_fwAndami/config/text_en.properties
1
#Translations for language [en]
2
#Mon Oct 30 09:38:21 CET 2006
3
aceptar=Accept
4
cancelar=Cancel
5
com.iver.andami.messages.Messages=Messages
6
Ejecutando\ comando\:\ =Execute command\:
7
en=In
8
error_parsing_comboscale_elements=Error parsing comboScale elements
9
error_parsing_comboscale_value=Error parsing comboScale value
10
Error_reading_isocodes_file=Error reading the isocodes file for languages
11
Icon_not_found_=Icon not found
12
KeyMapping.Caracter_no_valido=Invalid character
13
Launcher.config_mal_formado=. Malformed 'config.xml'
14
Launcher.config_no_encontrado='config.xml' not found
15
Launcher.Dependencia_no_resuelta_en_plugin=Unsatisfied plugin dependency
16
Launcher.Dos_skin_extension=Two skin-extension.
17
Launcher.Error_con_las_librerias_del_plugin=Plugin library error
18
Launcher.error_getting_class_loader_for_status_bar_control=Error getting class loader for status bar
19
Launcher.Error_instanciando_la_extension=Cannot instantiate extension
20
Launcher.Error_localizando_la_clase_de_la_extension=Cannot locate extension class
21
Launcher.Hay_dependencias_circulares=Plugin dependencies involved in circle
22
Launcher.Ignorando_el_directorio=Ignoring the directory
23
Launcher.labelset_class=Cannot find label set class (labelset)
24
Launcher.look_and_feel=Cannot set system 'look and feel'
25
Launcher.No_se_encontro_la_clase_de_la_extension=Cannot find extension class
26
Launcher.No_se_encontro_la_clase_mdi_manager=Cannot find mdi manager class
27
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=Cannot access mdi manager
28
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=Cannot save Andami configuration
29
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=Cannot instantiate mdi manager
30
Launcher.No_se_puede_acceder_a=Cannot access to
31
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=Cannot save plugins configuration
32
Launcher.Two_extensions_with_the_same_priority=Two extensions with the same priority. Only will load one.
33
Launcher.Two_menus_with_the_same_position=Two menus with the same position. Only will load one.
34
login_exit=Exit
35
login_invalid_user=Invalid user
36
login_name=Name
37
login_ok=ok
38
login_password=Password
39
MDIFrame.Error_no_capturado_por_el_usuario=User error
40
MDIFrame.quiere_salir=Exit gvSIG?
41
MDIFrame.salir=Exit
42
MDIManagerFactory.No_skin_extension_in_the_plugins=No skin extension in the plugins
43
Messages._no_se_encontro_la_traduccion_para=Cannot find translation for
44
Messages.no_se_encontro_la_traduccion_para=It hasn't been found the translation for
45
No_extension_associated_with_this_event_=No extension associated with this event
46
No_se_encontro_la_traduccion_para=Cannot find translation for
47
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=Two classes with the same name
48
PluginClassLoader.Error_reading_file=IO error\:
49
PluginServices.Bug\ en\ el\ c\u00f3digo=Application bug
50
PluginServices.Bug_en_el_codigo=Bug
51
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=Application error. It's strongly recommended to close the application.
52
PluginServices.Error_grave_de_la_aplicaci\u00f3n=Fatal error
53
PluginServices.No_se_pudo_poner_el_reloj_de_arena=Cannot set hour glass
54
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=Cannot restore cursor
55
Preferences=Preferences
56
restore_defaults=Restore defaults
57
SplashWindow.Iniciando=Starting...
58
StatusBar.Aplicacion_iniciada=Application started
59
Unable_to_find_icon=Unable to find icon
60
y_en=and in
61
save_resources=Save resources
62
select_resources_to_save_before_exit=Before exiting, the selected resources will be saved
63
deselect_all=Clear selection
64
discard_changes=Discard changes
0 65

  
tags/tmp_build/frameworks/_fwAndami/config/text_gl.properties
1
#Translations for language [gl]
2
#Mon Oct 30 09:38:21 CET 2006
3
aceptar=Aceptar
4
cancelar=Cancelar
5
com.iver.andami.messages.Messages=
6
Ejecutando\ comando\:\ =
7
en=
8
error_parsing_comboscale_elements=
9
error_parsing_comboscale_value=
10
Error_reading_isocodes_file=
11
Icon_not_found_=
12
KeyMapping.Caracter_no_valido=Car\u00e1cter non v\u00e1lido
13
Launcher.config_mal_formado=. Arquivo 'config.xml' mal formado
14
Launcher.config_no_encontrado=. Arquivo 'config.xml' non atopado
15
Launcher.Dependencia_no_resuelta_en_plugin=Dependencia non resolta no plugin
16
Launcher.Dos_skin_extension=D\u00faas skin-extension. Usamos a \u00faltima
17
Launcher.Error_con_las_librerias_del_plugin=Erro coas librar\u00edas do plugin
18
Launcher.error_getting_class_loader_for_status_bar_control=
19
Launcher.Error_instanciando_la_extension=Erro instanciando a extensi\u00f3n
20
Launcher.Error_localizando_la_clase_de_la_extension=Erro localizando a clase da extensi\u00f3n
21
Launcher.Hay_dependencias_circulares=Hai dependencias circulares entre os plugins
22
Launcher.Ignorando_el_directorio=Ignorando o directorio
23
Launcher.labelset_class=Non se puido atopar a clase de etiquetas (labelset)
24
Launcher.look_and_feel=Non se puido activar o 'look ans feel'
25
Launcher.No_se_encontro_la_clase_de_la_extension=Non se atopou a clase da extensi\u00f3n
26
Launcher.No_se_encontro_la_clase_mdi_manager=Non se atopou a clase mdi manager
27
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=Non se puido acceder \u00e1 clase mdi manager
28
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=Non se puido gardar a configuraci\u00f3n de Andami
29
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=Non se puido instanciar a clase mdi manager
30
Launcher.No_se_puede_acceder_a=Non se pode acceder a
31
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=Prod\u00faxose un erro ao gardar a configuraci\u00f3n dosplugins
32
Launcher.Two_extensions_with_the_same_priority=D\u00faas extensi\u00f3ns coa mesma prioridade, cargarase soamente unha
33
Launcher.Two_menus_with_the_same_position=Dous men\u00fas coa mesma posici\u00f3n, cargarase soamente un
34
login_exit=
35
login_invalid_user=
36
login_name=
37
login_ok=
38
login_password=
39
MDIFrame.Error_no_capturado_por_el_usuario=Erro non capturado polo usuario
40
MDIFrame.quiere_salir=Est\u00e1 seguro de que quere sa\u00edr?
41
MDIFrame.salir=Sa\u00edr
42
MDIManagerFactory.No_skin_extension_in_the_plugins=Non se atopou ningunha extensi\u00f3n 'skin' entre o splugins
43
Messages._no_se_encontro_la_traduccion_para=Non se atopou a traducci\u00f3n para
44
Messages.no_se_encontro_la_traduccion_para=Non se atopou a traducci\u00f3n para
45
No_extension_associated_with_this_event_=
46
No_se_encontro_la_traduccion_para=Non se atopou a traducci\u00f3n para
47
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=D\u00faas clases c\u00f3 mesmo nome no plugin
48
PluginClassLoader.Error_reading_file=Erro l\u00e9ndo arquivo\:
49
PluginServices.Bug\ en\ el\ c\u00f3digo=
50
PluginServices.Bug_en_el_codigo=Bug no c\u00f3digo
51
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=
52
PluginServices.Error_grave_de_la_aplicaci\u00f3n=
53
PluginServices.No_se_pudo_poner_el_reloj_de_arena=Non se puido activar o reloxio de area
54
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=Non se puido restaurar o cursor do rato
55
Preferences=
56
restore_defaults=
57
SplashWindow.Iniciando=Iniciando ...
58
StatusBar.Aplicacion_iniciada=Aplicaci\u00f3n iniciada
59
Unable_to_find_icon=
60
y_en=
0 61

  
tags/tmp_build/frameworks/_fwAndami/config/text_ca.properties
1
#Translations for language [ca]
2
#Mon Oct 30 09:38:21 CET 2006
3
aceptar=Acceptar
4
cancelar=Cancel\u00b7lar
5
com.iver.andami.messages.Messages=
6
Ejecutando\ comando\:\ =
7
en=
8
error_parsing_comboscale_elements=
9
error_parsing_comboscale_value=
10
Error_reading_isocodes_file=
11
Icon_not_found_=
12
KeyMapping.Caracter_no_valido=Car\u00e0cter no v\u00e0lid\:
13
Launcher.config_mal_formado=. Fitxer 'config.xml' mal format
14
Launcher.config_no_encontrado=. Fitxer 'config.xml' no trobat
15
Launcher.Dependencia_no_resuelta_en_plugin=Depend\u00e8ncia no resolta en el connector
16
Launcher.Dos_skin_extension=Dos skin-extension. Usem l'\u00faltim
17
Launcher.Error_con_las_librerias_del_plugin=Error amb les llibreries del connector
18
Launcher.error_getting_class_loader_for_status_bar_control=
19
Launcher.Error_instanciando_la_extension=Error instanciant l'extensi\u00f3
20
Launcher.Error_localizando_la_clase_de_la_extension=Error en localitzar la classe de l'extensi\u00f3
21
Launcher.Hay_dependencias_circulares=Hi ha depend\u00e8ncies circulars entre els connectors
22
Launcher.Ignorando_el_directorio=Ignorant el directori
23
Launcher.labelset_class=No s'ha pogut trobar la classe d'etiquetes (labelset)
24
Launcher.look_and_feel=
25
Launcher.No_se_encontro_la_clase_de_la_extension=No s'ha trobat la classe de l'extensi\u00f3
26
Launcher.No_se_encontro_la_clase_mdi_manager=No s'ha trobat la classe mdi manager
27
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=No s'ha pogut accedir a la classe mdi manager
28
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=No s'ha pogut guardar la configuraci\u00f3 d'Andami
29
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=No s'ha pogut instanciar la classe mdi manager
30
Launcher.No_se_puede_acceder_a=No es pot accedir a
31
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=S'ha produ\u00eft un error en guardar la configuraci\u00f3 dels connectors
32
Launcher.Two_extensions_with_the_same_priority=Dos extensions amb la mateixa prioritat, nom\u00e9s se'n carregar\u00e0 una.
33
Launcher.Two_menus_with_the_same_position=Dos men\u00fas amb la mateixa posici\u00f3, nom\u00e9s se'n carregar\u00e0 un
34
login_exit=
35
login_invalid_user=
36
login_name=
37
login_ok=
38
login_password=
39
MDIFrame.Error_no_capturado_por_el_usuario=Error no detectat per l'usuari
40
MDIFrame.quiere_salir=Est\u00e0 segur que vol eixir?
41
MDIFrame.salir=Eixir
42
MDIManagerFactory.No_skin_extension_in_the_plugins=No s'ha trobat cap extensi\u00f3 'skin' entre els connectors
43
Messages._no_se_encontro_la_traduccion_para=No s'ha trobat la traducci\u00f3 per a
44
Messages.no_se_encontro_la_traduccion_para=No s'ha trobat la traducci\u00f3 per a
45
No_extension_associated_with_this_event_=
46
No_se_encontro_la_traduccion_para=No s'ha trobat la traducci\u00f3 per a
47
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=Dos classes amb el mateix nom en el connector
48
PluginClassLoader.Error_reading_file=Error llegint el fitxer\:
49
PluginServices.Bug\ en\ el\ c\u00f3digo=
50
PluginServices.Bug_en_el_codigo=Error en el codi
51
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=
52
PluginServices.Error_grave_de_la_aplicaci\u00f3n=
53
PluginServices.No_se_pudo_poner_el_reloj_de_arena=No s'ha pogut posar el rellotge d'arena
54
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=No s'ha pogut restaurar el cursor del ratol\u00ed
55
Preferences=Prefer\u00e8ncies
56
restore_defaults=
57
SplashWindow.Iniciando=Iniciant...
58
StatusBar.Aplicacion_iniciada=Aplicaci\u00f3 iniciada
59
Unable_to_find_icon=
60
y_en=
0 61

  
tags/tmp_build/frameworks/_fwAndami/config/text_pt.properties
1
#Translations for language [pt]
2
#Mon Oct 30 09:38:21 CET 2006
3
aceptar=Aceitar
4
cancelar=Cancelar
5
com.iver.andami.messages.Messages=
6
Ejecutando\ comando\:\ =
7
en=
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff