Skip to main content



      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 11:20 Go to next message
Eclipse UserFriend
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 14:57 Go to previous message
Eclipse UserFriend
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 14:59] by 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: Sat Jul 19 02:39:56 EDT 2025

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

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

Back to the top