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 _______________________________________________ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev