Re: [JPP-Devel] too old java version on my Mac?

2016-01-09 Thread Stefan Steiniger
thanks Michael! Am 09.01.16 um 15:52 schrieb Michaël Michaud: > Hi, > > OpenJUMP CORE source code contained only 5 classes using java7+ features > Most of them did not add much. I fixed them except the use of > GraphicsDevice.WindowTranslucency in GuiUtils. > > The first error you get should be

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

2016-01-09 Thread jump-pilot-svn
Revision: 4743 http://sourceforge.net/p/jump-pilot/code/4743 Author: michaudm Date: 2016-01-09 17:50:33 + (Sat, 09 Jan 2016) Log Message: --- Fix a regression introduced in r4720 in PostGISWriter Revision Links: --

Re: [JPP-Devel] SVN: [4744] core/trunk

2016-01-09 Thread edgar . soldin
hey Mike, what's that about? are you aware that DelegatingDriver wraps _all_ jdbc drivers loaded in PLUS ? ..ede On 09.01.2016 19:39, jump-pilot-...@lists.sourceforge.net wrote: > Modified: > core/trunk/src/com/vividsolutions/jump/datastore/jdbc/DelegatingDriver.java >

Re: [JPP-Devel] SVN: [4744] core/trunk

2016-01-09 Thread edgar . soldin
let me investigate some more and come back to you, also on your other email. ..ede On 09.01.2016 21:41, Michaël Michaud wrote: > Hi Ede, > > Are embeded jdbc drivers really implementing getParentLogger method > which is a > java 1.7+ feature ? > The DelegatingDriver.getParentLogger method was

Re: [JPP-Devel] SVN: [4744] core/trunk

2016-01-09 Thread Michaël Michaud
Hi Ede, Are embeded jdbc drivers really implementing getParentLogger method which is a java 1.7+ feature ? The DelegatingDriver.getParentLogger method was tagged as unused in my IDE. But I admit I don't know exactly what it is supposed to do. As we are nearly java6 compatible, I think it would

[JPP-Devel] SVN: [4745] core/trunk/src/language/jump_de.properties

2016-01-09 Thread jump-pilot-svn
Revision: 4745 http://sourceforge.net/p/jump-pilot/code/4745 Author: mentaer Date: 2016-01-09 22:00:32 + (Sat, 09 Jan 2016) Log Message: --- translation to german for 1.9 - first part (shall continue tomorrow - hopefully) Modified Paths: --

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

2016-01-09 Thread jump-pilot-svn
Revision: 4744 http://sourceforge.net/p/jump-pilot/code/4744 Author: michaudm Date: 2016-01-09 18:39:42 + (Sat, 09 Jan 2016) Log Message: --- 4 small fixes to make OpenJUMP 1.9 version java6 compatible Modified Paths: -- core/trunk/ChangeLog

[JPP-Devel] too old java version on my Mac?

2016-01-09 Thread Stefan Steiniger
Hey, just fired up the latest snapshot (rev 4742) on my Mac (the old one, now) and wanted to save a project. I get: java.lang.NoSuchMethodError: java.lang.System.lineSeparator()Ljava/lang/String; at com.vividsolutions.jump.util.FileUtil.setContents(FileUtil.java:203) at

Re: [JPP-Devel] too old java version on my Mac?

2016-01-09 Thread Michaël Michaud
Hi, OpenJUMP CORE source code contained only 5 classes using java7+ features Most of them did not add much. I fixed them except the use of GraphicsDevice.WindowTranslucency in GuiUtils. The first error you get should be fixed. Ede, is the use of WindowTranslucency avoided in a java6