Re: [mkgmap-dev] Changed build.xml for DEM generation

2009-08-16 Thread maning sambale
I followed these steps: cd /usr/lib/jvm/java-6-sun sudo wget http://timphillips.net/jai_files/jai_imageio-1_1-lib-linux-i586-jdk.tar.gz sudo tar -zxvf ./jai_imageio-1_1-lib-linux-i586-jdk.tar.gz sudo rm jai_imageio-1_1-lib-linux-i586-jdk.tar.gz On Sat, Aug 15, 2009 at 5:05 PM, Clinton

Re: [mkgmap-dev] Changed build.xml for DEM generation

2009-08-16 Thread Jörg Spanke
Hi Maning, I don't think you will need jai_imageio. You only need jai itself from java.net. https://jai.dev.java.net/binary-builds.html But I guess you can also install it with your preferred linux distribution package manager. But as remarked beforehand, you will need to adjust your classpath

Re: [mkgmap-dev] Changed build.xml for DEM generation

2009-08-16 Thread maning sambale
Thanks will report progress tonight. On Mon, Aug 17, 2009 at 4:17 AM, Jörg Spankejspa...@web.de wrote: Hi Maning, I don't think you will need jai_imageio. You only need jai itself from java.net. https://jai.dev.java.net/binary-builds.html But I guess you can also install it with your

Re: [mkgmap-dev] Changed build.xml for DEM generation

2009-08-15 Thread Clinton Gladstone
On Aug 15, 2009, at 7:54, maning sambale wrote: package com.sun.media.jai.codec does not exist [javac] import com.sun.media.jai.codec.*; Hm... this sounds a lot like javac cannot find the jai jar files. Are you sure you put the jai stuff in a directory which javac can find? (I've

Re: [mkgmap-dev] Changed build.xml for DEM generation

2009-08-15 Thread Clinton Gladstone
On Aug 15, 2009, at 7:54, maning sambale wrote: And then used this build.xml for mkgmap: man...@cumingi:~/osm/routable_garmin/mkgmap/trunk$ ant dist Buildfile: build.xml It also occurs to me that if you are using the build.xml file from Jörg, I assume you have to adjust the path to the jai

Re: [mkgmap-dev] Changed build.xml for DEM generation

2009-08-14 Thread maning sambale
I installed jai: yes Unpacking... Checksumming... 0 0 Extracting... UnZipSFX 5.31 of 31 May 1997, by Info-ZIP (zip-b...@lists.wku.edu). inflating: COPYRIGHT-jai.txt inflating: DISTRIBUTIONREADME-jai.txt inflating: LICENSE-jai.txt inflating: THIRDPARTYLICENSEREADME-jai.txt inflating:

[mkgmap-dev] Changed build.xml for DEM generation

2009-08-11 Thread jspanke
Hi, I'm using Linux and was searching for a way to create contour lines. Therefore I was amazed that Christian Gawron just added the functionality to mkgmap in svn. But then I realized, that it was disabled again. Therefore I would like to propose the changes to the build.xml file and the