0.32 should be fine because these library changes were made after that was
released. Version 0.32.1 is just a development release and shouldn't be
treated as a stable version. In fact the 0.32.1 build on
http://dev.openstreetmap.org/~bretth/osmosis-build/ will get overwritten
when the next nightl
Thanks.
I'll test it.
Do you want to do a 0.32.2 -release with this?
I imagine the latest osmosis-release not being
able to read map-dumps is quite a showshopper.
Marcus
On Mon, 14 Dec 2009 19:22:09 +1100, Brett Henderson
wrote:
> Hi Marcus,
>
> I've checked a fix into svn. Let me know if y
Hi Marcus,
I've checked a fix into svn. Let me know if you see any more problems.
Brett
On Mon, Dec 14, 2009 at 4:52 PM, Brett Henderson wrote:
> It looks like the commons-compress library changes how it handles the file
> prefix. The old libraries didn't use a prefix so I had hacks in a cla
It looks like the commons-compress library changes how it handles the file
prefix. The old libraries didn't use a prefix so I had hacks in a class
called CompressionActivator like the following to make it compatible with
command line bzip2.
// Command line BZip2 adds "BZ" to the start of the file
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to
instantiate a BZip2 compression stream.
at
org.openstreetmap.osmosis.core.xml.common.CompressionActivator.createCompressionInputStream(CompressionActivator.java:110)
at
org.openstreetmap.osmosis.core.xml.v0_6.XmlRea