Opened 14 years ago
Closed 14 years ago
#5940 closed defect (invalid)
Path ignored
Reported by: | jstein | Owned by: | Upliner |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin ext_tools | Version: | |
Keywords: | Cc: |
Description
perhaps its better to seperate "path" and "command"
$ cat tools.cfg
name=fuzz
cmdline=~/.josm/plugins/fuzzer/fuzzyselect.py {lon} {lat} {PPD}
description=nice tool
url=http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools
~/.josm/plugins/fuzzer/fuzzyselect.py 177.42216166290538 64.68215306219575 2346878.70735899
Cannot run program "~/.josm/plugins/fuzzer/fuzzyselect.py" (in directory "/home/stein/.josm/plugins/ext_tools"): java.io.IOException: error=2, No such file or directory
[Ljava.lang.StackTraceElement;@17d94f8
Expansion of home-directory shortcut (~) is not supported because not all OSes have mention of it. So either specify a full path without shortcuts or use shell(doesn't work yet because of #5943).