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

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

Back to the top