Changes between Initial Version and Version 1 of Ticket #7539


Ignore:
Timestamp:
2012-03-22T11:10:09+01:00 (14 years ago)
Author:
akks
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7539 – Description

    initial v1  
    11People ask me often, why JOSM does not have auto-update feature.
    2 Of course there are JavaWebStart and custom update-and-launch python/perl/bash scripts, but they are not suitable for novices. JWS works OK, but people are not used to it and its behaviour can not be controlled from JOSM itself (and no portable version updating is possible).
     2Of course there are JavaWebStart and custom update-and-launch python/perl/bash scripts, but they are not suitable for novices. JWS works OK, but people are not used to it and its behavior can not be controlled from JOSM itself (and no portable version updating is possible).
    33
    44I propose to introduce optional "Firefox-like" auto-updating:
    5 
    6 - when updating is on (or user press Update button or menu item), JOSM downloads replacement JAR if needed (latest->latest,  tested->tested) by DownloadFileTask.
    7 - on next start separate launcher renames files on startup (maybe, keeping old verisons) and launches newly downloaded version.
     5- When updating is on (or user press Update button or menu item), JOSM downloads replacement JAR if needed (latest->latest,  tested->tested) by DownloadFileTask.
     6- On next start separate launcher renames files on startup (maybe, keeping old versions) and launches newly downloaded version.