Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » update Manager - DeltaInstallHandler
update Manager - DeltaInstallHandler [message #435815] Wed, 24 August 2005 10:50 Go to next message
Eclipse UserFriend
Originally posted by: balagurumoorthys.yahoo.com

Hi,
i would like to enable incremental update for our RCP application.
Created feature containing the required plugins. When i give the custom
installer, Update manager shows the message 'Unable to create custom
install handler for feature "featurePatch"'.

i tried the below settings in
<install-handler library=""
handler="org.eclipse.update.core.DeltaInstallHandler"/>

Also tried packaging updatecore.jar along with feature archive. The option
does not seem to work. Please help me finding out where i went wrong.

Thanks in advance
Balaguru
Re: update Manager - DeltaInstallHandler [message #435957 is a reply to message #435815] Fri, 26 August 2005 02:31 Go to previous message
Eclipse UserFriend
Originally posted by: balagurumoorthys.yahoo.com

Hi,
I found the issue, need to use,

<install-handler library="updatecore.jar"
handler="org.eclipse.update.internal.core.DeltaInstallHandler "/>.

i have missed out 'internal' in package name and the updatecore.jar file
library tag. After packaging updatecore.jar along with feature, the
functionality is working.

Thanks for the help
Balaguru
Previous Topic:Update manager & version conflicts
Next Topic:Setting State of Actions and Menu Items
Goto Forum:
  


Current Time: Sun Dec 08 15:52:40 GMT 2024

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

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

Back to the top