Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] "Referenced element 'enablement' is not defined" errors

I see that every now and again. It depends on how picky PDE error checking is. It has trouble finding enablement since it's kinda magic.

Doug.

________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Nathan Ridge [zeratul976@xxxxxxxxxxx]
Sent: Thursday, May 15, 2014 1:25 AM
To: CDT Mailing List
Subject: [cdt-dev] "Referenced element 'enablement' is not defined" errors

I have 6 remaining errors in my CDT project:

Referenced element 'enablement' is not defined    semanticHighlighting.exsd    /org.eclipse.cdt.ui/schema    line 65    Plug-in Problem
Referenced element 'enablement' is not defined    qmakeEnvProvider.exsd    /org.eclipse.cdt.qt.core/schema    line 55    Plug-in Problem
Referenced element 'enablement' is not defined    quickFixProcessors.exsd    /org.eclipse.cdt.ui/schema    line 62    Plug-in Problem
Referenced element 'enablement' is not defined    PDOMASTProcessor.exsd    /org.eclipse.cdt.core/schema    line 55    Plug-in Problem
Referenced element 'enablement' is not defined    quickAssistProcessors.exsd    /org.eclipse.cdt.ui/schema    line 57    Plug-in Problem
Referenced element 'enablement' is not defined    ProblemMarkerFilter.exsd    /org.eclipse.cdt.core/schema    line 60    Plug-in Problem

Does anyone else see these? If not, do they indicate a problem with
my project configuration?

Thanks,
Nate

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top