Skip to content

[Bug 582220] [Designer] JDT and CDT project creation require UI

Bugzilla Link 582220
Status ASSIGNED
Importance P3 normal
Reported Jul 19, 2023 10:08 EDT
Modified Sep 13, 2023 04:50 EDT
Version 7.0.0
See also Gerrit change 203259, Git commit 85b45b85

Description

The creation of a JDT or CDT project is based on the respective wizards (with an extension to set initial project name). This implies that these two project types cannot be created in headless mode. This is of particular importance in the context of executing code generators via a web interface. In case of direct code creation (without transformation), a workaround has been to create a generic project in advance, but this workaround is more difficult to apply in case of transformations who calculate the project name depending on several parameters.