Re: [osmosis-dev] Bzip2-issues

2009-12-14 Thread Brett Henderson
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

Re: [osmosis-dev] Bzip2-issues

2009-12-13 Thread Brett Henderson
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