Gubaer / josm-scripting-plugin

Task automation in the OpenStreetMap editor JOSM
https://gubaer.github.io/josm-scripting-plugin
GNU General Public License v3.0
26 stars 9 forks source link

Cannot find method HelpAwareOptionPane::showOptionDialog with latest JOSM #74

Closed bagage closed 6 years ago

bagage commented 6 years ago

It works with 14178, but it fails with latest JOSM version 14382:

image

I do not see any changes in HelpAwareOptionPane.java file since May, though.

bagage commented 6 years ago

Can be reproduce with a simple josm.alert('test')

bagage commented 6 years ago

Up to JOSM 14249, scripting 30787 works OK. But starting with JOSM 14256, both scriptingplugin versions 30787 and 30791 are broken.

Gubaer commented 6 years ago

Thanks for reporting! Should be fixed in plugin release 30792 (JOSM >= 14256 required). Please update the plugin in JOSMs preferences dialog.

bagage commented 6 years ago

Confirming it just reworks. Thanks a lot @Gubaer!!