Open
Description
Currently the Cobigen tutorial is failing. See for example this log file: https://github.com/devonfw-tutorials/tutorials/runs/5225406346?check_suite_focus=true
The first generation with CobiGen is successful. Then the input file is changed and another generation with CobiGen is failing.
This is because the Java project is not rebuilt after the entity class is changed.
Probably a buildJava("cobigenexample", false)
command after the change file command could be the solution.