CobiGen CLI does not generate properly from non-build Java sources #1497
Labels
app:cli
bug
prio:high
Team_CobiGen_Templates
These issues will be handeled by the team CobiGen_Templates
Milestone
Expected behavior
As a CobiGen CLI user, I want CobiGen to be able to generate from non-build Java sources.
Actual behavior
The CobiGen CLI is not able to generate all the Java files from non-build Java source files. After building the Java project the generation is working.
Steps to reproduce
devon java create com.example.application.cobigenexample
)package
com.example.application.cobigenexample.customermanagement.dataaccess.api
devon cobigen generate core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java
Select
1,3,5,6,8
as incrementsThe following error occurs:
After building the project (
devon mvn clean install -Dmaven.test.skip=true
) this error does not happen5
or8
as incrementsThe following error occurs:
Again after building the project this works
Related/Dependent Issues
devonfw-tutorials/tutorials#200
Comments/Hints:
In Eclipse the generation with the same steps works
Affected version:
The text was updated successfully, but these errors were encountered: