Modify

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

Attachments (0)

Change History (1)

comment:1 by Upliner, 14 years ago

Resolution: invalid
Status: newclosed

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).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Upliner.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.