[JBoss JIRA] (JBIDE-20802) jax-rs refresh triggers error in server.launchbar on kitchensink example with launchbar wtp installed
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20802?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20802:
-----------------------------------
Fix Version/s: 4.3.1.Final
4.4.0.Alpha1
(was: 4.3.1.Beta1)
> jax-rs refresh triggers error in server.launchbar on kitchensink example with launchbar wtp installed
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20802
> URL: https://issues.jboss.org/browse/JBIDE-20802
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.3.1.Final, 4.4.0.Alpha1
>
>
> Have jboss launchbar tooling installed and then :
> use the kitchensink example (JAvaEE project).
> project shows up with blank/empty JAX-RS Web services node
> Right click and refresh the resources
> I then browse the tree and in logs I get:
> {code}
> java.lang.ClassCastException: org.jboss.tools.ws.jaxrs.ui.internal.launcher.JaxrsEndpointModuleArtifact cannot be cast to org.eclipse.wst.server.core.model.ModuleArtifactDelegate
> at org.jboss.tools.wtp.server.launchbar.objects.ModuleArtifactWrapper.getName(ModuleArtifactWrapper.java:36)
> at org.jboss.tools.wtp.server.launchbar.descriptors.ModuleArtifactLaunchDescriptor.getName(ModuleArtifactLaunchDescriptor.java:45)
> at org.eclipse.launchbar.core.internal.LaunchBarManager.getDescriptorId(LaunchBarManager.java:293)
> at org.eclipse.launchbar.core.internal.LaunchBarManager.addDescriptor(LaunchBarManager.java:301)
> at org.eclipse.launchbar.core.internal.LaunchBarManager.launchObjectAdded(LaunchBarManager.java:342)
> at org.jboss.tools.wtp.server.launchbar.ModuleObjectProvider.selectionChanged(ModuleObjectProvider.java:331)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:237)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService.handlePostSelectionChanged(SelectionService.java:122)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService.access$1(SelectionService.java:112)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService$3.selectionChanged(SelectionService.java:80)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator$4.run(SelectionAggregator.java:167)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator.notifyPostListeners(SelectionAggregator.java:164)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator.access$8(SelectionAggregator.java:161)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator$8$1.run(SelectionAggregator.java:273)
> at org.eclipse.e4.core.contexts.RunAndTrack.runExternalCode(RunAndTrack.java:56)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator$8.changed(SelectionAggregator.java:270)
> at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:114)
> at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:341)
> at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:356)
> at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.setPostSelection(SelectionServiceImpl.java:36)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart$3.selectionChanged(CompatibilityPart.java:132)
> at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:877)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:874)
> at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1243)
> at org.eclipse.ui.navigator.CommonViewer.handlePostSelect(CommonViewer.java:455)
> at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1269)
> at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:265)
> at org.eclipse.jface.util.OpenStrategy.access$5(OpenStrategy.java:259)
> at org.eclipse.jface.util.OpenStrategy$1$2.run(OpenStrategy.java:440)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> {code}
> then when I start clicking around and try working I get error dialogs popping up.
> Looks like it tries to convert things it should not try converting.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21016) compile failed in openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21016?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21016:
-------------------------------------
Description:
Compilation failure in 4.3.x:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
[ERROR] private IObservableList mutableTargets = new WritableList<>();
[ERROR] ^^^^^^^^^^^^
[ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
[ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
was:
Denis says Openshift is failing to compile in master:
{code}
[INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile (default-compile) on project org.jboss.tools.openshift.egit.ui: Compilation failure: Compilation failure:
[INFO] [ERROR] <http://0.0.0.0:8088/job/jbosstools-releng/ws/jbosstools-openshift/plugins...>:[41]
[INFO] [ERROR] return Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR);
[INFO] [ERROR] ^^^^^^^^^^^^^^^^
[INFO] [ERROR] DEFAULT_REPO_DIR cannot be resolved or is not a field
[INFO] [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
Different compilation failure in 4.3.x:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
[ERROR] private IObservableList mutableTargets = new WritableList<>();
[ERROR] ^^^^^^^^^^^^
[ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
[ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-21016
> URL: https://issues.jboss.org/browse/JBIDE-21016
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.3.1.Beta1
>
>
> Compilation failure in 4.3.x:
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
> [ERROR] private IObservableList mutableTargets = new WritableList<>();
> [ERROR] ^^^^^^^^^^^^
> [ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
> [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21018) compile failed in openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21018?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21018:
-------------------------------------
Fix Version/s: (was: 4.3.1.Beta1)
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-21018
> URL: https://issues.jboss.org/browse/JBIDE-21018
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.0.Alpha1
>
>
> Denis says Openshift is failing to compile in master:
> {code}
> [INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile (default-compile) on project org.jboss.tools.openshift.egit.ui: Compilation failure: Compilation failure:
> [INFO] [ERROR] <http://0.0.0.0:8088/job/jbosstools-releng/ws/jbosstools-openshift/plugins...>:[41]
> [INFO] [ERROR] return Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR);
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^
> [INFO] [ERROR] DEFAULT_REPO_DIR cannot be resolved or is not a field
> [INFO] [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> Different compilation failure in 4.3.x:
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
> [ERROR] private IObservableList mutableTargets = new WritableList<>();
> [ERROR] ^^^^^^^^^^^^
> [ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
> [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21018) compile failed in openshift
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-21018:
----------------------------------------
Summary: compile failed in openshift
Key: JBIDE-21018
URL: https://issues.jboss.org/browse/JBIDE-21018
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
Reporter: Nick Boldt
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
Denis says Openshift is failing to compile in master:
{code}
[INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile (default-compile) on project org.jboss.tools.openshift.egit.ui: Compilation failure: Compilation failure:
[INFO] [ERROR] <http://0.0.0.0:8088/job/jbosstools-releng/ws/jbosstools-openshift/plugins...>:[41]
[INFO] [ERROR] return Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR);
[INFO] [ERROR] ^^^^^^^^^^^^^^^^
[INFO] [ERROR] DEFAULT_REPO_DIR cannot be resolved or is not a field
[INFO] [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
Different compilation failure in 4.3.x:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
[ERROR] private IObservableList mutableTargets = new WritableList<>();
[ERROR] ^^^^^^^^^^^^
[ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
[ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21016) compile failed in openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21016?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-21016:
----------------------------------------
Assignee: Andre Dietisheim (was: Fred Bricon)
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-21016
> URL: https://issues.jboss.org/browse/JBIDE-21016
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> Denis says Openshift is failing to compile in master:
> {code}
> [INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile (default-compile) on project org.jboss.tools.openshift.egit.ui: Compilation failure: Compilation failure:
> [INFO] [ERROR] <http://0.0.0.0:8088/job/jbosstools-releng/ws/jbosstools-openshift/plugins...>:[41]
> [INFO] [ERROR] return Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR);
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^
> [INFO] [ERROR] DEFAULT_REPO_DIR cannot be resolved or is not a field
> [INFO] [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> Different compilation failure in 4.3.x:
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
> [ERROR] private IObservableList mutableTargets = new WritableList<>();
> [ERROR] ^^^^^^^^^^^^
> [ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
> [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-20849) Blank space in a New Connection dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20849?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20849:
------------------------------------------
merged and pushed to upstream/jbosstools-4.3.x
> Blank space in a New Connection dialog
> --------------------------------------
>
> Key: JBIDE-20849
> URL: https://issues.jboss.org/browse/JBIDE-20849
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.3.1.Beta1
>
> Attachments: connwiz-singup-documentation-areas.png, openshift2_connection_dialog.png, openshift3_connection_dialog.png
>
>
> There is a lot of blank space on top of OpenShift New Connection dialog. See following screenshots. Blank space is marked with red question marks.
> !openshift2_connection_dialog.png!
> !openshift3_connection_dialog.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21017) Blank space in a New Connection dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21017?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21017:
-------------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.3.1.Beta1)
> Blank space in a New Connection dialog
> --------------------------------------
>
> Key: JBIDE-21017
> URL: https://issues.jboss.org/browse/JBIDE-21017
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.0.Alpha1
>
> Attachments: connwiz-singup-documentation-areas.png, openshift2_connection_dialog.png, openshift3_connection_dialog.png
>
>
> There is a lot of blank space on top of OpenShift New Connection dialog. See following screenshots. Blank space is marked with red question marks.
> !openshift2_connection_dialog.png!
> !openshift3_connection_dialog.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21017) Blank space in a New Connection dialog
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-21017:
----------------------------------------
Summary: Blank space in a New Connection dialog
Key: JBIDE-21017
URL: https://issues.jboss.org/browse/JBIDE-21017
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.CR2
Reporter: Marián Labuda
Assignee: Andre Dietisheim
Priority: Minor
Fix For: 4.3.1.Beta1
There is a lot of blank space on top of OpenShift New Connection dialog. See following screenshots. Blank space is marked with red question marks.
!openshift2_connection_dialog.png!
!openshift3_connection_dialog.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-20849) Blank space in a New Connection dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20849?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20849:
------------------------------------------
We discussed this and agreed to exclude the empty widgets from layouting which results in having no empty space if there's no signup link or userdoc.
> Blank space in a New Connection dialog
> --------------------------------------
>
> Key: JBIDE-20849
> URL: https://issues.jboss.org/browse/JBIDE-20849
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.3.1.Beta1
>
> Attachments: connwiz-singup-documentation-areas.png, openshift2_connection_dialog.png, openshift3_connection_dialog.png
>
>
> There is a lot of blank space on top of OpenShift New Connection dialog. See following screenshots. Blank space is marked with red question marks.
> !openshift2_connection_dialog.png!
> !openshift3_connection_dialog.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21016) compile failed in openshift
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21016?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-21016:
-----------------------------------
Fix Version/s: 4.3.1.Beta1
4.4.0.Alpha1
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-21016
> URL: https://issues.jboss.org/browse/JBIDE-21016
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> Denis says Openshift is failing to compile in master:
> {code}
> [INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile (default-compile) on project org.jboss.tools.openshift.egit.ui: Compilation failure: Compilation failure:
> [INFO] [ERROR] <http://0.0.0.0:8088/job/jbosstools-releng/ws/jbosstools-openshift/plugins...>:[41]
> [INFO] [ERROR] return Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR);
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^
> [INFO] [ERROR] DEFAULT_REPO_DIR cannot be resolved or is not a field
> [INFO] [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> Different compilation failure in 4.3.x:
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_4.3.mars/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/TemplateListPage.java:[615]
> [ERROR] private IObservableList mutableTargets = new WritableList<>();
> [ERROR] ^^^^^^^^^^^^
> [ERROR] The type WritableList is not generic; it cannot be parameterized with arguments <>
> [ERROR] 1 problem (1 error){code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months