-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CobiGen tutorial fails #200
Comments
I see an error, which is completely strange here. https://github.com/devonfw-tutorials/tutorials/runs/5225406346?check_suite_focus=true#step:7:1538 I don't feel it will be fixed by simply rebuilding. |
Hello, yesterday i created pull request for this issue #201 with the proposed solution of rebuilding the project. The build still fails but the error has changed. |
@maybeec I will take this issue with me to discuss with the CobiGen team. Backup of the tutorial: |
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: