Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Control the way a feature's version is considered an update or a new feature
Control the way a feature's version is considered an update or a new feature [message #336957] Thu, 16 July 2009 01:51 Go to next message
Jawher Moussa is currently offline Jawher MoussaFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
Sorry if this question was asked (and answered ) before, but I juste
can't come up with a reasonable search query. I've even had a hard time
looking for a title :)

I'm managing an eclipse RCP application (based on ganymede) and an
update site using the old (non p2) site.xml format.

Everything is working nicely, except for one minor problem : the update
dialog doesn't show features where the minor version number changes.

For example, if the version 1.0.0 of feature A is installed, a newer
version 1.0.x shows up in the update dialog, whereas 1.x.y doesn't. The
latter only shows up when you select the "install new features" option.

Is there any way to tune this behavior ?

Here is my plugin_customization.ini :

org.eclipse.update.ui/discoverySitesEnabled=true
org.eclipse.update.scheduler/enabled = true
org.eclipse.update.scheduler/schedule = on-startup
org.eclipse.update.scheduler/download = false
org.eclipse.update.core/org.eclipse.update.core.checkSignatu re = false

I guess there must be a property to configure.

Cheers,
Jawher
Re: Control the way a feature's version is considered an update or a new feature [message #336958 is a reply to message #336957] Thu, 16 July 2009 08:04 Go to previous messageGo to next message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
This is a multipart message in MIME format.
--=_alternative 002C6308802575F5_=
Content-Type: text/plain; charset="US-ASCII"

org.eclipse.update.core.updateVersions
Select the features that the scan for updates will select prior to
display. Available values are compatible, equivalent, or major.

I think compatible is the one you want.
--=_alternative 002C6308802575F5_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="Arial">org.eclipse.update.core.updateVersions </font>
<br><font size=2 face="Arial">Select the features that the scan for updates
will select prior to display. Available values are compatible, equivalent,
or major. </font>
<br>
<br><font size=2 face="sans-serif">I think compatible is the one you want.</font>
--=_alternative 002C6308802575F5_=--
Re: Control the way a feature's version is considered an update or a new feature [message #336962 is a reply to message #336957] Thu, 16 July 2009 13:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Jawher Moussa wrote:
> Hi,
> Sorry if this question was asked (and answered ) before, but I juste
> can't come up with a reasonable search query. I've even had a hard time
> looking for a title :)
>
> I'm managing an eclipse RCP application (based on ganymede) and an
> update site using the old (non p2) site.xml format.
>
> Everything is working nicely, except for one minor problem : the update
> dialog doesn't show features where the minor version number changes.
>
> For example, if the version 1.0.0 of feature A is installed, a newer
> version 1.0.x shows up in the update dialog, whereas 1.x.y doesn't. The
> latter only shows up when you select the "install new features" option.
>
> Is there any way to tune this behavior ?

There was a Preferences setting to control what kinds of updates were
permitted: Preferences > Install/Update > Valid Updates. It allows the
user to choose between service-level increments only or service and
minor increments. The default, IIRC, was service-level only ("equivalent").

Hope this helps,
Eric


>
> Here is my plugin_customization.ini :
>
> org.eclipse.update.ui/discoverySitesEnabled=true
> org.eclipse.update.scheduler/enabled = true
> org.eclipse.update.scheduler/schedule = on-startup
> org.eclipse.update.scheduler/download = false
> org.eclipse.update.core/org.eclipse.update.core.checkSignatu re = false
>
> I guess there must be a property to configure.
>
> Cheers,
> Jawher
>
Re: Control the way a feature's version is considered an update or a new feature [message #336988 is a reply to message #336957] Mon, 20 July 2009 08:46 Go to previous message
Jawher Moussa is currently offline Jawher MoussaFriend
Messages: 10
Registered: July 2009
Junior Member
Many thanks.

Cheers
Previous Topic:Migration to eclipse galileo ,Unable to see Installation details,error log
Next Topic:Drag and drop for Common Navigator Framework
Goto Forum:
  


Current Time: Fri Apr 19 04:02:00 GMT 2024

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

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

Back to the top