[email protected] wrote: > On Thu, 19 Feb 2009 18:09:08 +0800, Xia Zhang <[email protected]> wrote: > >> Hi All, >> >> I just tried to combine two osm into one osm the Osmosis via: >> java -jar osmosis.jar --rx 1.osm --sort --rx 2.osm --sort --m --wx >> final.osm >> > > I just noticed the classpath. > > Brett: What's your policy on the jar? > fat-jar with all dependencies and database-drivers or small jar? > Currently small jar.
But there's no reason we can't do both. The build now produces two distribution zips (and tars), one which is the full distribution including source, and a second which is just enough to run the command line. It would be possible to modify the current "-bin" distribution to include a far jar. It would simplify the command line considerably. Other apps that use osmosis as a library would continue to use the small jar as they do now. Like everything, just a simple matter of programming :-) _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
