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:
---
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.
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
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
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
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
__