devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
35 stars 70 forks source link

Enabling multi-step generation #680

Open jdiazgon opened 6 years ago

jdiazgon commented 6 years ago

Our objective

<gen-pipeline>
    <incrementRef ref="crud_openapi_java_server_app"/>
    <incrementRef ref="crud_java_server_app::inc21" use-input="${variables.entityName}Entity.java"/>
  </gen-pipline>

This configuration means that from an OpenAPI file we will generate the crud_openapi_java_server_app templates. Then, using the generated ${variables.entityName}Entity.java, we will generate templates from the crud_java_server_app using the increment with id "inc21". Related to issue #678.

Although this issue is tricky, it will highly improve maintainability of the templates and reduce the development time for the next plug-ins templates.

Related/Dependent Issues

Part of issue #676.

github-actions[bot] commented 5 years ago

Stale topic. Please negotiate closing or discussing the relevance of this ticket.