Changes between Version 1 and Version 9 of Ticket #19006


Ignore:
Timestamp:
2020-05-14T16:20:34+02:00 (6 years ago)
Author:
skyper
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19006

    • Property Status newreopened
    • Property Keywords path added; regression removed
    • Property Priority majornormal
    • Property Summary Plugin update failsIncorrect plugins path used
    • Property Versionlatest
  • Ticket #19006 – Description

    v1 v9  
     1**Edit**: This problem only appears with plugins under several valid paths, see [comment:7 comment 7].
     2
    13==== What steps will reproduce the problem?
    241. Have several plugins with older version installed
     
    1719Plugin 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.
    1820Last 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
     24In my case updates are stored under `.local/share/JOSM/plugins` but on startup the .jar files from `.config/JOSM/cache/plugins` are used. \\
     25If several paths are allowed, please, use the correct order, e.g.
     261. `/usr/share/josm/plugins`
     271. `/usr/local/share/josm/plugins`
     281. `.config/JOSM/cache/plugins` or `.josm/cache/plugins`
     291. `.local/share/JOSM/plugins`
     30and use the highest version that fits the JOSM revision.\\
     31Thanks a lot.
    1932
    2033{{{