<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 > build.log on a clean copy I find this:<br>...<br>check-version:<br> [property] Loading D:\splitter-r387\build\classes\splitter-version.properties<br> [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> [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>> Date: Wed, 21 May 2014 05:48:01 +0100<br>> From: steve@parabola.me.uk<br>> To: mkgmap-dev@lists.mkgmap.org.uk<br>> Subject: Re: [mkgmap-dev] splitter r386 - version number<br>> <br>> On 21/05/14 05:07, Gerd Petermann wrote:<br>> > @Steve: The official splitter.jar still doesn't contain<br>> > splitter-version.properties .<br>> <br>> The build target in build.xml use to copy stuff from the resources<br>> directory to the build/classes directory:<br>> <br>> <copy todir="${build.classes}"><br>> <fileset dir="${resources}"><br>> <include name="*.csv"/><br>> <include name="*.properties"/><br>> <include name="**/*.trans"/><br>> </fileset><br>> </copy><br>> <br>> This got removed along with the directory. Only the *.properties part is<br>> needed.<br>> <br>> ..Steve<br>> _______________________________________________<br>> mkgmap-dev mailing list<br>> mkgmap-dev@lists.mkgmap.org.uk<br>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                            </div></body>
</html>