Bug 320291

Summary: autotools action conflicts
Product: [Fedora] Fedora Reporter: Andrew Overholt <overholt>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-12 21:02:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Overholt 2007-10-05 15:46:29 UTC
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)

Comment 1 Jeff Johnston 2007-10-05 16:21:15 UTC
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.

Comment 2 Jeff Johnston 2008-02-12 21:02:12 UTC

*** This bug has been marked as a duplicate of 252013 ***