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] writing a custom plugin - unkown plugin version

2013-12-23 Thread jotpe
A close look into the plugin.xml (package org.openstreetmap.osmosis.core.plugin) shows me that the plugin-id org.openstreetmap.osmosis.core.plugin.Core is marked with version=0.42-6-gf39a160-dirty. Now it works! 2013/12/23 jotpe jotpe@gmail.com Hello List, i would like to build a custom