Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-5167

Warning in org.jboss.ide.eclipse.archives.ui

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.6.0.Final
    • 3.1.0.M4
    • archives
    • None

    Description

      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.

      Attachments

        Activity

          People

            rob.stryker Rob Stryker (Inactive)
            snjeza_jira Snjezana Peco (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: