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 a message when there is no scriptMapping found for impacted files #386

Closed dennis-behm closed 1 year ago

dennis-behm commented 1 year ago

During impact analysis, no message is displayed when no scriptMapping is found for a file.

A message should be presented if an impacted file is found, but no scriptMapping exists for the identified impact:

"!! $impactFile is impacted by changed file $changedFile, but is not added to build list, because it is not mapped to a language script." 

https://github.com/IBM/dbb-zappbuild/blob/85e0df0ed7d693457473303ba5873524bb5f7797/utilities/ImpactUtilities.groovy#L86-L107

dennis-behm commented 1 year ago

Delivered via zAppBuild Release 3.4.0 (#392). Feedback welcome via #410