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