Describe the bug
The deployment generator cleans the src-gen/deploy subfolder thereby also deleting the ini files which are created by the combine_ini_files.sh script.
To Reproduce
Steps to reproduce the behavior:
Create (or open) a System project (with the three models SystemComponentArchitecture, TargetPlatform, and Deployment)
Trigger the Deploy command
Adjust and save the Deployment model
Error: the ini files are now deleted (they will be generated again when step 2. is called)
Expected behavior
The ini-files should remain even when triggering the Deployment generator again. A separate subfolder for ini-files which is excluded from code-gen clean-up might solve the problem. (the paths for ini-files need to be adjusted accordingly in related bash scripts)
Screenshots
If applicable, add screenshots to help explain your problem.
Toolchain version (and other specific settings) that you are using:
SmartMDSD Toolchain v3.7
Open JDK 8
Ubuntu Linux 16.04
...
Additional context
Add any other context about the problem here.
Describe the bug The deployment generator cleans the src-gen/deploy subfolder thereby also deleting the ini files which are created by the combine_ini_files.sh script.
To Reproduce Steps to reproduce the behavior:
Expected behavior The ini-files should remain even when triggering the Deployment generator again. A separate subfolder for ini-files which is excluded from code-gen clean-up might solve the problem. (the paths for ini-files need to be adjusted accordingly in related bash scripts)
Screenshots If applicable, add screenshots to help explain your problem.
Toolchain version (and other specific settings) that you are using:
Additional context Add any other context about the problem here.