[
https://issues.jboss.org/browse/JBIDE-21187?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-21187 at 12/9/15 6:38 AM:
-------------------------------------------------------------------
For this to work properly we have to make sure openshift is using org.eclipse.swt 3.104.1
which is available from TP 4.51.2.Beta1-SNAPSHOT
Eclipse would need to get switched to this TP and in tycho one currently has to build
pointing it to the right TP version:
{code}
mvn clean verify -Dtpc.version=4.51.2.Beta1-SNAPSHOT
{code}
The suggested fix that makes us require org.eclipse.swt 3.104.1 is in the PR at
https://github.com/jbosstools/jbosstools-openshift/pull/838
was (Author: adietish):
For this to work properly we have to make sure openshift is using org.eclipse.swt 3.104.1
which is available from TP 4.51.2.Beta1-SNAPSHOT
Eclipse would need to get switched to this TP and in tycho one currently has to build
pointing it to the right TP version:
{code}
mvn clean verify -Dtpc.version=4.51.2.Beta1-SNAPSHOT
{code}
Fix issues with styled label providers
--------------------------------------
Key: JBIDE-21187
URL:
https://issues.jboss.org/browse/JBIDE-21187
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift, upstream
Affects Versions: 4.3.0.CR1
Reporter: Snjezana Peco
Assignee: Andre Dietisheim
Fix For: 4.3.1.Beta2
Attachments: bad-labels-tree.png, correct-labels-tree.png,
openshift2-grey-decorations.png, openshift3-grey-decorations.png
Since
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466499 has been fixed, we can remove
the workaround related to styled label providers.
The fix is included in Mars 4.5.1 (Mars.1) and Neon 4.6.0M2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)