Re: [osmosis-dev] Streaming Replication

2014-04-15 Thread Brett Henderson
On 16 November 2013 12:21, Walter Nordmann pil...@hotmail.com wrote: Hi Brett, is Streaming replication running or is it dead? It's effectively dead. I don't have time to resurrect it at the moment. ___ osmosis-dev mailing list

Re: [osmosis-dev] writing a custom plugin - unkown plugin version

2014-04-15 Thread Brett Henderson
This may be too late now, but I would personally recommend avoiding the JPF plugin framework. Most of the Osmosis codebase is already comprised of plugins, and you can write your own plugins using the same mechanism. In a nutshell you need to perform the following steps: - Create a new java

Re: [osmosis-dev] Example code for PBF reading

2014-04-15 Thread Brett Henderson
On 19 March 2014 06:44, Peter K peat...@yahoo.de wrote: Osmosis just uses this library, right? I mean, it is a nicely packaged version of LGPLed OSM-binary: https://github.com/openstreetmap/osmosis/tree/master/osmosis-osm-binary Use it in maven via: dependency

Re: [osmosis-dev] Building/Debian Package

2014-04-15 Thread Brett Henderson
On 29 March 2014 04:33, Jochen Topf joc...@remote.org wrote: Hi! The Debian package of Osmosis is really old and doesn't work on current unstable any more. Since then Osmosis has switched build systems from ant to gradle, so we basically have to set up the Debian package build from scratch.