Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-20248

compile failed in openshift

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 4.3.0.Beta2
    • 4.3.0.Beta2
    • openshift
    • None

      This happened:

      https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb062a5aa483d736ba99a7e04c438

      Then this happened:

      [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
      [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
      [ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
      [ERROR] ^^^^
      [ERROR] The method stub(String, String) is undefined for the type IResourceFactory
      [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
      [ERROR] project.setDescription(getDescription());
      [ERROR] ^^^^^^^^^^^^^^
      [ERROR] The method setDescription(String) is undefined for the type IProject
      [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
      [ERROR] project.setDisplayName(getDisplayName());
      [ERROR] ^^^^^^^^^^^^^^
      [ERROR] The method setDisplayName(String) is undefined for the type IProject
      [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
      [ERROR] return object.getDescription();
      [ERROR] ^^^^^^^^^^^^^^
      [ERROR] The method getDescription() is undefined for the type IProject
      [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
      [ERROR] public void setAnnoation(String key, String value) {
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
      [ERROR] 5 problems (5 errors)
      

      Related: http://memegenerator.net/instance2/662763

      Please fix this and kick a new build to get the job back to blue.

            jcantril@redhat.com Jeffrey Cantrill
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: