Background
If Conformance phase fails it leaves behind the temporary files created by Standardization. That prevents Standardization to re-run easily.
Feature
Find and implement a way to make Standardization re-run easier.
Proposed Solution
Solution Ideas:
- If
auto-clean option is on delete the Standardization target directory if it exists instead of failing
- Introduce a new switch
force that will ignore the existence of target directory and delete it first if it exists.
Background
If Conformance phase fails it leaves behind the temporary files created by Standardization. That prevents Standardization to re-run easily.
Feature
Find and implement a way to make Standardization re-run easier.
Proposed Solution
Solution Ideas:
auto-cleanoption is on delete the Standardization target directory if it exists instead of failingforcethat will ignore the existence of target directory and delete it first if it exists.