The cli offered flags that were not used or supported. Those were removed from the cli, documentation and tests.
They were not remove from core, for future integration.
The removed flags:
jee_support
partitions_file
refactored_app_path_prefix
refactored_app_path_suffix
generate.app_build_type (replaced by general.build_type)
Additionally, the app_build_target flag was renamed to app_build_ant_target.
The flag general.build_type now indicated the build type of the given build files, if those are not given - then it indicated the build type for compiling and running the tests.
Related to issue 110 from Planning repo
Type of Change
Please check the types of changes your PR introduces.
[ ] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[x] Refactoring (non-breaking code restructuring that preserves functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Build-related update (CI workflow, test cases)
[x] Documentation update
[ ] Other (please describe):
How Has This Been Tested?
Unit tests and cli-bats tests pass locally, generate and execute on irs app complete successfully.
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
The cli offered flags that were not used or supported. Those were removed from the cli, documentation and tests. They were not remove from core, for future integration.
The removed flags:
Additionally, the
app_build_target
flag was renamed toapp_build_ant_target
.The flag
general.build_type
now indicated the build type of the given build files, if those are not given - then it indicated the build type for compiling and running the tests.Related to issue 110 from Planning repo
Type of Change
Please check the types of changes your PR introduces.
How Has This Been Tested?
Unit tests and cli-bats tests pass locally,
generate
andexecute
onirs
app complete successfully.Checklist