[jbosstools-issues] [JBoss JIRA] (JBIDE-20248) compile failed in openshift
Nick Boldt (JIRA)
issues at jboss.org
Thu Jul 9 10:02:05 EDT 2015
Nick Boldt created JBIDE-20248:
----------------------------------
Summary: 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
Fix For: 4.3.0.Beta2
This happened:
https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb062a5aa483d736ba99a7e04c438
Then this happened:
{code}
[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}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jbosstools-issues
mailing list