[
https://issues.apache.org/jira/browse/UIMA-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372128#comment-15372128
]
Marshall Schor commented on UIMA-4988:
--------------------------------------
Got the component descriptor editor working with Eclipse Neon (4.6). Need to
test on older Eclipse.
Changes:
1) in the POM, remove dependencies on org.eclipse.core.runtime.compatibility,
org.eclipse.core.runtime.compatibility.auth
2) in the POM's instructions to BLD, replace
<Bundle-Activator>org.eclipse.core.internal.compatibility.PluginActivator</Bundle-Activator>
with
<Bundle-Activator>org.apache.uima.taeconfigurator.TAEConfiguratorPlugin</Bundle-Activator>
without this, the plugin's constructor and start() methods don't get called.
3) in the plugin class (TAEConfiguratorPlugin) replace the 1 - arg constructor
(arg is IPluginDescriptor) with the 0- arg form.
- replace pluginId = descriptor.getUniqueIdentifier() with
pluginId = getBundle().getSymbolicName();
4) replace getImageDescriptor impl innards with url =
getBundle().getEntry("icons/" + imageFilename)
> UIMA plugins fail to install on Eclipse NEON
> --------------------------------------------
>
> Key: UIMA-4988
> URL: https://issues.apache.org/jira/browse/UIMA-4988
> Project: UIMA
> Issue Type: Bug
> Components: Eclipse plugins
> Affects Versions: 2.8.1AS, 2.8.1SDK
> Environment: Mac OS X
> Reporter: James Zhu
> Assignee: Marshall Schor
> Labels: eclipse, features, plugin
> Fix For: 2.8.1AS, 2.8.1SDK
>
>
> The new Eclipse version "NEON" came out. I run into problem when trying to
> install the Eclipse plugins for UIMA and UIMA AS.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)