Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Che/Roadmap/390

Port SDK to run on Microsoft Windows

  • Simply can't start Che on Windows OS

Add gradle support to codenvy

  • Add a variety of gradle support items to codenvy
  • Factory for Gradle + Android
  • Create builder for Gradle projects
  • Create Hello World sample for Gradle project type
  • Create project type for Gradle

Have all project type extensions support creating a new project without settting mandatory parameters.

To support different client goals, we need to ensure that the server API will create a project by auto-setting any mandatory parameters. This will allow clients like UD to create projects for maven w/o asking the user for any configuration. Planned implementation is to have default template associated wtih every PT. And then we create an instance of that template if PT is created with empty params.

Change default flows during login

  1. When users log in through codenvy.com, the default behavior will be opening the IDE with the previous project. The previous project will open with previous state.
  2. We will make it easier in the IDE to get into the UD. We will create a Profile menu in the IDE that has short cuts to the UD.

Back to the top