Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » No updates were found("Check for Updates" returns "No updates were found")
No updates were found [message #1847452] Wed, 27 October 2021 15:20 Go to next message
Volodymyr Patriiuk is currently offline Volodymyr PatriiukFriend
Messages: 2
Registered: October 2021
Junior Member
Hello,

I'm updating RCP application from the site, which contains the update version of application.
But "Check for Updates" returns "No updates were found".
Example:
installed version is 8.19.0.2;
new version is 8.19.0.10.
It seems that versions are compared as a Strings, and as 1 < 2 the RCP doesn't see the new version.
How to check and resolve it?

Thanks!
Re: No updates were found [message #1847690 is a reply to message #1847452] Wed, 03 November 2021 18:57 Go to previous message
Volodymyr Patriiuk is currently offline Volodymyr PatriiukFriend
Messages: 2
Registered: October 2021
Junior Member
Finally I've found the answer in the https://wiki.eclipse.org/Version_Numbering. In the RCP applications
build number is composed of four (4) segments: 3 integers and a string respectively named
major.minor.service.qualifier

While the first 3 segments (major, minor and service) are compared as numbers, the last one (qualifier) is compared lexicographically.
So in my case it is an expected behavior.

[1]: https://wiki.eclipse.org/Version_Numbering

[Updated on: Wed, 03 November 2021 18:59]

Report message to a moderator

Previous Topic:How do I point my contained features to the main Eclipse Artifact P2s
Next Topic:Resolving but not installing IUs on the command line
Goto Forum:
  


Current Time: Fri Dec 13 05:12:42 GMT 2024

Powered by FUDForum. Page generated in 0.02935 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top