Opened 11 years ago
Closed 11 years ago
#9722 closed enhancement (othersoftware)
Javascript scripting doesn't work
Reported by: | bdiscoe | Owned by: | Gubaer |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin scripting | Version: | tested |
Keywords: | github | Cc: |
Description
Using current Josm (6767), I installed the 'scripting' plugin and tried a minimal example in the Scripting Console:
var util = require("josm/util");
util.println("Hello world!");
I press 'Run' and nothing happens. I would expect 'Hello world!' to appear somewhere.
I tried more complex examples and got error messages, but i suspect that solving the simple bug above would be a good first step to making the plugin work.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Keywords: | github added |
---|---|
Type: | defect → enhancement |
comment:2 by , 11 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
Closing tickets for external Github-hosted plugins as "othersoftware". Bug report is done on Github, see above.
see https://github.com/Gubaer/josm-scripting-plugin/issues/17