[JBoss JIRA] (JBIDE-24966) linuxtools.reddeer should depend on eclipse.reddeer 2.0, not jboss.reddeer 1.2
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24966?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-24966:
---------------------------------------
[~nickboldt] [~jjohnstn] I have created bugzilla for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521799
> linuxtools.reddeer should depend on eclipse.reddeer 2.0, not jboss.reddeer 1.2
> ------------------------------------------------------------------------------
>
> Key: JBIDE-24966
> URL: https://issues.jboss.org/browse/JBIDE-24966
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, docker, target-platform
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: Jeff Johnston
> Priority: Blocker
> Fix For: 4.5.1.AM2
>
>
> Turns out we have a blocker here.
> org.eclipse.linuxtools.docker.reddeer depends on the old namespace org.jboss.reddeer.* plugins, but the plan for JBoss Tools 4.5.1 is to move to Red Deer 2.0, which has migrated to the org.eclipse.reddeer namespace.
> Therefore this manifest needs to be changed:
> {code:title=org.eclipse.linuxtools.docker.reddeer_1.0.0.201708220400.jar/META-INF/MANIFEST.MF}
> Require-Bundle: org.junit,org.eclipse.swt,
> org.eclipse.ui,
> org.eclipse.osgi,org.eclipse.core.runtime,
> org.jboss.reddeer.eclipse;bundle-version="1.2.1", <<
> org.jboss.reddeer.common;bundle-version="1.2.1", <<
> org.jboss.reddeer.swt;bundle-version="1.2.1", <<
> org.jboss.reddeer.core;bundle-version="1.2.1", <<
> org.jboss.reddeer.workbench;bundle-version="1.2.1", <<
> org.apache.commons.lang;bundle-version="2.6.0",
> org.eclipse.linuxtools.docker.core,
> org.hamcrest.library;bundle-version="1.3.0",
> org.hamcrest.core;bundle-version="1.3.0"{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24188) CDKv3 terminal output in IDE is ugly when using hyperv
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24188?page=com.atlassian.jira.plugi... ]
Ondrej Dockal resolved JBIDE-24188.
-----------------------------------
Resolution: Done
I am resolving this issue because no more blank lines/ugly output when starting cdk in IDE under hyperv.
Devstudio version: 11.1.0.AM2-v20170904-0456-B960.
If the jira will not reopened by the end of the sprint, I will close it then.
> CDKv3 terminal output in IDE is ugly when using hyperv
> ------------------------------------------------------
>
> Key: JBIDE-24188
> URL: https://issues.jboss.org/browse/JBIDE-24188
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Environment: Windows 10, x86_64, hyper V.
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.5.1.AM2
>
> Attachments: Terminal-HyperV.png, cdk3-hyperv-terminal
>
>
> While starting/stopping CDKv3 server adapter, you can observe flashing window (coming from hyperV) in terminal tab. The output looks bit ugly, there is pretty much space. When starting/stoping minishift from windows command prompt, you can see such blue flashing/blinking window, too. When I tried cygwin terminal, this did not happen. I am not sure if we can do anything about it, it seems like upstream/system issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24968) VersionProviderTest.testFallBackEmbeddedValues is failing
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24968?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-24968:
------------------------------------
This is side effect of running the install phase first as the maven-download-plugin is configured to be skipped when skipRequirements is true.
Maybe [~nickboldt] can comment ?
> VersionProviderTest.testFallBackEmbeddedValues is failing
> ---------------------------------------------------------
>
> Key: JBIDE-24968
> URL: https://issues.jboss.org/browse/JBIDE-24968
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common
> Affects Versions: 4.5.1.AM1
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Priority: Critical
>
> the test if failing since the beginning of August.
> It seems that the test was not played before, see [JBIDE-19081] so maybe it is that it has never worked
> {noformat}
> Error Message
> ide-config.properties can't be loaded from the org.jboss.tools.foundation.core plugin
> Stacktrace
> java.lang.RuntimeException: ide-config.properties can't be loaded from the org.jboss.tools.foundation.core plugin
> at java.util.Properties$LineReader.readLine(Properties.java:434)
> at java.util.Properties.load0(Properties.java:353)
> at java.util.Properties.load(Properties.java:341)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getProperties(VersionPropertiesProvider.java:293)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.loadDefaultProperties(VersionPropertiesProvider.java:204)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getValue(VersionPropertiesProvider.java:158)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getValue(VersionPropertiesProvider.java:217)
> at org.jboss.tools.foundation.core.properties.internal.VersionProviderTest.testFallBackEmbeddedValues(VersionProviderTest.java:207)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24968) VersionProviderTest.testFallBackEmbeddedValues is failing
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24968?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-24968:
------------------------------------
Test is OK when building locally with
{code:java}
mvn clean verify
{code}
> VersionProviderTest.testFallBackEmbeddedValues is failing
> ---------------------------------------------------------
>
> Key: JBIDE-24968
> URL: https://issues.jboss.org/browse/JBIDE-24968
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common
> Affects Versions: 4.5.1.AM1
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Priority: Critical
>
> the test if failing since the beginning of August.
> It seems that the test was not played before, see [JBIDE-19081] so maybe it is that it has never worked
> {noformat}
> Error Message
> ide-config.properties can't be loaded from the org.jboss.tools.foundation.core plugin
> Stacktrace
> java.lang.RuntimeException: ide-config.properties can't be loaded from the org.jboss.tools.foundation.core plugin
> at java.util.Properties$LineReader.readLine(Properties.java:434)
> at java.util.Properties.load0(Properties.java:353)
> at java.util.Properties.load(Properties.java:341)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getProperties(VersionPropertiesProvider.java:293)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.loadDefaultProperties(VersionPropertiesProvider.java:204)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getValue(VersionPropertiesProvider.java:158)
> at org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getValue(VersionPropertiesProvider.java:217)
> at org.jboss.tools.foundation.core.properties.internal.VersionProviderTest.testFallBackEmbeddedValues(VersionProviderTest.java:207)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24969) Add platform events to usage reporting
by Jeff MAURY (JIRA)
Jeff MAURY created JBIDE-24969:
----------------------------------
Summary: Add platform events to usage reporting
Key: JBIDE-24969
URL: https://issues.jboss.org/browse/JBIDE-24969
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: usage
Affects Versions: 4.5.0.Final
Reporter: Jeff MAURY
Fix For: 4.5.1.AM3
In addition to the jbosstools events reported, we should benefits from the events emitted by the Eclipse platform and send them to the usage reporting feature.
Those events may be:
* perspective events
* view events
* editor events
* menu events
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24676) CDK3 server adapter's console view is using wrong coding on all platforms
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24676?page=com.atlassian.jira.plugi... ]
Ondrej Dockal edited comment on JBIDE-24676 at 9/4/17 5:50 AM:
---------------------------------------------------------------
[~gbraad] [~mmalina] I have tried the spinner on linux platform. Must say that we have a check for minishift binary (it must be executable, version command must return right string, etc.) So I was not able to start CDK server adapter based on this binary, but I got error dialog showing this:
!dot_spinner_error.png|thumbnail!
I assume that output will be the same in console anyway...
was (Author: odockal):
[~gbraad] [~mmalina] I have tried the spinner on linux platform. Must say that we have a check for minishift binary (it must be executable, version command must return right string, etc.) So I was not able to start CDK server adapter based on this binary, but I got error dialog showing this: !dot_spinner_error.png|thumbnail!
I assume that output will be the same in console anyway...
> CDK3 server adapter's console view is using wrong coding on all platforms
> -------------------------------------------------------------------------
>
> Key: JBIDE-24676
> URL: https://issues.jboss.org/browse/JBIDE-24676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.5.0.AM2
> Environment: Windows, Linux, macOS
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Fix For: 4.5.1.AM2
>
> Attachments: Console_output.png, cdk_console_coding.png, dot_spinner_error.png, no_progressbar.png, progress.png
>
>
> Console view on all platforms show strange characters. See the pic.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24676) CDK3 server adapter's console view is using wrong coding on all platforms
by Gerard Braad (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24676?page=com.atlassian.jira.plugi... ]
Gerard Braad commented on JBIDE-24676:
--------------------------------------
Thanks. Helpful information, as it seems there is a prefix/suffix printed besides the characters I wanted.
> CDK3 server adapter's console view is using wrong coding on all platforms
> -------------------------------------------------------------------------
>
> Key: JBIDE-24676
> URL: https://issues.jboss.org/browse/JBIDE-24676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.5.0.AM2
> Environment: Windows, Linux, macOS
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Fix For: 4.5.1.AM2
>
> Attachments: Console_output.png, Spectacle.Lh6212.png, cdk_console_coding.png, dot_spinner_error.png, no_progressbar.png, progress.png
>
>
> Console view on all platforms show strange characters. See the pic.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months