[
https://issues.jboss.org/browse/JBIDE-24668?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-24668 at 7/28/17 2:12 PM:
-------------------------------------------------------------
I was able to reproduce this by simply installing the one feature from the JBT snapshots
site [1], *org.jboss.tools.wtp.server.launchbar.feature*.
[1]
http://download.jboss.org/jbosstools/oxygen/snapshots/updates/
Then applied this PR, built the jbosstools-server/site/target/repository, and installed
the updted feature from there. Warning suppressed.
---
PR:
https://github.com/jbosstools/jbosstools-server/pull/527/files
Before PR:
{code}!MESSAGE Enablement expression is missing for descriptor type
org.jboss.tools.wtp.server.launchbar.ModuleDescriptorType
!MESSAGE Enablement expression is missing for config provider for
org.jboss.tools.wtp.server.launchbar.ModuleDescriptorType{code}
After:
{code}(nothing in console log){code}
was (Author: nickboldt):
PR:
https://github.com/jbosstools/jbosstools-server/pull/527/files
Before PR:
{code}!MESSAGE Enablement expression is missing for descriptor type
org.jboss.tools.wtp.server.launchbar.ModuleDescriptorType
!MESSAGE Enablement expression is missing for config provider for
org.jboss.tools.wtp.server.launchbar.ModuleDescriptorType{code}
After:
{code}(nothing in console log){code}
Warnings after installation in Eclipse Oxygen
---------------------------------------------
Key: JBIDE-24668
URL:
https://issues.jboss.org/browse/JBIDE-24668
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: upstream
Affects Versions: 4.5.0.AM2
Environment: F26
Eclipse Java EE IDE for Web Developers.
Version: Oxygen Release (4.7.0)
Reporter: Josef Kopriva
Assignee: Rob Stryker
Priority: Minor
Fix For: 4.5.0.Final
After installation of JBoss Tools (from update site
http://download.jboss.org/jbosstools/oxygen/staging/updates/) in Eclipse Oxygen, there are
warnings in error log:
{code:java}
eclipse.buildId=4.7.0.I20170612-0950
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -data file:/home/jkopriva/eclipse-oxygen-final/workspace/ -os
linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
org.eclipse.launchbar.core
Warning
Fri Jul 14 10:00:07 CEST 2017
Enablement expression is missing for config provider for
org.jboss.tools.wtp.server.launchbar.ModuleDescriptorType
{code}
and
{code:java}
eclipse.buildId=4.7.0.I20170612-0950
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -data file:/home/jkopriva/eclipse-oxygen-final/workspace/ -os
linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
org.eclipse.launchbar.core
Warning
Fri Jul 14 10:00:07 CEST 2017
Enablement expression is missing for descriptor type
org.jboss.tools.wtp.server.launchbar.ModuleDescriptorType
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)