Opened 16 years ago
Closed 15 years ago
#4218 closed enhancement (fixed)
document console use: at least josm --help
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Hi
Thanks for your work
Would it be possible to change the plugin-directory within the prefrences ?
You could then use /usr/local/share/josm/plugin for example and also use to different directories for tested and latest.
This would also save bandwidth cause you do not have to download plugins over and over again.
Thanks
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Summary: | possibility to change the plugin directory in prefrences → document console use: at least josm --help |
Why is this not mentioned anywhere ?
comment:4 by , 16 years ago
Why is this not mentioned anywhere ?
Don't know but why don't you start and document it here ?
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
You can put your plugins in
/usr/local/share/josm/plugins
, JOSM will find them there.If you like to have different plugin-folders for tested and latest, it is recommended, to change the entire preference directory:
java -Djosm.home=/home/user/.josm_latest -jar josm.jar
Read the command line help (--help) for more.