[JPP-Devel] AbstractPlugIn and EnableCheck

2016-11-05 Thread Michaël Michaud
Hi Ede, A question about plugin design. In 2012, you added both - an EnableCheck interface implemented by AbstractPlugIn - an implementation of this interface in AbstractPlugIn which retrieve older createEnableCheck method by reflexion I'd like to add a comment in the code. Am I right to say -

Re: [JPP-Devel] SVN: [5155] core/trunk/src/org/openjump/core/ui/plugin/datastore/postgis/ SaveToPostGISDataSource.java

2016-11-05 Thread Giuseppe Aruta
Hi Michael > there is a problem on this revision. See OpenJUMP-20161105-r5155.log > Peppe > > 2016-11-05 13:07 GMT+01:00 : > >> Revision: 5155 >> http://sourceforge.net/p/jump-pilot/code/5155 >> Author: michaudm >> Date: 2016-11-05 12:07:05 +000

Re: [JPP-Devel] SVN: [5155] core/trunk/src/org/openjump/core/ui/plugin/datastore/postgis/ SaveToPostGISDataSource.java

2016-11-05 Thread Michaël Michaud
Hi, Sorry Peppe, I forgot to commit my last change. Should be fixed now. I'll watch the automatic build to make sure, Michaël Le 05/11/2016 à 18:55, Giuseppe Aruta a écrit : Hi Michael there is a problem on this revision. See OpenJUMP-20161105-r5155.log Peppe 2016-11-05 13:07 GMT+

[JPP-Devel] SVN: [5160] core/trunk/src/org/openjump/core/ui/plugin/datastore

2016-11-05 Thread jump-pilot-svn
Revision: 5160 http://sourceforge.net/p/jump-pilot/code/5160 Author: michaudm Date: 2016-11-05 20:04:26 + (Sat, 05 Nov 2016) Log Message: --- Handle to multigeom transformations for updates : fix Modified Paths: -- core/trunk/src/org/openjump/core/ui/pl

Re: [JPP-Devel] SVN: [5155] core/trunk/src/org/openjump/core/ui/plugin/datastore/postgis/ SaveToPostGISDataSource.java

2016-11-05 Thread Giuseppe Aruta
Hi Michael there is a problem on this revision. See OpenJUMP-20161105-r5155.log Peppe 2016-11-05 13:07 GMT+01:00 : > Revision: 5155 > http://sourceforge.net/p/jump-pilot/code/5155 > Author: michaudm > Date: 2016-11-05 12:07:05 + (Sat, 05 Nov 2016) &

[JPP-Devel] SVN: [5159] plug-ins/SextantePlugIn

2016-11-05 Thread jump-pilot-svn
Revision: 5159 http://sourceforge.net/p/jump-pilot/code/5159 Author: ma15569 Date: 2016-11-05 15:12:01 + (Sat, 05 Nov 2016) Log Message: --- Updated Sextante source code Modified Paths: -- plug-ins/SextantePlugIn/src/org/openjump/sigle/plugin/tutorial/H

[JPP-Devel] SVN: [5158] core/trunk/lib/plus

2016-11-05 Thread jump-pilot-svn
Revision: 5158 http://sourceforge.net/p/jump-pilot/code/5158 Author: ma15569 Date: 2016-11-05 15:05:53 + (Sat, 05 Nov 2016) Log Message: --- Updated OJ Sextante binding Added Paths: --- core/trunk/lib/plus/ojsextante_binding_nov2016a.jar Removed Paths:

[JPP-Devel] SVN: [5157] core/trunk/lib/plus/sextante_help/en/general

2016-11-05 Thread jump-pilot-svn
Revision: 5157 http://sourceforge.net/p/jump-pilot/code/5157 Author: ma15569 Date: 2016-11-05 15:01:13 + (Sat, 05 Nov 2016) Log Message: --- Updated Sextante docs Modified Paths: -- core/trunk/lib/plus/sextante_help/en/general/about.htm Added Paths: ---

[JPP-Devel] SVN: [5156] core/trunk/src/org/openjump/core/ui/plugin/datastore/ WritableDataStoreDataSource.java

2016-11-05 Thread jump-pilot-svn
Revision: 5156 http://sourceforge.net/p/jump-pilot/code/5156 Author: michaudm Date: 2016-11-05 12:30:46 + (Sat, 05 Nov 2016) Log Message: --- Handle to multigeom transformations for updates Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/d

Re: [JPP-Devel] Meaning of PostGIS table (new)

2016-11-05 Thread Michaël Michaud
Hi Jukka, PostGIS writer now detects if the geometry column is of type Multi*. In this case it should wraps geometry inserts using the ST_Multi postgis function. Let me know if it solves the problem for you. I also added two functions in geometry functions plugin to wrap/unwrap single geometr

[JPP-Devel] SVN: [5155] core/trunk/src/org/openjump/core/ui/plugin/datastore/postgis/ SaveToPostGISDataSource.java

2016-11-05 Thread jump-pilot-svn
Revision: 5155 http://sourceforge.net/p/jump-pilot/code/5155 Author: michaudm Date: 2016-11-05 12:07:05 + (Sat, 05 Nov 2016) Log Message: --- Fix regression with schema handling in old save to postgis plugin Modified Paths: -- core/trunk/src/org/openjum

[JPP-Devel] SVN: [5154] core/trunk

2016-11-05 Thread jump-pilot-svn
Revision: 5154 http://sourceforge.net/p/jump-pilot/code/5154 Author: michaudm Date: 2016-11-05 11:49:54 + (Sat, 05 Nov 2016) Log Message: --- Add two geometry functions to wrap/unwrap geom into/from multigeometry Modified Paths: -- core/trunk/ChangeLog

[JPP-Devel] SVN: [5153] core/trunk

2016-11-05 Thread jump-pilot-svn
Revision: 5153 http://sourceforge.net/p/jump-pilot/code/5153 Author: michaudm Date: 2016-11-05 11:00:24 + (Sat, 05 Nov 2016) Log Message: --- Writable PostGIS driver apply a ST_Multi transformation to geometries if it detected that the distant table has a MultiGeomet