[jbosstools-issues] [JBoss JIRA] (JBIDE-11546) compile failed in org.jboss.tools.common.ui when run against Juno TP

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Apr 18 16:51:17 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12685453#comment-12685453 ] 

Alexey Kazakov commented on JBIDE-11546:
----------------------------------------

I can't reproduce this problem. It compiles fine against Eclipse 4.2.M6. What version of Eclipse are hudson build using?
                
> compile failed in org.jboss.tools.common.ui when run against Juno TP
> --------------------------------------------------------------------
>
>                 Key: JBIDE-11546
>                 URL: https://issues.jboss.org/browse/JBIDE-11546
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: common/jst/core
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Nick Boldt
>            Assignee: Alexey Kazakov
>            Priority: Blocker
>             Fix For: 3.3.0.Beta3
>
>
> {code}
> [INFO] org.jboss.tools.common.ui ......................... FAILURE [0.682s]
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.jboss.tools.common.ui: Compilation failure: Compilation failure:
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/JBossPerspectiveFactory.java:[19,0]
> [ERROR] import org.eclipse.ui.internal.PageLayout;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.PageLayout cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/JBossPerspectiveFactory.java:[97,0]
> [ERROR] ((PageLayout)layout).removePlaceholder(ICheatSheetResource.CHEAT_SHEET_VIEW_ID);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^
> [ERROR] PageLayout cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/JBossPerspectiveFactory.java:[97,0]
> [ERROR] ((PageLayout)layout).removePlaceholder(ICheatSheetResource.CHEAT_SHEET_VIEW_ID);
> [ERROR] ^^^^^^^^^^
> [ERROR] PageLayout cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[18,0]
> [ERROR] import org.eclipse.ui.internal.EditorSashContainer;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.EditorSashContainer cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[19,0]
> [ERROR] import org.eclipse.ui.internal.EditorStack;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.EditorStack cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[20,0]
> [ERROR] import org.eclipse.ui.internal.ILayoutContainer;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.ILayoutContainer cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[21,0]
> [ERROR] import org.eclipse.ui.internal.LayoutPart;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.LayoutPart cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[23,0]
> [ERROR] import org.eclipse.ui.internal.PartSashContainer;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.PartSashContainer cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[25,0]
> [ERROR] import org.eclipse.ui.internal.PartStack;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.ui.internal.PartStack cannot be resolved
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[50,0]
> [ERROR] PartPane partPane = ((PartSite) part.getSite()).getPane();
> [ERROR] ^^^^^^^
> [ERROR] The method getPane() is undefined for the type PartSite
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[51,0]
> [ERROR] LayoutPart layoutPart = partPane.getPart();
> [ERROR] ^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[51,0]
> [ERROR] LayoutPart layoutPart = partPane.getPart();
> [ERROR] ^^^^^^^
> [ERROR] The method getPart() is undefined for the type PartPane
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[55,0]
> [ERROR] .getActiveEditor().getSite()).getPane();
> [ERROR] ^^^^^^^
> [ERROR] The method getPane() is undefined for the type PartSite
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[56,0]
> [ERROR] EditorSashContainer editorSashContainer = null;
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] EditorSashContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[57,0]
> [ERROR] ILayoutContainer rootLayoutContainer = layoutPart.getContainer();
> [ERROR] ^^^^^^^^^^^^^^^^
> [ERROR] ILayoutContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[58,0]
> [ERROR] if (rootLayoutContainer instanceof LayoutPart) {
> [ERROR] ^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[59,0]
> [ERROR] ILayoutContainer editorSashLayoutContainer = ((LayoutPart) rootLayoutContainer)
> [ERROR] ^^^^^^^^^^^^^^^^
> [ERROR] ILayoutContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[59,0]
> [ERROR] ILayoutContainer editorSashLayoutContainer = ((LayoutPart) rootLayoutContainer)
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[59,0]
> [ERROR] ILayoutContainer editorSashLayoutContainer = ((LayoutPart) rootLayoutContainer)
> [ERROR] ^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[61,0]
> [ERROR] if (editorSashLayoutContainer instanceof EditorSashContainer) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] EditorSashContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[62,0]
> [ERROR] editorSashContainer = ((EditorSashContainer) editorSashLayoutContainer);
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] EditorSashContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[69,0]
> [ERROR] PartStack newPart = createStack(editorSashContainer);
> [ERROR] ^^^^^^^^^
> [ERROR] PartStack cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[72,0]
> [ERROR] if (rootLayoutContainer instanceof LayoutPart) {
> [ERROR] ^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[73,0]
> [ERROR] ILayoutContainer cont = ((LayoutPart) rootLayoutContainer)
> [ERROR] ^^^^^^^^^^^^^^^^
> [ERROR] ILayoutContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[73,0]
> [ERROR] ILayoutContainer cont = ((LayoutPart) rootLayoutContainer)
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[73,0]
> [ERROR] ILayoutContainer cont = ((LayoutPart) rootLayoutContainer)
> [ERROR] ^^^^^^^^^^
> [ERROR] LayoutPart cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[75,0]
> [ERROR] if (cont instanceof PartSashContainer) {
> [ERROR] ^^^^^^^^^^^^^^^^^
> [ERROR] PartSashContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[77,0]
> [ERROR] ((PartSashContainer) cont).add(newPart);
> [ERROR] ^^^^^^^^^^^^^^^^^
> [ERROR] PartSashContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[90,0]
> [ERROR] private PartStack createStack(EditorSashContainer editorSashContainer) {
> [ERROR] ^^^^^^^^^
> [ERROR] PartStack cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[90,0]
> [ERROR] private PartStack createStack(EditorSashContainer editorSashContainer) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] EditorSashContainer cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[93,0]
> [ERROR] EditorStack newWorkbook = EditorStack.newEditorWorkbook(
> [ERROR] ^^^^^^^^^^^
> [ERROR] EditorStack cannot be resolved to a type
> [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_trunk.soa-tooling.juno-continuous/sources/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/commands/sidebyside/SideBySideHandler.java:[93,0]
> [ERROR] EditorStack newWorkbook = EditorStack.newEditorWorkbook(
> [ERROR] ^^^^^^^^^^^
> [ERROR] EditorStack cannot be resolved
> [ERROR] 32 problems (32 errors)
> {code}
> http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.soa-tooling.juno-continuous/1/console

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list