Re: [osmosis-dev] windows: problem with batch-process

2009-12-17 Thread marcus.wolschon
On Thu, 17 Dec 2009 13:43:36 +0100, Jan Tappenbeck o...@tappenbeck.net wrote: hi ! i have got a problem with my osmosis 0.32 in using of a windows batchfile. this is a part of the batch-file: echo zusammenfuehren der OSM-Dateien %osmworkfolder%\osmosis\bin\osmosis.bat -v 99 --read-xml

Re: [osmosis-dev] Upload-Task

2009-11-13 Thread marcus.wolschon
I've written the basic Task. Nothing checked in yet. I expect to write the TaskFactory this evening and test it on the weekend. Do you mind if I change your BufferedWriter into Writer in the Parameters of the ChangeWriter-Interface, so I don't have to buffer data that is already buffered?

[osmosis-dev] Upload-Task

2009-11-11 Thread marcus.wolschon
Hello Brett, I have the Java-code required to open a changeset and upload an OSC-file. Are you interested in an upload-change-task for Osmosis? It can do all kinds of things with changes but currently python is required to upload them. So this is the one feature missing for a consistent set of

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-11 Thread marcus.wolschon
On Wed, 11 Nov 2009 22:37:27 +1100, Brett Henderson br...@bretth.com wrote: http://ant.apache.org/manual/CoreTasks/jar.html That would be the attribute sub-element. Unless I'm misunderstanding the attribute element that's not quite what I meant. I already have the following snippet in

Re: [osmosis-dev] Problem using Osmosis (PluginLifecycleException)

2009-11-10 Thread marcus.wolschon
On Tue, 10 Nov 2009 12:36:32 +0100, Kai Behncke kai-behn...@gmx.de wrote: Hi Marcus, Changing the .bat will be enough to make it work. I hoped it would be but in my case it does not work. I did: ---

[osmosis-dev] How to use EntityBuffer

2009-04-20 Thread marcus.wolschon
Hello, I am trying to use the EntityBuffer -class but seem to be doing something wrong here. I did: XMReader task = new ... EntityBuffer buffer = new EntityBuffer(BUFFERCAPACITY); task.setSink(buffer); buffer.setSink(sink); buffer.run(); task.run(); It seems that this hangs indefinately

[osmosis-dev] NumberFormatException Null when reading Changefile

2009-04-16 Thread marcus.wolschon
Hello, I tried to load an .osc.gz from the planet-mirrors using the XMLChangeReader but noticed that of cause these are still v0.5 . Is there some kind of migrate-task for ChangeFiles like there is for .osm -files? Marcus ___ osmosis-dev mailing