[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.common.reddeer: Compilation failure: Compilation failure: [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[21] [ERROR] import org.eclipse.reddeer.core.condition.JobIsRunning; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.condition.JobIsRunning cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[22] [ERROR] import org.eclipse.reddeer.core.condition.ShellWithTextIsAvailable; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.condition.ShellWithTextIsAvailable cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[23] [ERROR] import org.eclipse.reddeer.eclipse.jdt.ui.ProjectExplorer; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.eclipse.jdt.ui.ProjectExplorer cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[24] [ERROR] import org.eclipse.reddeer.eclipse.ui.dialogs.ExplorerItemPropertyDialog; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.eclipse.ui.dialogs.ExplorerItemPropertyDialog cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[26] [ERROR] import org.eclipse.reddeer.swt.condition.WidgetIsEnabled; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.swt.condition.WidgetIsEnabled cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[48] [ERROR] ProjectExplorer pe = new ProjectExplorer(); [ERROR] ^^^^^^^^^^^^^^^ [ERROR] ProjectExplorer cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[48] [ERROR] ProjectExplorer pe = new ProjectExplorer(); [ERROR] ^^^^^^^^^^^^^^^ [ERROR] ProjectExplorer cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[51] [ERROR] new ContextMenu("Refresh").select(); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The constructor ContextMenu(String) is undefined [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[51] [ERROR] new ContextMenu("Refresh").select(); [ERROR] ^^^^^^ [ERROR] The method select() is undefined for the type ContextMenu [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[52] [ERROR] new WaitWhile(new JobIsRunning(), TimePeriod.LONG); [ERROR] ^^^^^^^^^^^^ [ERROR] JobIsRunning cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[54] [ERROR] ExplorerItemPropertyDialog pd = new ExplorerItemPropertyDialog(pe.getProject(projectName)); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] ExplorerItemPropertyDialog cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[54] [ERROR] ExplorerItemPropertyDialog pd = new ExplorerItemPropertyDialog(pe.getProject(projectName)); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] ExplorerItemPropertyDialog cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[67] [ERROR] new WaitUntil(new WidgetIsEnabled(new PushButton("OK"))); [ERROR] ^^^^^^^^^^^^^^^ [ERROR] WidgetIsEnabled cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[69] [ERROR] new WaitWhile(new ShellWithTextIsAvailable("JAR Selection")); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] ShellWithTextIsAvailable cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/utils/ProjectHelper.java:[71] [ERROR] new WaitWhile(new JobIsRunning(), TimePeriod.LONG); [ERROR] ^^^^^^^^^^^^ [ERROR] JobIsRunning cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/requirements/JavaFoldingRequirement.java:[27] [ERROR] public class JavaFoldingRequirement implements Requirement { [ERROR] ^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The type JavaFoldingRequirement must implement the inherited abstract method Requirement.getDeclaration() [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/requirements/JavaFoldingRequirement.java:[44] [ERROR] public boolean canFulfill() { [ERROR] ^^^^^^^^^^^^ [ERROR] The method canFulfill() of type JavaFoldingRequirement must override or implement a supertype method [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[15] [ERROR] import org.eclipse.reddeer.core.lookup.EditorPartLookup; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.lookup.EditorPartLookup cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[16] [ERROR] import org.eclipse.reddeer.core.util.Display; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.util.Display cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[17] [ERROR] import org.eclipse.reddeer.core.util.ResultRunnable; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.util.ResultRunnable cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[53] [ERROR] final org.jboss.tools.common.propertieseditor.PropertiesCompoundEditor pce = ((org.jboss.tools.common.propertieseditor.PropertiesCompoundEditor) (EditorPartLookup.getInstance().getActiveEditor())); [ERROR] ^^^^^^^^^^^^^^^^ [ERROR] EditorPartLookup cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[54] [ERROR] ITextEditor iTextEditor = (ITextEditor) Display.syncExec(new ResultRunnable() { [ERROR] ^^^^^^^ [ERROR] Display cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[54] [ERROR] ITextEditor iTextEditor = (ITextEditor) Display.syncExec(new ResultRunnable() { [ERROR] ^^^^^^^^^^^^^^ [ERROR] ResultRunnable cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/propertieseditor/PropertiesEditor.java:[56] [ERROR] public IEditorPart run() { [ERROR] ^^^^^ [ERROR] The method run() of type new ResultRunnable(){} must override or implement a supertype method [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/common/test-framework/org.jboss.tools.common.reddeer/src/org/jboss/tools/common/reddeer/preferences/SourceLookupPreferencePage.java:[27] [ERROR] super("JBoss Tools", "Source Lookup"); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The constructor PreferencePage(String, String) is undefined [ERROR] 25 problems (25 errors) [ERROR] -> [Help 1] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.runtime.reddeer: Compilation failure: Compilation failure: [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/wizard/DownloadRuntimesTaskWizard.java:[7] [ERROR] import org.eclipse.reddeer.core.condition.JobIsRunning; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.condition.JobIsRunning cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/wizard/DownloadRuntimesTaskWizard.java:[30] [ERROR] new WaitUntil(new JobIsRunning(), TimePeriod.LONG, false); [ERROR] ^^^^^^^^^^^^ [ERROR] JobIsRunning cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/condition/RuntimeIsDownloading.java:[4] [ERROR] import org.eclipse.reddeer.core.condition.JobIsRunning; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.condition.JobIsRunning cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/condition/RuntimeIsDownloading.java:[5] [ERROR] import org.eclipse.reddeer.core.condition.ShellWithTextIsAvailable; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.reddeer.core.condition.ShellWithTextIsAvailable cannot be resolved [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/condition/RuntimeIsDownloading.java:[13] [ERROR] if(new ShellWithTextIsAvailable("Question").test()){ [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] ShellWithTextIsAvailable cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/condition/RuntimeIsDownloading.java:[17] [ERROR] return new JobIsRunning().test(); [ERROR] ^^^^^^^^^^^^ [ERROR] JobIsRunning cannot be resolved to a type [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/wizard/TaskWizardLoginPage.java:[12] [ERROR] public class TaskWizardLoginPage extends WizardPage { [ERROR] ^^^^^^^^^^^^^^^^^^^ [ERROR] Implicit super constructor WizardPage() is undefined for default constructor. Must define an explicit constructor [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/wizard/TaskWizardSecondPage.java:[17] [ERROR] public class TaskWizardSecondPage extends WizardPage{ [ERROR] ^^^^^^^^^^^^^^^^^^^^ [ERROR] Implicit super constructor WizardPage() is undefined for default constructor. Must define an explicit constructor [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-base/runtime/test-framework/org.jboss.tools.runtime.reddeer/src/org/jboss/tools/runtime/reddeer/wizard/TaskWizardSecondPage.java:[21] [ERROR] new WaitUntil(new WidgetIsFound