Hi Gerd,

'ant dist' doesn't work for splitter since this commit:

commit 3f2d290ab9df68cb32128951686fb7853e59f82c
Author: gerd <gerd@838fabe5-b1a8-4b81-9896-7a84386980e9>
Date:   Thu May 22 06:24:27 2014 +0000

    change build to (hopefully) make --version work again

    git-svn-id:
http://svn.mkgmap.org.uk/splitter/trunk@389838fabe5-b1a8-4b81-9896-7a84386980e9


I'm not sure if this problem is caused by my use of git (through the
openstreetmap github mirror of splitter). In any case, I've attached a
patch that seems to fix the problem but I'm not exactly sure if it's the
right fix. Any thoughts?

Thanks, Ben
From a9c09f61d46deb3a187a452da2999bf8f7357528 Mon Sep 17 00:00:00 2001
From: Ben Konrath <b...@bagu.org>
Date: Wed, 28 May 2014 15:45:15 +0200
Subject: [PATCH] Fix build issue with ant dist.

---
 build.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/build.xml b/build.xml
index 6aa7dd3..debb970 100644
--- a/build.xml
+++ b/build.xml
@@ -303,13 +303,7 @@
 	</target>
 
 	<!-- Main -->
-  <target name="build" depends="compile,compile.tests,run.tests">
-    <copy todir="${build.classes}">
-      <fileset dir="${resources}">
-        <include name="*.properties"/>
-      </fileset>
-    </copy>
-  </target>
+  <target name="build" depends="compile,compile.tests,run.tests"/>
 
   <target name="rebuild" depends="clean, build"/>
 </project>
-- 
1.8.2.1

_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to