CobiGen tutorial fails #200
Labels
bug
Something isn't working
cobigen
Team_Tutorials
These issues will be handeled by the team Tutorials
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.The text was updated successfully, but these errors were encountered: