<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Steve,<br><br>I am not sure what you mean.<br>If I execute ant -d &gt; build.log on a clean copy I find this:<br>...<br>check-version:<br>&nbsp;[property] Loading D:\splitter-r387\build\classes\splitter-version.properties<br>&nbsp;[property] Unable to find property file: D:\splitter-r387\build\classes\splitter-version.properties<br>Property "svn.version" has not been set<br>Condition false; not setting have.version<br>...<br>version-file:<br>Override ignored for property "project.version"<br>Override ignored for property "svn.version.build"<br>[propertyfile] Creating new property file: D:\splitter-r387\build\classes\splitter-version.properties<br>...<br>&nbsp;[jar] adding entry splitter-version.properties<br>...<br><br>So, with the build.xml in svn everything works fine. I assume <br>that you have a different build.xml ?<br><br>Gerd<br><br><div>&gt; Date: Wed, 21 May 2014 05:48:01 +0100<br>&gt; From: steve@parabola.me.uk<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] splitter r386 - version number<br>&gt; <br>&gt; On 21/05/14 05:07, Gerd Petermann wrote:<br>&gt; &gt; @Steve: The official splitter.jar still doesn't contain<br>&gt; &gt; splitter-version.properties .<br>&gt; <br>&gt; The build target in build.xml use to copy stuff from the resources<br>&gt; directory to the build/classes directory:<br>&gt; <br>&gt;   &lt;copy todir="${build.classes}"&gt;<br>&gt;        &lt;fileset dir="${resources}"&gt;<br>&gt;          &lt;include name="*.csv"/&gt;<br>&gt;          &lt;include name="*.properties"/&gt;<br>&gt;          &lt;include name="**/*.trans"/&gt;<br>&gt;        &lt;/fileset&gt;<br>&gt;   &lt;/copy&gt;<br>&gt; <br>&gt; This got removed along with the directory. Only the *.properties part is<br>&gt; needed.<br>&gt; <br>&gt; ..Steve<br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>