Hei again, I can start now Sextante within OpenJUMP from within Eclipse. However, there are no algorithms shown in the toolbox. So is there a way to register/initialize the algorithms in eclipse? For instance in OpenJUMP I have the option to define a plugin-in-directory (using the program arguments, and put the jars there) or use the program argument option -properties with a xml file that contains the algorithms I want to load.
Do you have some similar mechanism? (Although, I am not sure if that would work at all, since the command line argument would need to be set for the Desktop GIS that I am starting and this would need to transfer the argument to Sextante???) If not, I guess I will do all of my following developments/testing directly from within openjump plugins that use sextante classes. Btw. I probably try to figure out next what is going wrong with the one-band tiff images that are returned to OJ and can't display/store them properly from there stefan the properties file option is for instance: -properties c:\dev\eclwork\openabode\src\workbench-properties.xml in the arguments section and the file can look like this: <workbench> <!--plug-in> ====== Sextante ===== </plug-in--> <extension> es.unex.sextante.openjump.extensions.SextanteToolboxExtension</extension> <extension> es.unex.sextante.openjump.extensions.SextanteModelerExtension</extension> <extension> es.unex.sextante.openjump.extensions.SextanteResultsExtension</extension> <extension> es.unex.sextante.openjump.extensions.SextanteCommandLineExtension</extension> <extension> es.unex.sextante.openjump.extensions.SextanteHistoryExtension</extension> <!--plug-in> ====== PlugIns ===== </plug-in--> <plug-in> ca.ucalgary.engg.moveantools.ojplugin.DisplayMovementTracksPlugIn</plug-in> <plug-in> ca.ucalgary.engg.moveantools.ojplugin.CalculateMinimumConvexPolygonPlugIn</plug-in> </workbench> _______________________________________________ Sextante-users mailing list [email protected] https://lists.forge.osor.eu/listinfo/sextante-users
