Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Plug-in 'org.eclipse.cdt.managedbuilder.ui'contributed an invalid Menu Extension

Hi Oleg!

I saw this several times. I already posted a bug for a similar issue
which was fixed then.

A very simple way to reproduce this kind of problem is to remove the
managed builder and make natures from the .project file and then check
the menus, toolbars, and context menus. A better way is to thoroughly
check all menu/action set extensions in the plugin.xml files of any CDT
UI plugin. Each entry must be associated with the managedbuilder nature
(through a visibility or filter node). buildAllAction0 has no such
association (and maybe there are others as well--I did not check this).

Best regards,

Gerhard

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Vivian Kong
> Sent: Freitag, 20. April 2007 17:06
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Plug-in 
> 'org.eclipse.cdt.managedbuilder.ui'contributed an invalid 
> Menu Extension
> 
> Hi Oleg,
> 
> I saw the error again in the latest build (I200704190500) 
> this morning.
> 
> I've also extract the latest code from HEAD just now and ran 
> a runtime workbench.  I'm still seeing the same problem.
> 
> Thanks so much for looking into it!
> 
> Regards,
> 
> Vivian Kong
> IBM CDT Team
> IBM Canada Toronto Lab
> Phone: (905) 413-6067
> Email: vivkong@xxxxxxxxxx
> 
> 
>                                                               
>              
>   From:   "Krasilnikov, Oleg" <oleg.krasilnikov@xxxxxxxxx>    
>              
>                                                               
>              
>   To:     "CDT General developers list." 
> <cdt-dev@xxxxxxxxxxx>             
>                                                               
>              
>   Date:   20/04/2007 10:35 AM                                 
>              
>                                                               
>              
>   Subject RE: [cdt-dev] Plug-in 
> 'org.eclipse.cdt.managedbuilder.ui'        
>   :       contributed      an invalid Menu Extension          
>              
>                                                               
>              
> 
> 
> 
> 
> Hello.
> 
> I've seen this error 2 or 3 days ago and planned to fix it, 
> but was not able to reproduce it with the latest CDT code.
> 
> So could you please say which version do you use ?
> ----------------------------------
> With best regards, Oleg Krasilnikov
> Software designer, Eclipse team.
> Intel corp.
> +7 8312 162 444 ext. 2587
> (Russia, Nizhny Novgorod)
> 
> 
> 
> 
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Vivian Kong
> Sent: Friday, April 20, 2007 6:28 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Plug-in 'org.eclipse.cdt.managedbuilder.ui'
> contributed an invalid Menu Extension
> 
> 
> Hi,
> 
> I've been seeing the following error in the error log once 
> Eclipse is launched in recent CDT builds:
> 
> !ENTRY org.eclipse.ui 4 4 2007-04-20 10:19:10.608 !MESSAGE 
> Plug-in 'org.eclipse.cdt.managedbuilder.ui' contributed an 
> invalid Menu Extension (Path: 
> 'project/org.eclipse.cdt.ui.prjmenu' is invalid):
> org.eclipse.cdt.managedbuilder.ui.buildAllAction0
> 
> I haven't been able to build any C/C++ projects.  Some of the 
> menu items in the Project View context menu are missing.
> 
> I've opened bug 182806 to log this (this bug was originally 
> for Solaris but I'm seeing this problem on Windows XP/Vista 
> as well).  Does anyone else see this error?
> 
> Regards,
> 
> Vivian Kong
> IBM CDT Team
> IBM Canada Toronto Lab
> Phone: (905) 413-6067
> Email: vivkong@xxxxxxxxxx
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top