-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing project types in Project Configuration wizard #591
Comments
@slemeur it is expected behavior. If there's no Maven (M2_HOME env) in a workspace, we do not start Maven plugin and disable creation of Maven and Java projects since it does not make any sense. |
Let's discuss this. It was not expected from a user point of view. I think we made the system too smart. As a user I want all pt always visible as I may choose to install maven later and configure my own maven home. |
"to install maven later and configure my own maven home." - yes, that's what desktop env (IDE) user would expect. As a Codenvy user I would expect to choose right workspace template (factory, stack, whatever) and use it or make it myself once and forget, reproducing my workspace over and over again. |
No - that is not true. This is a viable scenario:
We need to support this use case, otherwise, the product is confusing. |
Is not it possible if you restart workspace after step 3? But it is not obvious to me why I would choose Codenvy over desktop to implement this scenario. |
It is expected that if user chooses blank PT and blank project, then they expect our WS to behave just like desktop scenario. If user chooses a different kind of ws / stack / template, then maybe we can do special behaviors. But we have a few scenarios where we do things differently and the end user is not aware of it - cannot be notified, and so it comes across as bug. So best to make blank ws truly blank and turn off any special handling. |
The Project Configuration wizard is missing few project types.
Reproduction Steps:
The problem is actually random and not reproductible 100%. Sometime the Project Configuration wizard is displaying all the project types properly, and sometime it is not.
Expected behavior:
The Project Configuration wizard is displaying the complete list of project types.
Observed behavior:
The Project Configuration wizard is missing Maven.
Codenvy version: 4.6.2 - beta.codenvy.com
Additional information:
Problem only started happening recently, didn't happen in an older version of Codenvy: Yes
Problem can be reliably reproduced: No - it's random
The text was updated successfully, but these errors were encountered: