Bug#580170: [Help] Trying to upgrade mkgmap but failed with Java problem

2013-06-05 Thread Andreas Tille
Hi, I updated the packaging of mkgmap in SVN svn://svn.debian.org/svn/pkg-grass/packages/mkgmap/trunk to recent packaging standards and latest upstream version. Unfortunately the build failed with /usr/bin/time --format 'Real: %E, %S+%U' java -XX:+UseCompressedOops -Xmx700m -cp

Bug#580170: [Help] Trying to upgrade mkgmap but failed with Java problem

2013-06-05 Thread Emmanuel Bourg
Hi Andreas, The build doesn't compile the code, so you can't run the uk.me.parabola.mkgmap.main.Main class. You probably want to run the Ant dist target to build the project instead of using the makefile, see the comment in ./Makefile: # This is NOT used to build mkgmap. To build use ant.

Bug#580170: [Help] Trying to upgrade mkgmap but failed with Java problem

2013-06-05 Thread Andreas Tille
[for debian-java readers: the original mail explaining the problem is attached below] Hi Emmanuel, On Wed, Jun 05, 2013 at 12:15:55PM +0200, Emmanuel Bourg wrote: The build doesn't compile the code, so you can't run the uk.me.parabola.mkgmap.main.Main class. You probably want to run the Ant

Bug#580170: [Help] Trying to upgrade mkgmap but failed with Java problem

2013-06-05 Thread Emmanuel Bourg
Le 05/06/2013 13:33, Andreas Tille a écrit : It seems maven is somehow involved even if at least to my limited knowledge this would use ratherpm.xml rather than build.xml. It seems I need to edit build.xml to tell ant to use local JAR files rather than trying to download anything. But what