[JBoss JIRA] (JBIDE-23317) Create and use Oxygen.0.M7 target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23317?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-23317 at 5/19/17 4:01 PM:
-------------------------------------------------------------
TP to move to Oxygen.0.M7:
https://github.com/jbosstools/jbosstools-target-platforms/pull/258
https://github.com/jbosstools/jbosstools-discovery/pull/356
Note that this includes a lot of duplicate IUs, including 3 versions of guava.
[^duplicate-plugins.jbt.tp.470.M7.txt]
We might have to cull the herd here to remove old version we don't actually require.
p2diffs attached. Here's the most interesting one - ignoring updated versions, here's the list of added/removed IUs:
[^p2diff.M5vsM7_ignore_versions_sorted.txt]
Other p2diffs:
[^p2diff.M5vsM7.txt] -> [^p2diff.M5vsM7_summary.txt]
[^p2diff.M5vsM7_ignore_versions.txt] -> [^p2diff.M5vsM7_ignore_versions_summary.txt]
Announcement:
http://lists.jboss.org/pipermail/jbosstools-dev/2017-May/011965.html
was (Author: nickboldt):
TP to move to Oxygen.0.M7:
https://github.com/jbosstools/jbosstools-target-platforms/pull/258
https://github.com/jbosstools/jbosstools-discovery/pull/356
Note that this includes a lot of duplicate IUs, including 3 versions of guava.
[^duplicate-plugins.jbt.tp.470.M7.txt]
We might have to cull the herd here to remove old version we don't actually require.
p2diffs attached. Here's the most interesting one - ignoring updated versions, here's the list of added/removed IUs:
[^p2diff.M5vsM7_ignore_versions_sorted.txt]
Other p2diffs:
[^p2diff.M5vsM7.txt] -> [^p2diff.M5vsM7_summary.txt]
[^p2diff.M5vsM7_ignore_versions.txt] -> [^p2diff.M5vsM7_ignore_versions_summary.txt]
> Create and use Oxygen.0.M7 target platform
> ------------------------------------------
>
> Key: JBIDE-23317
> URL: https://issues.jboss.org/browse/JBIDE-23317
> Project: Tools (JBoss Tools)
> Issue Type: Component Upgrade
> Components: target-platform
> Affects Versions: 4.4.1.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.5.0.AM1
>
> Attachments: duplicate-plugins.jbt.tp.470.M7.txt, p2diff.M5vsM7.txt, p2diff.M5vsM7_ignore_versions.txt, p2diff.M5vsM7_ignore_versions_sorted.txt, p2diff.M5vsM7_ignore_versions_summary.txt, p2diff.M5vsM7_summary.txt
>
>
> Once available on Feb 02/2017, we should create a new 4.70.0.AM1-SNAPSHOT target platform containing Oxygen.0.M5 bits.
> https://wiki.eclipse.org/index.php?title=Oxygen/Simultaneous_Release_Plan...
> Story points: 21 (fibonacci)
> jbt tp,
> jbds tp,
> central tp;
> jbt-build-sites,
> jbds site build;
> update install/matrix jobs to use new Eclipse JEE/platform binary;
> mailing list announcements
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24488) compilation error building Openshift Tools in master against Docker Tools 3.0 from Oxygen.0.M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24488?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24488:
----------------------------------
Assignee: Rob Stryker
> compilation error building Openshift Tools in master against Docker Tools 3.0 from Oxygen.0.M7
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24488
> URL: https://issues.jboss.org/browse/JBIDE-24488
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift, target-platform
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM1
>
>
> Openshift Tools installation was failing with this error:
> {code}
> [p2.dir] !MESSAGE Cannot complete the install because one or more required items could not be found.
> [p2.dir] !MESSAGE Software being installed: JBoss OpenShift 3 Tools Developer Resources 3.4.0.v20170519-1022 (org.jboss.tools.openshift.feature.source.feature.group 3.4.0.v20170519-1022)
> [p2.dir] !MESSAGE Missing requirement: OpenShift 3 UI 3.4.0.v20170510-2205 (org.jboss.tools.openshift.ui 3.4.0.v20170510-2205) requires 'bundle org.eclipse.linuxtools.docker.core [2.1.0,3.0.0)' but it could not be found
> [p2.dir] !MESSAGE From: JBoss OpenShift 3 Tools 3.4.0.v20170519-1022 (org.jboss.tools.openshift.feature.feature.group 3.4.0.v20170519-1022)
> {code}
> So I pushed this PR:
> https://github.com/jbosstools/jbosstools-openshift/pull/1507
> And now it's failing with 9 compilation errors:
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[30]
> [ERROR] import org.eclipse.linuxtools.docker.core.IDockerConnectionManagerListener2;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.linuxtools.docker.core.IDockerConnectionManagerListener2 cannot be resolved
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[58]
> [ERROR] implements IDeployImageParameters, IDockerConnectionManagerListener2, PropertyChangeListener {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] IDockerConnectionManagerListener2 cannot be resolved to a type
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[97]
> [ERROR] DockerConnectionManager.getInstance().addConnectionManagerListener(this);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method addConnectionManagerListener(IDockerConnectionManagerListener) in the type DockerConnectionManager is not applicable for the arguments (DeployImageWizardModel)
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[103]
> [ERROR] DockerConnectionManager.getInstance().removeConnectionManagerListener(this);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method removeConnectionManagerListener(IDockerConnectionManagerListener) in the type DockerConnectionManager is not applicable for the arguments (DeployImageWizardModel)
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[667]
> [ERROR] public void changeEvent(int event) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method changeEvent(int) of type DeployImageWizardModel must override or implement a supertype method
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[670]
> [ERROR] public void changeEvent(IDockerConnection connection, int event) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method changeEvent(IDockerConnection, int) of type DeployImageWizardModel must override or implement a supertype method
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[671]
> [ERROR] if ((event == ADD_EVENT)
> [ERROR] ^^^^^^^^^
> [ERROR] ADD_EVENT cannot be resolved to a variable
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[672]
> [ERROR] || (event == REMOVE_EVENT)) {
> [ERROR] ^^^^^^^^^^^^
> [ERROR] REMOVE_EVENT cannot be resolved to a variable
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/fromimage/ApplicationSourceFromImageModel.java:[55]
> [ERROR] public class ApplicationSourceFromImageModel
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The hierarchy of the type ApplicationSourceFromImageModel is inconsistent
> [ERROR] 9 problems (9 errors)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24488) compilation error building Openshift Tools in master against Docker Tools 3.0 from Oxygen.0.M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24488?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24488:
-------------------------------
Fix Version/s: 4.5.0.AM1
> compilation error building Openshift Tools in master against Docker Tools 3.0 from Oxygen.0.M7
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24488
> URL: https://issues.jboss.org/browse/JBIDE-24488
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift, target-platform
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Fix For: 4.5.0.AM1
>
>
> Openshift Tools installation was failing with this error:
> {code}
> [p2.dir] !MESSAGE Cannot complete the install because one or more required items could not be found.
> [p2.dir] !MESSAGE Software being installed: JBoss OpenShift 3 Tools Developer Resources 3.4.0.v20170519-1022 (org.jboss.tools.openshift.feature.source.feature.group 3.4.0.v20170519-1022)
> [p2.dir] !MESSAGE Missing requirement: OpenShift 3 UI 3.4.0.v20170510-2205 (org.jboss.tools.openshift.ui 3.4.0.v20170510-2205) requires 'bundle org.eclipse.linuxtools.docker.core [2.1.0,3.0.0)' but it could not be found
> [p2.dir] !MESSAGE From: JBoss OpenShift 3 Tools 3.4.0.v20170519-1022 (org.jboss.tools.openshift.feature.feature.group 3.4.0.v20170519-1022)
> {code}
> So I pushed this PR:
> https://github.com/jbosstools/jbosstools-openshift/pull/1507
> And now it's failing with 9 compilation errors:
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[30]
> [ERROR] import org.eclipse.linuxtools.docker.core.IDockerConnectionManagerListener2;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.linuxtools.docker.core.IDockerConnectionManagerListener2 cannot be resolved
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[58]
> [ERROR] implements IDeployImageParameters, IDockerConnectionManagerListener2, PropertyChangeListener {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] IDockerConnectionManagerListener2 cannot be resolved to a type
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[97]
> [ERROR] DockerConnectionManager.getInstance().addConnectionManagerListener(this);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method addConnectionManagerListener(IDockerConnectionManagerListener) in the type DockerConnectionManager is not applicable for the arguments (DeployImageWizardModel)
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[103]
> [ERROR] DockerConnectionManager.getInstance().removeConnectionManagerListener(this);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method removeConnectionManagerListener(IDockerConnectionManagerListener) in the type DockerConnectionManager is not applicable for the arguments (DeployImageWizardModel)
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[667]
> [ERROR] public void changeEvent(int event) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method changeEvent(int) of type DeployImageWizardModel must override or implement a supertype method
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[670]
> [ERROR] public void changeEvent(IDockerConnection connection, int event) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method changeEvent(IDockerConnection, int) of type DeployImageWizardModel must override or implement a supertype method
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[671]
> [ERROR] if ((event == ADD_EVENT)
> [ERROR] ^^^^^^^^^
> [ERROR] ADD_EVENT cannot be resolved to a variable
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[672]
> [ERROR] || (event == REMOVE_EVENT)) {
> [ERROR] ^^^^^^^^^^^^
> [ERROR] REMOVE_EVENT cannot be resolved to a variable
> [ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/fromimage/ApplicationSourceFromImageModel.java:[55]
> [ERROR] public class ApplicationSourceFromImageModel
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The hierarchy of the type ApplicationSourceFromImageModel is inconsistent
> [ERROR] 9 problems (9 errors)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24488) compilation error building Openshift Tools in master against Docker Tools 3.0 from Oxygen.0.M7
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-24488:
----------------------------------
Summary: compilation error building Openshift Tools in master against Docker Tools 3.0 from Oxygen.0.M7
Key: JBIDE-24488
URL: https://issues.jboss.org/browse/JBIDE-24488
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: docker, openshift, target-platform
Affects Versions: 4.5.0.AM1
Reporter: Nick Boldt
Openshift Tools installation was failing with this error:
{code}
[p2.dir] !MESSAGE Cannot complete the install because one or more required items could not be found.
[p2.dir] !MESSAGE Software being installed: JBoss OpenShift 3 Tools Developer Resources 3.4.0.v20170519-1022 (org.jboss.tools.openshift.feature.source.feature.group 3.4.0.v20170519-1022)
[p2.dir] !MESSAGE Missing requirement: OpenShift 3 UI 3.4.0.v20170510-2205 (org.jboss.tools.openshift.ui 3.4.0.v20170510-2205) requires 'bundle org.eclipse.linuxtools.docker.core [2.1.0,3.0.0)' but it could not be found
[p2.dir] !MESSAGE From: JBoss OpenShift 3 Tools 3.4.0.v20170519-1022 (org.jboss.tools.openshift.feature.feature.group 3.4.0.v20170519-1022)
{code}
So I pushed this PR:
https://github.com/jbosstools/jbosstools-openshift/pull/1507
And now it's failing with 9 compilation errors:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[30]
[ERROR] import org.eclipse.linuxtools.docker.core.IDockerConnectionManagerListener2;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.linuxtools.docker.core.IDockerConnectionManagerListener2 cannot be resolved
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[58]
[ERROR] implements IDeployImageParameters, IDockerConnectionManagerListener2, PropertyChangeListener {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] IDockerConnectionManagerListener2 cannot be resolved to a type
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[97]
[ERROR] DockerConnectionManager.getInstance().addConnectionManagerListener(this);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method addConnectionManagerListener(IDockerConnectionManagerListener) in the type DockerConnectionManager is not applicable for the arguments (DeployImageWizardModel)
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[103]
[ERROR] DockerConnectionManager.getInstance().removeConnectionManagerListener(this);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method removeConnectionManagerListener(IDockerConnectionManagerListener) in the type DockerConnectionManager is not applicable for the arguments (DeployImageWizardModel)
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[667]
[ERROR] public void changeEvent(int event) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method changeEvent(int) of type DeployImageWizardModel must override or implement a supertype method
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[670]
[ERROR] public void changeEvent(IDockerConnection connection, int event) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method changeEvent(IDockerConnection, int) of type DeployImageWizardModel must override or implement a supertype method
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[671]
[ERROR] if ((event == ADD_EVENT)
[ERROR] ^^^^^^^^^
[ERROR] ADD_EVENT cannot be resolved to a variable
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImageWizardModel.java:[672]
[ERROR] || (event == REMOVE_EVENT)) {
[ERROR] ^^^^^^^^^^^^
[ERROR] REMOVE_EVENT cannot be resolved to a variable
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/newapp/fromimage/ApplicationSourceFromImageModel.java:[55]
[ERROR] public class ApplicationSourceFromImageModel
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type ApplicationSourceFromImageModel is inconsistent
[ERROR] 9 problems (9 errors)
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24487) JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24487?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-24487.
--------------------------------
Resolution: Done
I added the missing IU back in - seems it was moved from Oxygen and into Orbit.
https://github.com/jbosstools/jbosstools-target-platforms/commit/d4182499...
> JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24487
> URL: https://issues.jboss.org/browse/JBIDE-24487
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, target-platform
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.0.AM1
>
>
> {code}
> [p2.dir] !MESSAGE Software being installed: JBoss Tools - Tests - JBoss Central 2.1.100.v20170420-1329 (org.jboss.tools.central.test.feature.feature.group 2.1.100.v20170420-1329)
> [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-05-19 13:34:38.113
> [p2.dir] !MESSAGE Missing requirement: JBoss Central 2.1.100.v20170419-2042 (org.jboss.tools.central 2.1.100.v20170419-2042) requires 'bundle com.sun.syndication 0.9.0' but it could not be found{code}
> So... do we still need the Buzz feature in Central? If so I can try to find this old com.sun.syndication 0.9.0 plugin in another site...
> cc: [~fbricon] [~jeffmaury]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24487) JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24487?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24487:
----------------------------------
Assignee: Fred Bricon (was: Nick Boldt)
> JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24487
> URL: https://issues.jboss.org/browse/JBIDE-24487
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, target-platform
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Fred Bricon
> Fix For: 4.5.0.AM1
>
>
> {code}
> [p2.dir] !MESSAGE Software being installed: JBoss Tools - Tests - JBoss Central 2.1.100.v20170420-1329 (org.jboss.tools.central.test.feature.feature.group 2.1.100.v20170420-1329)
> [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-05-19 13:34:38.113
> [p2.dir] !MESSAGE Missing requirement: JBoss Central 2.1.100.v20170419-2042 (org.jboss.tools.central 2.1.100.v20170419-2042) requires 'bundle com.sun.syndication 0.9.0' but it could not be found{code}
> So... do we still need the Buzz feature in Central? If so I can try to find this old com.sun.syndication 0.9.0 plugin in another site...
> cc: [~fbricon] [~jeffmaury]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24487) JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24487?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24487:
-------------------------------
Fix Version/s: 4.5.0.AM1
> JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24487
> URL: https://issues.jboss.org/browse/JBIDE-24487
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, target-platform
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Fix For: 4.5.0.AM1
>
>
> {code}
> [p2.dir] !MESSAGE Software being installed: JBoss Tools - Tests - JBoss Central 2.1.100.v20170420-1329 (org.jboss.tools.central.test.feature.feature.group 2.1.100.v20170420-1329)
> [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-05-19 13:34:38.113
> [p2.dir] !MESSAGE Missing requirement: JBoss Central 2.1.100.v20170419-2042 (org.jboss.tools.central 2.1.100.v20170419-2042) requires 'bundle com.sun.syndication 0.9.0' but it could not be found{code}
> So... do we still need the Buzz feature in Central? If so I can try to find this old com.sun.syndication 0.9.0 plugin in another site...
> cc: [~fbricon] [~jeffmaury]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24487) JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24487?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24487:
----------------------------------
Assignee: Nick Boldt
> JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24487
> URL: https://issues.jboss.org/browse/JBIDE-24487
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, target-platform
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.0.AM1
>
>
> {code}
> [p2.dir] !MESSAGE Software being installed: JBoss Tools - Tests - JBoss Central 2.1.100.v20170420-1329 (org.jboss.tools.central.test.feature.feature.group 2.1.100.v20170420-1329)
> [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-05-19 13:34:38.113
> [p2.dir] !MESSAGE Missing requirement: JBoss Central 2.1.100.v20170419-2042 (org.jboss.tools.central 2.1.100.v20170419-2042) requires 'bundle com.sun.syndication 0.9.0' but it could not be found{code}
> So... do we still need the Buzz feature in Central? If so I can try to find this old com.sun.syndication 0.9.0 plugin in another site...
> cc: [~fbricon] [~jeffmaury]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24487) JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-24487:
----------------------------------
Summary: JBoss Central's RefreshBuzzJob requires com.sun.syndication, which is no longer in Oxygen.0.M7
Key: JBIDE-24487
URL: https://issues.jboss.org/browse/JBIDE-24487
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, target-platform
Affects Versions: 4.5.0.AM1
Reporter: Nick Boldt
{code}
[p2.dir] !MESSAGE Software being installed: JBoss Tools - Tests - JBoss Central 2.1.100.v20170420-1329 (org.jboss.tools.central.test.feature.feature.group 2.1.100.v20170420-1329)
[p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2017-05-19 13:34:38.113
[p2.dir] !MESSAGE Missing requirement: JBoss Central 2.1.100.v20170419-2042 (org.jboss.tools.central 2.1.100.v20170419-2042) requires 'bundle com.sun.syndication 0.9.0' but it could not be found{code}
So... do we still need the Buzz feature in Central? If so I can try to find this old com.sun.syndication 0.9.0 plugin in another site...
cc: [~fbricon] [~jeffmaury]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months