eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
114 stars 44 forks source link

Docs: remove a line in appsody troubleshooting #1038

Closed makandre closed 5 years ago

makandre commented 5 years ago

Codewind version: 0.6.0 OS:

Che version: IDE extension version: IDE version: Kubernetes cluster:

Description:

For this section: https://www.eclipse.org/codewind/troubleshooting.html#appsody-mount-errors-on-windows-enterprise

Remove the line which is no longer accurate:

You might receive an error message in the appsody.log file when you try to create an Appsody project:

The rest of the section can stay as-is

Steps to reproduce:

Workaround:

makandre commented 5 years ago

FYA @sishida

sishida commented 5 years ago

Hi, @makandre, I have created the PR (https://github.com/eclipse/codewind-docs/pull/217), but if users don't receive the error message in the appsody.log file anymore, should we tell them where the message will appear instead?

makandre commented 5 years ago

Good point, I think you'll now get similar message from cwctl, which on VSCode is available from the Codewind log

image

I don't know if we expose cwctl messages in Eclipse, @eharris369?

eharris369 commented 5 years ago

The cwctl messages are only shown to the user if the cwctl command fails (non-zero return code). If the command fails a dialog pops up with the output from the cwctl command (standard error if not empty, otherwise standard out).

sishida commented 5 years ago

@makandre, @eharris369, OK, sounds like the users won't need to dig around to find the message and that it appears as needed. I have removed the line that was obsolete. Closing this issue.