Skip to main content

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

On 13 July 2010 08:48, Matthew Fortune <Matthew.Fortune@xxxxxxxxxx> wrote:

> 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:

Presumably you mean Indigo?

> 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

Not sure about the above.

> 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

This is a bug in the API tooling:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334277

Cheers,
James


Back to the top