Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

SVT : Eclipse IDE set incorrect project type when importing appsody projects #487

Closed
mmulholl opened this issue Sep 18, 2019 · 5 comments
Closed
Labels
area/eclipse-ide Issue associated with the Codewind Eclipse plugin duplicate This issue or pull request already exists kind/bug priority/stopship

Comments

@mmulholl
Copy link

Codewind version: Codewind tech preview 0.4.0.v201909162044
OS: Macos

Che version:
IDE extension version:
IDE version: Eclipse 2019-06
Kubernetes cluster:

Description:

If create an appsody project and try importing it again the wizard does not set the project type to "appsody" but the value it would be if the project was not an appsody project.

For example when importing an existing Appsody Node Skaffold project, by default the type is set to "Node.js" - if i install that way it will not build. However, If I change the type to appsody and language to Node.js all is fine.

This is a regression and stop/ship.

Steps to reproduce:

Workaround:

Manually set the correct values.

@mmulholl
Copy link
Author

@jagraj

@tetchel
Copy link

tetchel commented Sep 18, 2019

this may be fixed by eclipse-archived/codewind-eclipse#309 (erin will confirm)

@tetchel tetchel added the area/eclipse-ide Issue associated with the Codewind Eclipse plugin label Sep 18, 2019
@eharris369
Copy link

eharris369 commented Sep 19, 2019

This is fixed by eclipse-archived/codewind-eclipse#309. The problem of the project type not being detected as Appsody is covered in #445.

Here is the result of the validation on an appsody project (codewind-installer.exe project C:\codewind-workspace\appsodyMP1). Note that projectType is docker instead of appsody:

{"status":"success","projectPath":"C:\\codewind-workspace\\appsodyMP1","result":{"language":"java","projectType":"docker"}}

@eharris369 eharris369 added the duplicate This issue or pull request already exists label Sep 19, 2019
@eharris369
Copy link

eharris369 commented Sep 19, 2019

@mmulholl
Copy link
Author

all good now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/eclipse-ide Issue associated with the Codewind Eclipse plugin duplicate This issue or pull request already exists kind/bug priority/stopship
Projects
None yet
Development

No branches or pull requests

3 participants