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 141 forks source link

Display message on missing build script mapping #401

Closed dennis-behm closed 1 year ago

dennis-behm commented 1 year ago

This is providing a warning message to the console output independently of running in verbose logging mode, when during impact analysis an impacted file was detected, but is not mapped to a language script:

** Found impacted file retirementCalculator/testcase/TEBUD01.cbl
** retirementCalculator/testcase/TEBUD01.cbl is impacted by changed file retirementCalculator/cobol/EBUD01.cbl. Adding to build list.
** Found impacted file retirementCalculator/testcfg/EBUD01.bzucfg
*! retirementCalculator/testcfg/EBUD01.bzucfg is impacted by changed file retirementCalculator/cobol/EBUD01.cbl, but is not added to build list, because it is not mapped to a language script.

The msg is also added to the build result.

dennis-behm commented 1 year ago

@M-DLB, good catch! The error indicator is fixed.