logo separator

[mkgmap-dev] OT : How to debug in Eclipse

From Gerd Petermann GPetermann_muenchen at hotmail.com on Sun Jan 22 09:07:37 GMT 2017

Hi,

maybe someone can help me with this:
In older releases of Eclipse (I think pre 4.x) I could use a "Debug configuration" with an "Arguments" window containing e.g.
--output-dir=e:/ld --nsis --max-jobs=1 e:\testdata\*.osm

However, this no longer works. When I press the "Debug" Button I get:
SCHWERWIEGEND (Main): e:\testdata\*.osm: file e:\testdata\*.osm doesn't exist

Something has changed regarding the evaluation of place holders (* ?) 

The only workaround that I found is to add each input file like this:
--output-dir=e:/ld --nsis --max-jobs=1 
e:\testdata\63240008.osm 
e:\testdata\angle-mod.osm 
e:\testdata\routing1.osm 
...
(or to create a file like template.args)

I tried to find a setting to get back the old behaviour, but without success.
Any ideas where I can find help for this?

Gerd


More information about the mkgmap-dev mailing list