How about,

keeping the status quo and wait for complaints? we can always add a dummy 
method that is marked deprecated again.

just checked. is was public so every extension could have used it in theory. my 
main rationale for removal was that we do not support java 1.4 anymore, hence 
no need for the workaround anymore.

..ede


On 12.06.2012 01:45, Stefan Steiniger wrote:
> Hi guys,
> 
> can I request to add the method back in and just simply mark as deprecated?
> 
> I used already the newer plugins, but I am almost sure that quite some 
> plugins exist (in Extensions) that used the Java14Fix method...
> 
> or was it really accessible only internally?
> At least it would require to go through all the plugins that are on the 
> JPP repository.. and if we find a couple of those we need to add the 
> method back in.
> 
> stefan
> 
> Am 08.06.12 13:01, schrieb edgar.sol...@web.de:
>> addMainMenuItemWithJava14Fix() was only used internally and retired since 
>> then. you should use one of the new not deprecated addMenuItem methods 
>> instead.
>>
>> ..ede
>>
>> On 08.06.2012 18:47, Giuseppe Aruta wrote:
>>> Hi all,
>>> I am going back to OJ world and yesterday. An tried to recover lost time in 
>>> translation and programmin.
>>>   I tried to work with my measurement plugin 
>>> (http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/)
>>>  on a NB Open JUMP installation.
>>>
>>> I had this error message:
>>>
>>> java.lang.NoSuchMethodError: 
>>> com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addMainMenuItemWithJava14Fix(Lcom/vividsolutions/jump/workbench/plugin/PlugIn;[Ljava/lang/String;Ljava/lang/String;ZLjavax/swing/Icon;Lcom/vividsolutions/jump/workbench/plugin/EnableCheck;)V
>>> at 
>>> it.geoarbores.openjump.measure.plugins.CalculateDistanceSegmentPlugIn.initialize(CalculateDistanceSegmentPlugIn.java:27)
>>> at 
>>> it.geoarbores.openjump.measure.MeasureExtension.configure(MeasureExtension.java:49)
>>> at 
>>> com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:127)
>>> at 
>>> com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:117)
>>> at 
>>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:388)
>>> at 
>>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:343)
>>>
>>> well, something has changed, I think, on plugin managenet.
>>> Can soembody give me some hint?
>>>
>>> thanks
>>>
>>> Giuseppe
>>>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to