Warning in org.jboss.ide.eclipse.archives.ui
--------------------------------------------
Key: JBIDE-5167
URL:
https://jira.jboss.org/jira/browse/JBIDE-5167
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.1.0.M4
Reporter: Snjezana Peco
Assignee: Rob Stryker
If you start JBoss Tools with the "-debug -console -consoleLog" options, you
will get the following warning:
!ENTRY org.eclipse.ui 2 0 2009-11-07 20:52:50.609
!MESSAGE Warnings while parsing the key bindings from the
'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2009-11-07 20:52:50.609
!MESSAGE Defining a key binding with no key sequence has no effect:
plug-in='org.jboss.ide.eclipse.archives.ui',
id='org.jboss.ide.eclipse.archives.ui.buildArchiveCommand'
The problem is the following extension point
<extension
point="org.eclipse.ui.bindings">
<key
sequence=""
contextId=""
commandId="org.jboss.ide.eclipse.archives.ui.buildArchiveCommand"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
that is declared in the org.jboss.ide.eclipse.archives.ui/plugin.xml file.
The fix is to declare the ext. point correctly (by defining a key sequence and context id)
or to remove it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira