eclipse-plugins icon indicating copy to clipboard operation
eclipse-plugins copied to clipboard

[CMSIS pack] Bug: cached pdsc file is not updated during refresh

Open marek-trmac opened this issue 9 years ago • 1 comments

Once pdsc file is stored to the cache on local computer, it is not updated during refresh. If there is an update on the server, the user needs to clear cache manually to get an update.

I reproduced the problem with packages stored locally, with wrong URL in the pdsc file. Here is step by step how to reproduce:

  1. Create PDSC file with invalid URL and add local repository (CMSIS Pack)

  2. Update packages - Observation: package is not listed

  3. Fix URL in PDSC file

  4. Restart Eclipse

  5. Update packages - Observation: package is not listed Expectation: it is listed

  6. Delete cache manually

  7. Update packages - Observation: package IS listed Here is sample of the package to reproduce, the files shall be stored in c:\TEMP and package repository file:///c:/TEMP/index.idx shall be added TEMP.ZIP

marek-trmac avatar Mar 23 '16 09:03 marek-trmac

thank you, I'll address this in the next major release, which will include a reworked packs manager.

ilg-ul avatar Mar 23 '16 09:03 ilg-ul