Re: [JPP-Devel] Roadmatcher for OJ 1.10

2016-12-13 Thread edgar . soldin
On 12.12.2016 22:00, Michaël Michaud wrote: > Hi Ede, > > No problem, if you revert the code in the core, I'll revert the code in > Roadmatcher. done > But maybe changing back the method signature will now break the core... > let's see. nP.. got that covered.. ede --

Re: [JPP-Devel] Roadmatcher for OJ 1.10

2016-12-12 Thread Michaël Michaud
Hi Ede, No problem, if you revert the code in the core, I'll revert the code in Roadmatcher. But maybe changing back the method signature will now break the core... let's see. Michaël Le 12/12/2016 à 12:06, edgar.sol...@web.de a écrit : > On 07.12.2016 20:46, Michaël Michaud wrote: >> a thir

Re: [JPP-Devel] Roadmatcher for OJ 1.10

2016-12-12 Thread edgar . soldin
On 07.12.2016 20:46, Michaël Michaud wrote: > a third problem arose with WorkbenchContext#getErrorHandler where you > changed the return type from ErrorHandler to ErrorHandler2 > I thought this is OK (called covariance isn't it), but fort a reason, I > get compilation errors. Maybe you know why.

Re: [JPP-Devel] Roadmatcher for OJ 1.10

2016-12-07 Thread Michaël Michaud
Hi, Several things : 2 methods of which I had reduced the visibility in OpenJUMP core. I'll be more careful in my next update. one regression due to the generification of CollectionMap. Usually, generification does not imply regressions, but this case was quite complex with array of collectio

Re: [JPP-Devel] Roadmatcher for OJ 1.10

2016-12-07 Thread edgar . soldin
can you quickly elaborate what broke it? ..ede On 07.12.2016 08:52, Michaël Michaud wrote: > Hi, > > I just upgraded RoadMatcher so that it is compatible with future OJ1.10 > (need last NB of OJ) > > https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ > > Please,

Re: [JPP-Devel] Roadmatcher for OJ 1.10

2016-12-07 Thread Giuseppe Aruta
Thanks Michael Il 07/Dic/2016 08:52, "Michaël Michaud" ha scritto: > Hi, > > I just upgraded RoadMatcher so that it is compatible with future OJ1.10 > (need last NB of OJ) > > https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More% > 20Plugins/ > > Please, report any problem, >

[JPP-Devel] Roadmatcher for OJ 1.10

2016-12-06 Thread Michaël Michaud
Hi, I just upgraded RoadMatcher so that it is compatible with future OJ1.10 (need last NB of OJ) https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ Please, report any problem, Michaël

Re: [JPP-Devel] RoadMatcher 1.5.1

2014-11-22 Thread Michael Michaud
> RoadMatcher is fine and unique tool and it would be a pity if it would become > a zombie. Thanks to you it has now extented life as a living plugin. > > Dead plugins make me think that I must do some research with the WFS plugin. > It does not live but perhaps I can find some combination from t

Re: [JPP-Devel] RoadMatcher 1.5.1

2014-11-22 Thread Rahkonen Jukka (Tike)
Thanks Michaël, RoadMatcher is fine and unique tool and it would be a pity if it would become a zombie. Thanks to you it has now extented life as a living plugin. Dead plugins make me think that I must do some research with the WFS plugin. It does not live but perhaps I can find some combinati

[JPP-Devel] RoadMatcher 1.5.1

2014-11-22 Thread Michael Michaud
Hi Jumpers, I just uploaded a new version of RoadMatcher : 1.5.1 https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Roadmatcher%201.5%20for%20OJ1.7/ Not much new, I just checked it works with current version of OpenJUMP and deactivated invisible plugins conflicting

[JPP-Devel] Roadmatcher 1.5 for OpenJUMP 1.7

2014-05-10 Thread Michael Michaud
Hi, A new version of Roadmatcher has just been uploaded. It is numbered 1.5 and is compatible with OpenJUMP current build and upcoming OpenJUMP 1.7 version. https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Roadmatcher%201.5%20for%20OJ1.7/ Michaël --

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-27 Thread Martin Davis
The FUTURE classes are ones that added or enhanced functionality of classes which weren't easily changed directly. For example, sometimes JUMP/JCS would need to move faster than JTS, so the JTS code was forked, updated, and then named FUTURE. That's my memory of how it worked, anyway... On 1

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-27 Thread edgar . soldin
the errorstack gave a good hint. it alternated between both classes in the same sourcecode lines ;).. ergo infinite loop ..ede On 27.10.2012 11:19, Michaël Michaud wrote: > Hi, > > Good catch ! > Now understand, but it was not so obvious for me, > especially without looking at RoadMatcher source

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-27 Thread Michaël Michaud
Hi, Good catch ! Now understand, but it was not so obvious for me, especially without looking at RoadMatcher source code ;-) Michaël > On 26.10.2012 21:41, Michaël Michaud wrote: >> Hi Ede, >>> Now it works in the latest snapshot >>> (Thanks to Ede!) >> Good job Ede. >> Can you briefly explain yo

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-27 Thread edgar . soldin
On 26.10.2012 21:41, Michaël Michaud wrote: > Hi Ede, >> Now it works in the latest snapshot >> (Thanks to Ede!) > Good job Ede. > Can you briefly explain your fix, I had a quick look but am too lazy > to try to understand. How a method of FeatureInstaller could call > a method of FUTURE_FeatureIns

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Michaël Michaud
Hi Ede, > Now it works in the latest snapshot > (Thanks to Ede!) Good job Ede. Can you briefly explain your fix, I had a quick look but am too lazy to try to understand. How a method of FeatureInstaller could call a method of FUTURE_FeatureInstaller ? Michaël > > Have a nice weekend! > > uwe > > >

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread edgar . soldin
more than most i'd say... wrt your future knowledge ;).. ede On 26.10.2012 20:37, Michaël Michaud wrote: > Hi, >> ah good to know. >> So someone knows then about "FUTURE_FeatureInstaller"... MM? > In JCS code (and apparently in Roadmatcher) there are **many** classes called > FUTURE_xxx > I guess

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Stefan Steiniger
thanks Michael. Makes sense - I remember there was always a talk about JUMP 2.0, which later was then uDig. So as there never was a JUMP 2, maybe we have those classes now. cheers, stefan Am 26.10.12 15:37, schrieb Michaël Michaud: > Hi, >> ah good to know. >> So someone knows then about "FUTUR

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Michaël Michaud
Hi, ah good to know. So someone knows then about "FUTURE_FeatureInstaller"... MM? In JCS code (and apparently in Roadmatcher) there are **many** classes called FUTURE_xxx I guess it was a preparation for a new release. In OpenJUMP, we still have a relic (com.vividsolutions.jump.io.FUTURE_JTS_W

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread edgar . soldin
wrt FUTURE_FeatureInstaller see my commit note http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot?view=revision&revision=3052 dunno about the roads.. not listening to radio and not leaving the city center ;) ..ede On 26.10.2012 15:23, Stefan Steiniger wrote: > ah good to know. > So someon

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Stefan Steiniger
ah good to know. So someone knows then about "FUTURE_FeatureInstaller"... MM? well.. for me Friday has just begun. So still a bit away from weekend ;) I am listening to German radio in the morning... and hear that holidays begin there and streets are crowded today. stefan Am 26.10.12 10:20, sc

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Uwe Dalluege
Hi Stefan, the RoadMatcher-PlugIn was not so easy to find because it is hidden under "More Plugins" http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ Now it works in the latest snapshot (Thanks to Ede!) Have a nice weekend! uwe Am 26.10.2012 15:10, schrieb Ste

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Stefan Steiniger
Hi Uwe, if I understood, put it in: /lib/ext/ what Ede tries to say is that subfolders of lib/ext/ will not be browsed anymore, only the ext folder itself. Maybe another question: where did you download the roadmatcher from? from our SourceForge page? cheers, stefan Am 26.10.12 09:30, schrieb

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Uwe Dalluege
sorry... thats too high for me :-( Belongs jcommon-0.8.4.jar jfreechart-0.9.9.jar roadmatcher14forOJ.jar to lib/ext or to lib? uwe Am 26.10.2012 14:23, schrieb edgar.sol...@web.de: > if it pop's up with a class not found error yes... i am not sure anymore > about the changes i did during the

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread edgar . soldin
if it pop's up with a class not found error yes... i am not sure anymore about the changes i did during the startup speedup for 1.5.2 .. lib/ext/jars might end up in the classpath. jars in subfolders like lib/ext/foobar/ will definitely not end up in classpath anymore. something like dat.. ede

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Uwe Dalluege
what do you mean? I found three jar files in the roadmatcher zip file and put them to /lib/ext jcommon-0.8.4.jar jfreechart-0.9.9.jar roadmatcher14forOJ.jar Was this wrong? uwe Am 26.10.2012 14:08, schrieb edgar.sol...@web.de: > please try revision 3052.. should work now > keep in mind extensi

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread edgar . soldin
please try revision 3052.. should work now keep in mind extension jar belongs to lib/ext, other jars into lib/ ..ede On 26.10.2012 13:22, Uwe Dalluege wrote: > Hi Ede, > > now I tested it with: > Version 20121025 snapshot rev.3051 > 25. October 2012 > > and I got the same error! > > > Regards

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Uwe Dalluege
Hi Ede, now I tested it with: Version 20121025 snapshot rev.3051 25. October 2012 and I got the same error! Regards Uwe Am 26.10.2012 12:24, schrieb edgar.sol...@web.de: > does this happen with the current snapshot also? could you plesae try? > > anybody an idea what com.vividsolutions.jcs.j

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Uwe Dalluege
Hi Ede, I tested it with Version 20120905 snapshot rev.2998 05. September 2012 CORE version and JRE 1.7u7 and windows 64 bit. uwe Am 26.10.2012 12:24, schrieb edgar.sol...@web.de: > does this happen with the current snapshot also? could you plesae try? > > anybody an idea what com.vividsolutio

Re: [JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread edgar . soldin
does this happen with the current snapshot also? could you plesae try? anybody an idea what com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller actually is? ..ede On 26.10.2012 10:45, Uwe Dalluege wrote: > Hi, > > after I copy the RoadMatcher-PlugIn (3 files) to the lib\ext > directory I get

[JPP-Devel] RoadMatcher PlugIn StackOverflowError

2012-10-26 Thread Uwe Dalluege
Hi, after I copy the RoadMatcher-PlugIn (3 files) to the lib\ext directory I get an error when starting OpenJUMP 1.5.2 java.lang.StackOverflowError at com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666) at com.vividsolution

Re: [JPP-Devel] RoadMatcher

2008-02-11 Thread Michaël Michaud
Hi Craig, RoadMatcher is a very nice plugin, but I never took the time to test it extensively. I tested JCS and made some of its most useful plugins available for OpenJUMP in the "Quality Assurance" extension (available on OpenJUMP site). I would have liked to include more plugins (correction/co

[JPP-Devel] RoadMatcher

2008-02-11 Thread A. Craig West
Has anybody looked at getting the RoadMatcher and the JCS working in the openjump codebase? I've seen occasional mention of it, but so far it doesan't appear to be of much concern to anybody. How much interest would there be in somebody (ie. me, if nobody else is able) doing this? -Craig -