[JPP-Devel] SVN: [5978] core/trunk/src/org/openjump/core/ui/util/LayerableUtil.java

2018-10-12 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5978 http://sourceforge.net/p/jump-pilot/code/5978 Author: ma15569 Date: 2018-10-12 11:45:51 + (Fri, 12 Oct 2018) Log Message: --- Changed to org.openjump.sigle.utilities.geom.FeatureCollectionUtil methods which seem to work better Modified Paths: ---

Re: [JPP-Devel] Error compiling OJ

2018-10-12 Thread Giuseppe Aruta
I apologize I updated OJ to newer libraries Peppe Il giorno ven 12 ott 2018 alle ore 11:26 ha scritto: > On 12.10.2018 11:04, Nicolas Ribot wrote: > > Hello, > > > > I was unable to compile OJ after an update: > > in org.openjump.core.apitools.IOTools, line 31, I have to replace: > > import org.

[JPP-Devel] SVN: [5977] core/trunk/src/org/openjump/core/apitools/IOTools.java

2018-10-12 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5977 http://sourceforge.net/p/jump-pilot/code/5977 Author: edso Date: 2018-10-12 09:26:28 + (Fri, 12 Oct 2018) Log Message: --- fix wrong import Modified Paths: -- core/trunk/src/org/openjump/core/apitools/IOTools.java Modified: core/trunk/src

Re: [JPP-Devel] Error compiling OJ

2018-10-12 Thread edgar . soldin
On 12.10.2018 11:04, Nicolas Ribot wrote: > Hello, > > I was unable to compile OJ after an update: > inĀ org.openjump.core.apitools.IOTools, line 31, I have to replace: > import org.apache.commons.lang.StringUtils; > by > import org.apache.commons.lang3.StringUtils; > > to correct the problem. > A

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

2018-10-12 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5976 http://sourceforge.net/p/jump-pilot/code/5976 Author: elnico Date: 2018-10-12 09:19:25 + (Fri, 12 Oct 2018) Log Message: --- New mechanism for SpatialDatabasesDSMetadata to get information about spatial tables: done in one query, to reduce the number of q

[JPP-Devel] Error compiling OJ

2018-10-12 Thread Nicolas Ribot
Hello, I was unable to compile OJ after an update: in org.openjump.core.apitools.IOTools, line 31, I have to replace: import org.apache.commons.lang.StringUtils; by import org.apache.commons.lang3.StringUtils; to correct the problem. Am I missing a lib ? Thanks Nicolas __