Re: [mkgmap-dev] splitter build fails on mac

2009-08-08 Thread Chris Miller
> On Thu, Aug 6, 2009 at 6:26 PM, Greg Troxel wrote: > >> Another mystery - after 'ant' I don't find dist/splitter.jar. Do I >> need to do something special to get a jar file? The mkgmap ant build >> seems to create this automatically. >> > Try "ant dist". "dist" is the default for mkgmap, but

Re: [mkgmap-dev] splitter build fails on mac

2009-08-06 Thread Chris Miller
Sounds like I should change the splitter build.xml so it does a dist by default too, to bring it in line with mkgmap. If anyone has an objection please shout, otherwise I'll make the change in a day or two. > On Thu, Aug 6, 2009 at 6:26 PM, Greg Troxel wrote: > >> Another mystery - after 'ant'

Re: [mkgmap-dev] splitter build fails on mac

2009-08-06 Thread Clinton Gladstone
On Thu, Aug 6, 2009 at 6:26 PM, Greg Troxel wrote: > > Another mystery - after 'ant' I don't find dist/splitter.jar.  Do I need > to do something special to get a jar file?  The mkgmap ant build seems > to create this automatically. Try "ant dist". "dist" is the default for mkgmap, but not for spl

Re: [mkgmap-dev] splitter build fails on mac

2009-08-06 Thread Greg Troxel
Clinton Gladstone writes: >> I am trying to build the splitter on a mac (10.5.7 with java 1.6.0_13, >> 64-bit server VM), and failing.  I have successfully built mkgmap and >> run it, so my java setup is mostly ok. > > I regularly build splitter in a similar environment to yours. I have > to be

Re: [mkgmap-dev] splitter build fails on mac

2009-08-05 Thread Thilo Hannemann
There is an application called "Java-Einstellungen" (probably "Java- Setup" in English) that is part of MacOS 10.5 (or the Xcode tools, don't know). I just changed the setting there and everything worked fine. No need to fiddle with frameworks and environment variables. Regards Thilo Am 05.0

Re: [mkgmap-dev] splitter build fails on mac

2009-08-05 Thread Clinton Gladstone
On Wed, Aug 5, 2009 at 2:24 AM, Greg Troxel wrote: > > (This is also splitter-dev I think.) > > I am trying to build the splitter on a mac (10.5.7 with java 1.6.0_13, > 64-bit server VM), and failing.  I have successfully built mkgmap and > run it, so my java setup is mostly ok. I regularly build

Re: [mkgmap-dev] splitter build fails on mac

2009-08-04 Thread Chris Miller
Locale.ROOT is new in JDK 1.6. Are you absolutely sure you're using Java 1.6 to compile? > --=-=-= > > (This is also splitter-dev I think.) > > I am trying to build the splitter on a mac (10.5.7 with java 1.6.0_13, > 64-bit server VM), and failing. I have successfully built mkgmap and > run it

[mkgmap-dev] splitter build fails on mac

2009-08-04 Thread Greg Troxel
(This is also splitter-dev I think.) I am trying to build the splitter on a mac (10.5.7 with java 1.6.0_13, 64-bit server VM), and failing. I have successfully built mkgmap and run it, so my java setup is mostly ok. Buildfile: build.xml prepare: compile: [javac] Compiling 17 source fi