Red Hat Bugzilla – Bug 320291
autotools action conflicts
Last modified: 2008-02-12 16:02:12 EST
I don't really know what this means, but when I start eclipse on the command line, I get the following error messages. I'm running eclipse-cdt-4.0.0-7 and I highly doubt this has changed in 4.0.1 so don't tell me to try that one out :P !ENTRY org.eclipse.ui.workbench 2 0 2007-10-05 11:28:57.650 !MESSAGE A handler conflict occurred. This may disable some commands. !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-05 11:28:57.651 !MESSAGE Conflict for 'AUTOGEN:::com.redhat.eclipse.cdt.autotools.actionSets/com.redhat.eclipse.cdt.autotools.actions.invokeAutoconf': HandlerActivation(commandId=AUTOGEN:::com.redhat.eclipse.cdt.autotools.actionSets/com.redhat.eclipse.cdt.autotools.actions.invokeAutoconf, handler=ActionDelegateHandlerProxy(null,com.redhat.eclipse.cdt.autotools.actions.InvokeAutomakeAction), expression=AndExpression(ActionSetExpression(com.redhat.eclipse.cdt.autotools.actionSets,org.eclipse.ui.internal.WorkbenchWindow@7ae6d),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@7ae6d)),sourcePriority=16640) HandlerActivation(commandId=AUTOGEN:::com.redhat.eclipse.cdt.autotools.actionSets/com.redhat.eclipse.cdt.autotools.actions.invokeAutoconf, handler=ActionDelegateHandlerProxy(null,com.redhat.eclipse.cdt.autotools.actions.InvokeAutoconfAction), expression=AndExpression(ActionSetExpression(com.redhat.eclipse.cdt.autotools.actionSets,org.eclipse.ui.internal.WorkbenchWindow@7ae6d),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@7ae6d)),sourcePriority=16640)
I believe I have found the problem. The InvokeAutoconf and InvokeAutomake actions had the same id for their extensions. A fix has been checked in.
*** This bug has been marked as a duplicate of 252013 ***