Custom install handler not getting run with Eclipse 3.4 [message #332034] |
Wed, 01 October 2008 12:11  |
Eclipse User |
|
|
|
I have a custom install handler for my plugin. This all works fine in Eclipse 3.2. Moving
to Eclipse 3.4 my custom install handler never gets run during install. My feature and
plugin get downloaded from the update site but the custom install handler never runs.
Here is a snippet from my feature.xml:
<feature
id="com.ibm.auiml.toolkit.install"
label="AUIML Toolkit"
version="7.1.1.0809290408"
provider-name="IBM"
os="aix,hpux,linux,macosx,qnx,solaris,win32"
ws="win32,gtk"
nl="en">
<install-handler library="installtools.jar"
handler="com.ibm.auiml.toolkit.AuimlInstallHandler"/>
Any ideas why this wouldn't work anymore on Elcipse 3.4?
Andy Arhelger
|
|
|
|
|
|
|
Re: Custom install handler not getting run with Eclipse 3.4 [message #332088 is a reply to message #332083] |
Thu, 02 October 2008 11:13  |
Eclipse User |
|
|
|
Paul:
Thanks. I will open a problem.
I did find the Capabilities option and turned on the Classic Update Manager. When I
installed using the Classic Update Manager it did work for me.
Andy Arhelger
Paul Webster wrote:
> Andy Arhelger wrote:
>> Paul:
>>
>> No, don't see any exceptions in the log and it didn't ask me if I
>> wanted to use the old Update Manager.
>
> This sounds like a bug, please open a bug at
> https://bugs.eclipse.org/bugs/ against RT Equinox P2 (Equinox is no
> longer under Eclipse). It's a serious problem if the Install Handlers
> are not causing a switch to the old Update Manager.
>
>>
>> Is there anyway to force my install to use the old Update Manager?
>
> Yes, go to Window>Preferences>General>Capabilities and activate Classic
> Update. Then there should be the old Software Updates> submenu as well.
>
> PW
>
|
|
|
Powered by
FUDForum. Page generated in 0.03984 seconds