update Manager - DeltaInstallHandler [message #435815] |
Wed, 24 August 2005 10:50 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03970 seconds