Re: Cross Plugin use of classes

2017-07-15 Thread Paul Hartmann
One problem, you might be having, is that JOSM ignores the Manifest of the compiled plugin and still uses the stale information from the downloaded plugin list. One way around would be to temporarily rename the plugin (or bump the version number). It this doesn't help, you can open a ticket an

Re: Cross Plugin use of classes

2017-07-15 Thread Paul Wölfel
I think I found the cause of my issue, it is the plugin ClassLoader change in 12322 ( https://josm.openstreetmap.de/changeset?sfp_email=&sfph_mail=&reponame=josm&new=12322%40trunk&old=12321%40trunk) which relates to #14901 (https://josm.openstreetmap.de/ticket/14901). I've added austriaaddresshelp

Cross Plugin use of classes

2017-07-15 Thread Paul Wölfel
Hi Josm Devs! TLDR: I can't access any classes from other plugins, I receive a ClassNotFoundException. This did work before (working on 12321, broken on 12327) I wanted to update the areaselector plugin ( https://github.com/JOSM/areaselector) and include new functionality which is based on utilsp