Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Strange Update Site Problem
Strange Update Site Problem [message #782741] Tue, 24 January 2012 10:38 Go to next message
Tilman Reinhardt is currently offline Tilman ReinhardtFriend
Messages: 2
Registered: January 2012
Location: Berlin
Junior Member
I really appreciate the fact that nebula is now an eclipse project and i was really happy as i saw the link to the update site on your homepage Smile

But now i have an annoying problem with an old version of the composite table plugin..

As i added this feature the first time to the target platform i got the version in the attachment. It´s only slightly different to the latest version on the update site (hxxp://download.eclipse.org/technology/nebula/snapshot/plugins/org.eclipse.nebula.widgets.compositetable_1.0.0.jar)
More or less it´s just that the package is called 'org.eclipse.swt.nebula' instead of 'org.eclipse.nebula' ..
That bad thing now was, that my eclipse installation kept downloading this 'old' version when my co-workers (they resolved the target definition the first time a few days later..) already got the 'new' version ..
The solution was to re-install eclipse - deleting the .bundle_pool / workspace didn´t help .. Now only our build server keeps downloading this 'old' file :-/

Can you think of a possible reason for this behavior? It´s not our proxy server and i deleted all local repos / caches i could think of ..

[Updated on: Tue, 24 January 2012 12:54]

Report message to a moderator

Re: Strange Update Site Problem [message #782849 is a reply to message #782741] Tue, 24 January 2012 15:11 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

The issue may come from the fact that the version is 1.0.0 and not
1.0.0.[qualifier]. Then when installing, p2 thinks you are up-to-date
with your 1.0.0.
A good way to get it working could be to first uninstall you previous
version of the bundle, and then install the more recent one.
To get it fixed in Nebula, please open a bug to request plugins to use a
4-segments versioning with a qualifier to avoid this issue.

Regards,
--
http://mickaelistria.wordpress.com
http://twitter.com/#!/mickaelistria
http://www.petalslink.com
Re: Strange Update Site Problem [message #783260 is a reply to message #782849] Wed, 25 January 2012 11:21 Go to previous messageGo to next message
Tilman Reinhardt is currently offline Tilman ReinhardtFriend
Messages: 2
Registered: January 2012
Location: Berlin
Junior Member
Thanks for the reply!

Actually i think the problem is that both plugins are releases (without a qualifier) with the same version.. Switching to 1.0.0.qualifier wouldn´t help in this case, right?
Re: Strange Update Site Problem [message #783293 is a reply to message #783260] Wed, 25 January 2012 12:43 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

On 25/01/2012 12:21, Tilman Reinhardt wrote:
> Thanks for the reply!
>
> Actually i think the problem is that both plugins are releases (without
> a qualifier) with the same version..

A release could/should have a qualifier too - that's the main point
where OSGi conventions differ from Maven conventions. P2 *requires*
qualifier to work well with updates and so on.

Switching to 1.0.0.qualifier
> wouldn´t help in this case, right?

Yes, it would. A better approach would be that the target plugin would
handle well versioning and move to 1.1.0, but that's sometimes too
difficult to maintain, so having a qualifier with build date almost
ensures you you have the latest release.


--
http://mickaelistria.wordpress.com
http://twitter.com/#!/mickaelistria
http://www.petalslink.com
Re: Strange Update Site Problem [message #809336 is a reply to message #783293] Tue, 28 February 2012 19:06 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=372791 and pushed to master. You can pickup the changes in a few minutes using our update site.

Regards,

Wim
Previous Topic:Traversal into TableCombo does not work
Next Topic:TableCombo Fix for Windows 7
Goto Forum:
  


Current Time: Thu Apr 25 15:13:38 GMT 2024

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

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

Back to the top