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

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 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. I replaced ErrorHandler
>> usage by ErrorHandler2 in RoadMatcher.
> hmm.. yeah right. i should probably revert that in core. the return value is 
> part of the method signature, changing that breaks API, my fault. means you'd 
> have to revert that change, but other legacy code might still work then. ok 
> for you?
>
> ..ede
>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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. I replaced ErrorHandler 
> usage by ErrorHandler2 in RoadMatcher.

hmm.. yeah right. i should probably revert that in core. the return value is 
part of the method signature, changing that breaks API, my fault. means you'd 
have to revert that change, but other legacy code might still work then. ok for 
you?

..ede


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 collections and the problem has finally gone after 
I replaced the array of collections by a vararg in RoadMatcher. I can't 
explain why.

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. I replaced ErrorHandler 
usage by ErrorHandler2 in RoadMatcher.

There was also a fourth problem, an anymous class instance implementing 
an interface but where several methods were missing. You can retrieve it 
in the commit.

Michaël



Le 07/12/2016 à 10:58, edgar.sol...@web.de a écrit :
> 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, report any problem,
>>
>> Michaël
>>
>>
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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, report any problem,
> 
> Michaël
> 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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,
>
> Michaël
>
>
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[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


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[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
with their homonyms introduced in Topology Extension.

Michaël

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 the past 
 releases that could still be used for something useful. In that case we could 
 perhaps make a special OJ-WFS-Zombie edition into SourceForge download 
 section. However, I fear that it will not be so easy because if I remember 
 right it does not work with current GeoServer versions anyhow and packaging 
 GeoServer 1.5 into the same zombie package does not make sense.
Yes, I remember that we miss a good WFS plugin. I don't know how good is 
kosmo's. I think it is a bit of work to upgrade the old OJ plugin or to 
adapt kosmo's. We also still miss a WMS InfoTool and I would also be 
very interested in WMTS (which is used by our national geoportal).

Currently, it is more work than what I can do, but it could be well 
sized for a student project.

Michaël


 -Jukka Rahkonen-


 _
   Michael Michaud wrote:

 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
 with their homonyms introduced in Topology Extension.

 Michaël

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[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


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
   at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)
   at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
   at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)
   at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
   at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)
   at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
   at
 


 Regards

 Uwe

 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)
at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)
at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)
at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)
at
 


 Regards

 Uwe

 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



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 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 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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)

at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)

at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)

at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

at
 


 Regards

 Uwe

 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 

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, schrieb 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 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 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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 


 Regards

 Uwe

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 

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=revisionrevision=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 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, schrieb 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 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 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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
 


 Regards

 Uwe

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 

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_WKTWriter)
I have deprecated the whole class one year ago because ther eis now a 
better one in JTS.


That's all what I know about future ;-)

Michaël*
*


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, schrieb 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 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 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 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

On 26.10.2012 14:16, Uwe Dalluege wrote:

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 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

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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


at
com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


at



Regards

Uwe

--


Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--


Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--


Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

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 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_WKTWriter)
 I have deprecated the whole class one year ago because ther eis now a
 better one in JTS.

 That's all what I know about future ;-)

 Michaël*
 *

 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, schrieb 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 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 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, schriebedgar.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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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, schriebedgar.sol...@web.de:
 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

 Uwe


 Am 26.10.2012 12:24, schriebedgar.sol...@web.de:
 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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 


 Regards

 Uwe

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 

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 it was a preparation for a new release.
 In OpenJUMP, we still have a relic 
 (com.vividsolutions.jump.io.FUTURE_JTS_WKTWriter)
 I have deprecated the whole class one year ago because ther eis now a better 
 one in JTS.
 
 That's all what I know about future ;-)
 
 Michaël*
 *

 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, schrieb 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 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 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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)


 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)


 at
 


 Regards

 Uwe

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --


 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite 

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


 Am 26.10.2012 15:10, schrieb 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 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 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

 On 26.10.2012 14:16, Uwe Dalluege wrote:
 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 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

 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.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 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.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)

 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)

 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

 at
 com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addPopupMenuItem(FeatureInstaller.java:666)

 at
 com.vividsolutions.jcs.jump.FUTURE_FeatureInstaller.addPopupMenuItem(FUTURE_FeatureInstaller.java:25)

 at
 


 Regards

 Uwe

 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --

 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --

 Everyone hates slow websites. So do we.
 Make your web 

[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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel