konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

Remove unsupported configuration options #247

Closed Vicky-Goldin closed 2 years ago

Vicky-Goldin commented 2 years ago

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:

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.

How Has This Been Tested?

Unit tests and cli-bats tests pass locally, generate and execute on irs app complete successfully.

Checklist