[jbosstools-issues] [JBoss JIRA] (JBIDE-20248) compile failed in openshift

Nick Boldt (JIRA) issues at jboss.org
Thu Jul 9 10:14:03 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-20248:
-------------------------------
    Description: 
This happened:

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

Then this happened:

{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
[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)
{code}

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

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


  was:
This happened:

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

Then this happened:

{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
[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)
{code}

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



> compile failed in openshift
> ---------------------------
>
>                 Key: JBIDE-20248
>                 URL: https://issues.jboss.org/browse/JBIDE-20248
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.0.Beta2
>            Reporter: Nick Boldt
>            Assignee: Jeff Cantrill
>            Priority: Blocker
>             Fix For: 4.3.0.Beta2
>
>
> This happened:
> https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb062a5aa483d736ba99a7e04c438
> Then this happened:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
> [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)
> {code}
> Related: http://memegenerator.net/instance2/662763
> Please fix this and kick a new build to get the job back to blue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list