Re: [JPP-Devel] happy holidays to the OpenJUMPers

2015-12-24 Thread Giuseppe Aruta
Hey Stefan! Happy Holydays and Merry Christmass to you and to all OJ members. I am at the Southern Emisphere "tambien" and met Stefan a week ago (It was nice to see again after 2 years! - like Second International OpenJUPers Meeting in South America). We are doing a great job and think we still hav

[JPP-Devel] happy holidays to the OpenJUMPers

2015-12-24 Thread Stefan Steiniger
Hey guys, just want to send you my happy holiday wishes and congratulate to the tremendous work that you guys have been doing, in particular the last month! :). I just looked at the stats and am impressed: OpenJUMP 1.8 has been downloaded around 28.000 times (!!) since its release. Its kind of

Re: [JPP-Devel] update sqlite

2015-12-24 Thread Larry Reeder
Forgot the link: https://sourceforge.net/projects/jumpdbqplugin/files/jumpdbqplugin/jumpdbqplugin-1.1.1/ -lreeder On Thu, Dec 24, 2015 at 8:44 AM, Larry Reeder wrote: > Ede and other OJ'ers, > > An early Merry Christmas to you! I've released a new version of the > DBQuery plugin. No signifi

Re: [JPP-Devel] update sqlite

2015-12-24 Thread Larry Reeder
Ede and other OJ'ers, An early Merry Christmas to you! I've released a new version of the DBQuery plugin. No significant changes - I just added a default properties file and updated SQLite to v3.8.11.2 as Ede suggested. Jukka, once things settle down after Christmas, I will look at patching the

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

2015-12-24 Thread Alberto De Luca
, > > R4666 did not build > > > http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/OpenJUMP-20151224-r4666.log/download > > -Jukka- > > -Alkuperäinen viesti- > Lähettäjä: jump-pilot-...@lists.sourceforge.net [mailto: > jump-pilot-...@lists.s

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

2015-12-24 Thread jump-pilot-svn
Revision: 4667 http://sourceforge.net/p/jump-pilot/code/4667 Author: bertazza Date: 2015-12-24 14:05:02 + (Thu, 24 Dec 2015) Log Message: --- Fixed broken 4666 commit Info feature tool: fixed issue related to dirty url Modified Paths: -- core/trunk/Chang

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

2015-12-24 Thread Rahkonen Jukka (MML)
, what error do you get? It builds for me... Alberto On 24 December 2015 at 13:58, Rahkonen Jukka (MML) mailto:jukka.rahko...@maanmittauslaitos.fi>> wrote: Hi, R4666 did not build http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/OpenJUMP-20151224-r4666.log/download

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

2015-12-24 Thread Alberto De Luca
Jukka, what error do you get? It builds for me... Alberto On 24 December 2015 at 13:58, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > R4666 did not build > > > http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/OpenJUMP-201

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

2015-12-24 Thread Rahkonen Jukka (MML)
Hi, It looks that GetMap is not removed from the GetFeatureInfo request which makes at least Geoserver to fail Single value expected for request parameter request but instead found: [GetMap, GetFeatureInfo] -Jukka- -Alkuperäinen viesti- Lähettäjä: jump-pilot-...@lists.sourceforge.net

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

2015-12-24 Thread Rahkonen Jukka (MML)
Hi, R4666 did not build http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/OpenJUMP-20151224-r4666.log/download -Jukka- -Alkuperäinen viesti- Lähettäjä: jump-pilot-...@lists.sourceforge.net [mailto:jump-pilot-...@lists.sourceforge.net] Lähetetty: 24. joulukuuta 2015

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

2015-12-24 Thread Alberto De Luca
Hi. @Ede 1) that is something added by eclipse ( http://stackoverflow.com/questions/654037/what-does-non-nls-1-mean). I took it away from the WMS-related files, but you will find it in several other files. 2) yes, changing the API of TaskFrame wasn't brilliant... I reverted to it's original state

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

2015-12-24 Thread jump-pilot-svn
Revision: 4666 http://sourceforge.net/p/jump-pilot/code/4666 Author: bertazza Date: 2015-12-24 12:33:54 + (Thu, 24 Dec 2015) Log Message: --- Removed IOExpcetion throw from TaskFrame Modified Paths: -- core/trunk/ChangeLog core/trunk/src/com/vividsol

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

2015-12-24 Thread jump-pilot-svn
Revision: 4665 http://sourceforge.net/p/jump-pilot/code/4665 Author: bertazza Date: 2015-12-24 12:03:26 + (Thu, 24 Dec 2015) Log Message: --- Info feature tool for WMS: info shown only for visible layers, added &FEATURE_COUNT=10 parameter, and changed method to retrieve

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

2015-12-24 Thread edgar . soldin
hey Alberto, i have some questions/comments 1. in several files eg. Parser.java you added lines ending with '//$NON-NLS-1$' . why? 2. you insert wms code (url appending) directly into the featureinfotool up to the point that it even runs the web request. why don't you use the wms package? i