[mkgmap-dev] how to have a script/batch check for mkgmap version?
From Felix Hartmann extremecarver at gmail.com on Thu Jun 6 22:47:45 BST 2013
Well I managed some sort of test - but it would be nicer to get the version output to file for checking: /:checkfor_new_mkgmap_versions// //if not exist mkgmap.jar goto :begin// //echo your mkgmap version is:// //java -jar mkgmap.jar --version >> version_test.txt// //if %errorlevel% EQU 0 if exist version_test.txt goto :part2ofcheck// //if %errorlevel% NEQ 0 @for /R %%i in (version_test.txt) do @if %%~zi==0 del %%i // //echo mkmgap.jar found but not working. Either mkgmap.jar too old, or java not correctly installed!// //goto :begin// // //:part2ofcheck// //@for /R %%i in (version_test.txt) do @if %%~zi==0 del %%i // //if not exist version_test.txt goto :begin// //echo if mkgmap version lower 2641 - please update mkgmap.jar!// //del version_test.txt// //@echo.// //@echo./ Dunno why >> doesn't put the version into the version_text.txt but instead puts the time of running mkgmap into the .txt file. On 06.06.2013 22:39, Felix Hartmann wrote: > I just noticed, that mkgmap changed the files it outputs on an empty > command just again... > > > /java -jar mkgmap.jar --latin1 --overview-mapname=test1 --tdbfile --index/ > > used to produce at least either: > /mdr*.tmp/ > or > /test1_mdr.img/ > now however (since integration of the overview2 branch?) - no files > are output at all anymore... > > it would be great if there was a possibility to check for > a) mkgmap working (check if working very basic/only react if correct > Java installed, and output a file - even without input) > b) best would be if that file could contain the mkgmap version number > - so right now 2641... > > > or am I missing something - and what I want to achieve is already > possible? > -- > keep on biking and discovering new trails > > Felix > openmtbmap.org &www.velomap.org -- keep on biking and discovering new trails Felix openmtbmap.org & www.velomap.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20130606/1574a506/attachment-0001.html
- Previous message: [mkgmap-dev] how to have a script/batch check for mkgmap version?
- Next message: [mkgmap-dev] how to have a script/batch check for mkgmap version?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list