On Fri, Mar 19, 2010 at 1:47 AM, Aaron Schaefer <[email protected]>wrote:
> On Wed, Mar 17, 2010 at 5:14 PM, Brett Henderson <[email protected]> wrote: > > Okay, my question wasn't clear. I meant, does the Osmosis installation > path > > have any spaces in it? Which directory is Osmosis installed in? > > > > Can you also tell me which file you downloaded so that I can double check > > it? > > > My bad, your question was clear...my brain on the other hand, not so > much. Osmosis does not have any spaces in its installation path > "/home/aarons/projects/vendor/osmosis-0.34/". I got it directly from > Subversion, doing a checkout on the 0.34 tag (svn co > http://svn.openstreetmap.org/applications/utils/osmosis/tags/0.34/). > > Oh! That might explain it. Have you compiled it? You need to at least run "ant build_binary" in order to compile the necessary pieces. "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. Brett
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

