Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Build errors when building CDT with helios release

Hi,

 

This could be a configuration error on my part but I get the following three build errors after updating eclipse to the helios release. I am using HEAD CDT sources with patches on top:

 

Description        Resource          Path     Location            Type

Referenced element 'enablement' is not defined    quickAssistProcessors.exsd       /org.eclipse.cdt.ui/schema          line 56            Plug-in Problem

Referenced element 'enablement' is not defined    quickFixProcessors.exsd           /org.eclipse.cdt.ui/schema          line 61            Plug-in Problem

The method SAXTransformerFactory.newInstance() referenced in org.eclipse.cdt.internal.ui.wizards.settingswizards.ProjectSettingsExportStrategy.finish(IProjectSettingsWizardPage) is not defined in the bundle's required execution environment: J2SE-1.5   ProjectSettingsExportStrategy.java            /org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/settingswizards    line 92   API Usage Problem

 

Could anyone tell me if I have done something wrong? I can’t find anything that defines an enablement element for the first two, so these seem like real issues, and I’m not sure what the third error is telling me.

 

Thanks,

Matthew


Back to the top