Modify ↓
Opened 15 years ago
Closed 15 years ago
#1628 closed enhancement (fixed)
[PATCH] JOSM portable or specifying the JOSM home directory
Reported by: | jpstotz | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | latest |
Keywords: | Cc: |
Description
Currently JOSM does not allow to set the home directory which makes it difficult to create a "JOSM portable". The attached patch allows to specify the JOSM home directory using the java property "josm.home".
The following example starts JOSM using the subdirectory "josm_home" of the current directory as profile directory for loading/storing preferences and plugins:
java -Djosm.home=./josm_home -jar josm-custom.jar
Jan
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | Preferences_patch2.txt added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r1018.