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

It seems like problem occurs because astion sets contributed by
cdt.managedbuilder.ui
are processed before astion sets from cdt.ui. That's why target menu
cannot be found.
I have not find a fix yet. Moving "Build >" item to upper menu can help,
but it would look
very bad for user.

Anyway, this is a local problem, it does not affect other functionality.

----------------------------------
With best regards, Oleg Krasilnikov
Software designer, Eclipse team.
Intel corp.
+7 8312 162 444 ext. 2587
(Russia, Nizhny Novgorod)



-----Original Message-----
From: Krasilnikov, Oleg 
Sent: Friday, April 20, 2007 6:34 PM
To: 'CDT General developers list.'
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


Back to the top