Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] 4.1 short SDK Build: I20101125-2212

These compile errors are because the 0.11 build failed and so the 4.1 build compiled against last week's e4 bundles.

The 0.11 build failed due to these compile errors:

    [javac] ----------
    [javac] 301. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101125-2200/plugins/org.eclipse.e4.tools.ui.designer/src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java (at line 136)
    [javac]     E4CommandProcessor.processCategories(appContext, appElement.getCategories());
    [javac]                        ^^^^^^^^^^^^^^^^^
    [javac] The method processCategories(IEclipseContext, List<MCategory>) is undefined for the type E4CommandProcessor
    [javac] ----------
    [javac] 302. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101125-2200/plugins/org.eclipse.e4.tools.ui.designer/src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java (at line 137)
    [javac]     E4CommandProcessor.processCommands(appContext, appElement.getCommands());
    [javac]                        ^^^^^^^^^^^^^^^
    [javac] The method processCommands(IEclipseContext, List<MCommand>) is undefined for the type E4CommandProcessor
    [javac] ----------



From: Andrew Niefer/Ottawa/IBM@IBMCA
To: E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>
Cc: E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>, e4-dev-bounces@xxxxxxxxxxx
Date: 11/26/2010 10:08 AM
Subject: Re: [e4-dev] 4.1 short SDK Build: I20101125-2212
Sent by: e4-dev-bounces@xxxxxxxxxxx





The build failed because there were compile errors in org.eclipse.ui.workbench

See below, Remy and I suspect something went wrong while tagging.


-Andrew



   [javac] 1407. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/40builds/I20101125-2212/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 593)

   [javac]     EModelService.IN_ACTIVE_PERSPECTIVE | EModelService.OUTSIDE_PERSPECTIVE);

   [javac]                   ^^^^^^^^^^^^^^^^^^^^^

   [javac] IN_ACTIVE_PERSPECTIVE cannot be resolved or is not a field

   [javac] ----------

   [javac] 1408. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/40builds/I20101125-2212/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 593)

   [javac]     EModelService.IN_ACTIVE_PERSPECTIVE | EModelService.OUTSIDE_PERSPECTIVE);

   [javac]                                                         ^^^^^^^^^^^^^^^^^^^

   [javac] OUTSIDE_PERSPECTIVE cannot be resolved or is not a field


   [javac] 1418. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/40builds/I20101125-2212/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 1819)

   [javac]     MPlaceholder.class, null, EModelService.IN_ACTIVE_PERSPECTIVE

   [javac]                                             ^^^^^^^^^^^^^^^^^^^^^

   [javac] IN_ACTIVE_PERSPECTIVE cannot be resolved or is not a field

   [javac] ----------

   [javac] 1419. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/40builds/I20101125-2212/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 1820)

   [javac]     | EModelService.OUTSIDE_PERSPECTIVE);

   [javac]                     ^^^^^^^^^^^^^^^^^^^

   [javac] OUTSIDE_PERSPECTIVE cannot be resolved or is not a field

   [javac] ----------


   [javac] 2670. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/40builds/I20101125-2212/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java (at line 534)

   [javac]     EModelService.OUTSIDE_PERSPECTIVE | EModelService.IN_SHARED_AREA);

   [javac]                   ^^^^^^^^^^^^^^^^^^^

   [javac] OUTSIDE_PERSPECTIVE cannot be resolved or is not a field

   [javac] ----------

   [javac] 2671. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/40builds/I20101125-2212/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java (at line 534)

   [javac]     EModelService.OUTSIDE_PERSPECTIVE | EModelService.IN_SHARED_AREA);

   [javac]                                                       ^^^^^^^^^^^^^^

   [javac] IN_SHARED_AREA cannot be resolved or is not a field

   [javac] ----------
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top