Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.lib / org.gvsig.scripting.lib.impl / src / main / java / org / gvsig / scripting / impl / DefaultScriptingScript.java @ 468

History | View | Annotate | Download (15.8 KB)

# Date Author Comment
468 11/29/2015 08:40 PM Joaquín del Cerro Murciano

Rehechas muchisimas cosas.... incluido soporte para R (renjin)

453 03/07/2014 12:41 PM Joaquín del Cerro Murciano
442 01/26/2014 02:06 AM Joaquín del Cerro Murciano
441 12/13/2013 06:02 PM Joaquín del Cerro Murciano
421 02/05/2013 01:27 PM Joaquín del Cerro Murciano

Corrije algunos errores relacionados con lanzar el script en un thread aparte.

415 12/27/2012 02:25 PM Juan Lucas Domínguez

Fixed some issues with scripts

406 12/26/2012 10:58 AM Joaquín del Cerro Murciano
391 12/18/2012 12:18 PM Víctor Acevedo

Added method to register disposable script objects

373 11/05/2012 09:17 AM Joaquín del Cerro Murciano

- añadido al API de ScriptBaseScript el metodo getResource(filename) para permitir acceder
a recursos que esten fisicamente junto al script.

- Añadido al API de ScriptingFolder el metodo getPathFile() similar a getPath() pero
que retorna un File en lungar de un Script....

301 10/10/2011 02:01 PM Joaquín del Cerro Murciano
241 04/20/2011 01:44 PM Cesar Ordiñana

Move to the new structure

229 01/11/2011 09:51 AM Cesar Ordiñana

Use invokeFunction without parameters if they are null, as in the jython engines an error is produced if null is passed to the main function

225 01/10/2011 03:51 PM Cesar Ordiñana

Use the lowercase language name

212 12/20/2010 05:33 PM Cesar Ordiñana

Update to the last tools version.
Remove most compiler warnings.

171 11/11/2009 10:15 AM jobacas
164 11/06/2009 01:27 PM jobacas