kosivantsov / omegat_scripts

Scripts for OmegaT
GNU General Public License v3.0
8 stars 4 forks source link

Customization update does not delete old plugins #9

Open msoutopico opened 4 years ago

msoutopico commented 4 years ago

Pre-conditions

A version n of a plugin is in the local installation and a version n+1 is available for download. The remote _versionnotes.txt accordingly as +1 version than the local version. Eg.

Latest version in local version_notes.txt is:

## Update 51_c0p (2020-07-01)
* Blabla.

Local plugins folder has:

Latest version in remote version_notes.txt is :

## Update 52_c0p (2020-07-03)
* Plugin `plugin-omt-package-1.6.1.jar` available.

Expected results

After the update, the plugins folder has (among others):

Actual results

After the update, the plugins folder has (among others):

image_2020_07_03T14_20_04_175Z

Further info

Reproduced by some users (e.g. IL) but not others.

kosivantsov commented 4 years ago

can't reproduce

msoutopico commented 4 years ago

Bug still reproduced with version 0.4.9 of the script (tested with OmegaT versions 4.2.0 and 5.4.0)