<div class="gmail_quote">On Fri, Mar 19, 2010 at 1:47 AM, Aaron Schaefer <span dir="ltr"><<a href="mailto:aaron@elasticdog.com">aaron@elasticdog.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Wed, Mar 17, 2010 at 5:14 PM, Brett Henderson <<a href="mailto:brett@bretth.com">brett@bretth.com</a>> wrote:<br>
> Okay, my question wasn't clear. I meant, does the Osmosis installation path<br>
> have any spaces in it? Which directory is Osmosis installed in?<br>
><br>
> Can you also tell me which file you downloaded so that I can double check<br>
> it?<br>
<br>
<br>
</div>My bad, your question was clear...my brain on the other hand, not so<br>
much. Osmosis does not have any spaces in its installation path<br>
"/home/aarons/projects/vendor/osmosis-0.34/". I got it directly from<br>
Subversion, doing a checkout on the 0.34 tag (svn co<br>
<a href="http://svn.openstreetmap.org/applications/utils/osmosis/tags/0.34/" target="_blank">http://svn.openstreetmap.org/applications/utils/osmosis/tags/0.34/</a>).<br>
<br></blockquote><div><br></div></div>Oh! That might explain it. Have you compiled it?<br><br>You need to at least run "ant build_binary" in order to compile the necessary pieces.<br><br>"ant dist" will produce a full zipfile distribution in the dist directory (and includes the build_binary step). "ant all", or just "ant" will do everything including running all unit tests. Just be aware that all database unit tests will fail unless you have the required databases set up and configured.<br>
<br>Brett<br><br>