[JBoss JIRA] (LOCUS-43) Migrate Locus to tycho 0.22; upversion to 1.3; fix missing TP resolution deps
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt closed LOCUS-43.
---------------------------
Resolution: Done
PR merged; issue closed.
> Migrate Locus to tycho 0.22; upversion to 1.3; fix missing TP resolution deps
> -----------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 1.3.0
>
>
> If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20188) when invoking "Refresh" on a JMX node it causes the whole JMX tree to collapse
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20188?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20188:
---------------------------------------------
I have reverted the commits for this since it left the repository in an uncompilable state.
> when invoking "Refresh" on a JMX node it causes the whole JMX tree to collapse
> ------------------------------------------------------------------------------
>
> Key: JBIDE-20188
> URL: https://issues.jboss.org/browse/JBIDE-20188
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jmx
> Affects Versions: 4.3.0.Beta1, 4.3.x
> Reporter: Lars Heinemann
> Assignee: Rob Stryker
> Fix For: 4.3.0.Beta2
>
>
> When you expand an entry in the JMX Navigator into a deeper level ( for instance java.lang -> Compilation ) and then invoke the context menu "Refresh" on that node (Compilation) it collapses the whole tree and you loose your selection.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20249) compile failed in server (jmx)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20249?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20249:
-------------------------------
Description:
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
You get this:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] 5 problems (5 errors)
{code}
Related: http://memegenerator.net/instance2/662763
was:
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
You get this:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] 5 problems (5 errors)
{code}
!http://memegenerator.net/instance2/662763!
> compile failed in server (jmx)
> ------------------------------
>
> Key: JBIDE-20249
> URL: https://issues.jboss.org/browse/JBIDE-20249
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx, server
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> After this:
> https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
> You get this:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
> 09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
> 09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
> 09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
> 09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] 5 problems (5 errors)
> {code}
> Related: http://memegenerator.net/instance2/662763
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20248) compile failed in openshift
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20248?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20248:
-------------------------------
Description:
This happened:
https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
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/08206fefb9beb06...
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/08206fefb9beb06...
> 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)
10 years, 9 months
[JBoss JIRA] (JBIDE-20249) compile failed in server (jmx)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20249?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20249:
-------------------------------
Description:
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
You get this:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [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:
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
You get this:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] 5 problems (5 errors)
{code}
Related: http://memegenerator.net/instance2/662763
> compile failed in server (jmx)
> ------------------------------
>
> Key: JBIDE-20249
> URL: https://issues.jboss.org/browse/JBIDE-20249
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx, server
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> After this:
> https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
> You get this:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
> 09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
> 09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
> 09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
> 09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [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)
10 years, 9 months
[JBoss JIRA] (JBIDE-20249) compile failed in server (jmx)
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-20249:
----------------------------------
Summary: compile failed in server (jmx)
Key: JBIDE-20249
URL: https://issues.jboss.org/browse/JBIDE-20249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx, server
Affects Versions: 4.3.0.Beta2
Reporter: Nick Boldt
Priority: Blocker
After this:
https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
You get this:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
09:59:09 [ERROR] RefreshActionState cannot be resolved
09:59:09 [ERROR] 5 problems (5 errors)
{code}
!http://memegenerator.net/instance2/662763!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20249) compile failed in server (jmx)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20249?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-20249:
----------------------------------
Assignee: Rob Stryker
> compile failed in server (jmx)
> ------------------------------
>
> Key: JBIDE-20249
> URL: https://issues.jboss.org/browse/JBIDE-20249
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx, server
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> After this:
> https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
> You get this:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
> 09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
> 09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
> 09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
> 09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] 5 problems (5 errors)
> {code}
> !http://memegenerator.net/instance2/662763!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months