Changes between Version 1 and Version 9 of Ticket #19006
- Timestamp:
- 2020-05-14T16:20:34+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19006
- Property Status new → reopened
- Property Keywords path added; regression removed
- Property Priority major → normal
- Property Summary Plugin update fails → Incorrect plugins path used
- Property Version → latest
-
Ticket #19006 – Description
v1 v9 1 **Edit**: This problem only appears with plugins under several valid paths, see [comment:7 comment 7]. 2 1 3 ==== What steps will reproduce the problem? 2 4 1. Have several plugins with older version installed … … 17 19 Plugin update policy is set to always start without asking after update. Sadly, I did not recognize the last updates with this setting but, maybe, it helps to smaller the time range the regression was introduced. 18 20 Last plugin update seems to be 35330 but "ejml" (35313) failed before. 21 22 **Edit**: You need to have plugins in several valid path like `.josm/cache/plugins`, `.local/share/JOSM/plugins`, `.config/JOSM/cache/plugins`, `/usr/share/josm/plugins` or `/usr/local/share/josm/plugins` on Linux 23 24 In my case updates are stored under `.local/share/JOSM/plugins` but on startup the .jar files from `.config/JOSM/cache/plugins` are used. \\ 25 If several paths are allowed, please, use the correct order, e.g. 26 1. `/usr/share/josm/plugins` 27 1. `/usr/local/share/josm/plugins` 28 1. `.config/JOSM/cache/plugins` or `.josm/cache/plugins` 29 1. `.local/share/JOSM/plugins` 30 and use the highest version that fits the JOSM revision.\\ 31 Thanks a lot. 19 32 20 33 {{{


