[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

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

2011-03-07 Thread Matthias Meißer
For my plugin (Videomapping) I decided to bundle all external jars. Even this isn't that nice from a package management view, it is the easiest way to deploy it with less troubles on versioning etc. I guess autoupdating isn't nescessary cause the release cycles of OSM are pretty short. But I'm

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

2011-03-07 Thread Frederik Ramm
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 ImportImage already depends on a sh*tload of

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 ImportImage already depends on a sh*tload of