Would it be simpler to put a pre-compiled patched osmosis up somewhere rather than having everybody recompile it? It might avoid all of these issues. The 0.6 pgsql tasks avoid all of these patching issues because the bbox (and new linestring) column(s) become optional but I was hoping to avoid a backport to 0.5 because I've made a lot of changes and 0.6 is coming ... eventually.
Part of the problem might be that a distribution of osmosis contains a pre-compiled jar file. If you patch the source and re-compile, the new jar gets built under the "build" directory and packaged into a new zip distribution under the "dist" directory but the jar at the top level never gets updated. If you wish to run a self-compiled version of osmosis without using the generated zip file you have to actually run <osmosis>/build/dist/bin/osmosis, not <osmosis>/bin/osmosis. Yes, it's confusing but it simplifies the ant script considerably. In hindsight it wasn't the best idea. Anyway, if there's anything I can do to help let me know. On Thu, Dec 4, 2008 at 7:34 AM, Florian Lohoff <[EMAIL PROTECTED]> wrote: > On Wed, Dec 03, 2008 at 09:16:55PM +0100, Florian Lohoff wrote: > > Date: Wed, 3 Dec 2008 21:16:55 +0100 > > It should patch it - as it patches osmosis. So the bbox column should not > be > > created using the patches schema - and the patched (and dont forget to > > rebuild) osmosis shouldnt need it ... > > Should be created using the _patched_ schema that should read ... > > Flo > > -- > Florian Lohoff [EMAIL PROTECTED] +49-171-2280134 > Those who would give up a little freedom to get a little > security shall soon have neither - Benjamin Franklin > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFJNu05Uaz2rXW+gJcRApsJAJ4jPpetN41BaUl2UJH1klIGeQdXXACfcInk > OkKKulbeGMAzj+Dtlk7uMEM= > =iYuS > -----END PGP SIGNATURE----- > > _______________________________________________ > Tilesathome mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/tilesathome > >
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
