Re: [josm-dev] Publishing a plugin with external dependency

2011-03-07 Thread M S
Hi, M S wrote: > >> I have written a plugin displaying GeoTiff images in JOSM and am thinking >> about publishing it. >> > > Does the ImportImage plugin not do that already - or if it doesn't, could > it maybe be extended instead of adding a new plugin? I think

[josm-dev] Publishing a plugin with external dependency

2011-03-07 Thread M S
I have written a plugin displaying GeoTiff images in JOSM and am thinking about publishing it. But since it depends on JNI bindings to GDAL/OGR (http://gdal.org) I am slightly confused what the best way would be to do that. Should I bundle just the Java part with the plugin and rely on the user to