On Mon, Jun 9, 2008 at 6:21 PM, <<a href="mailto:simon@mungewell.org">simon@mungewell.org</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
I'm trying to get Osmosis to apply a change file to a data set, although I<br>
think I am following the instructions on the wiki it throws an error...<br>
"Task 3-apply-change does not support data provided by default pipe"<br>
<br>
Example is below, where I have 'upgraded' a village to a city (don't worry<br>
this is just a test).<br>
<br>
Any suggestions?<br>
Simon.<br>
---<br><snip><br>
swoodkc@SDW2-XP ~/Desktop/osmosis-latest/osmosis-0.28<br>
$ java -jar osmosis.jar --read-xml file="village.xml" --read-xml-change<br>
file="test.osc" --apply-change --write-xml file="village_rechanged.xml"<br></blockquote></div><br>What happens if you switch the order of the --read-xml and --read-xml-change tasks? I remember Brett changed the way the tasks were consumed and connected (queue vs. stack) a while back, and it might affect this. You could also try explicitly naming the pipes and see if that helps.<br>
<br>Karl<br>