IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
41 stars 140 forks source link

Implement language configuration strategy to provide alternative approach to define overrides #295

Closed Anuprakash-Moothedath closed 1 year ago

nlopez59 commented 1 year ago

As an aid to companies that may have many LangDef Prop files, I recommend support for adding them under a subfolder of build-conf like dbb-zappbuild/build-conf/langDefs/langDef01.properties . /langDef02.properties
...

Anuprakash-Moothedath commented 1 year ago

Thank you @nlopez1-ibm . We have added the subfolder langDefs under build-conf for maintaining language definition files.