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

I still see those errors in quickAssistProcessors.exsd and
quickFixProcessors.exsd building on Helios - Windows only though which
is odd. Headless build works fine. Does anyone know what this is
about?

Thanks

On 13 July 2010 08:48, Matthew Fortune <Matthew.Fortune@xxxxxxxxxx> wrote:
> 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
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top