Re: [josm-dev] JOSM plugin development - How to avoid duplicate additional library

2014-06-23 Thread jBeata
Thanks for the response. I will check it out the suggested library. I have decided to use the gson library, because its flexibility (the service response might change over time, and extra/missing fields can be ignored without any problem) and performance issues encountered at response

Re: [josm-dev] JOSM plugin development - How to avoid duplicate additional library

2014-06-21 Thread Paul Hartmann
On 21.06.2014 15:24, Beata Jancso wrote: Hi, Perhaps to create another new plugin that gives access for both plugins to the additional library? Exactly. See [1], field 'Plugin-Requires'. E.g. ImportImagePlugin and opendata plugin both depend on the geotools plugin. If you need more

[josm-dev] JOSM plugin development - How to avoid duplicate additional library

2013-11-16 Thread Beata Jancso
Hi, I was wondering how to handle situations when a custom plugin uses an additional library that is already used by some another plugin? Let's say that plugin A uses library L version 1, and plugin B uses the same library L but version 2. The JOSM plugin development guide says that a plugin

[josm-dev] JOSM plugin development - How to avoid duplicate additional library

2013-11-16 Thread Beata Jancso
Hi, I was wondering how to handle situations when a custom plugin uses an additional library that is already used by some another plugin? Let's say that plugin A uses library L version 1, and plugin B uses the same library L but version 2. The JOSM plugin development guide says that a plugin

[josm-dev] JOSM plugin development - How to avoid duplicate additional library

2013-11-16 Thread Beata Jancso
Hi, I was wondering how to handle situations when a custom plugin uses an additional library that is already used by some another plugin? Let's say that plugin A uses library L version 1, and plugin B uses the same library L but version 2. The JOSM plugin development guide says that a plugin

Re: [josm-dev] JOSM plugin development - How to avoid duplicate additional library

2013-11-16 Thread Nejedli
___ josm-dev mailing list josm-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/josm-dev