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

Link phase of zUnit test programs should not add IDENTIFY record #519

Closed dennis-behm closed 1 month ago

dennis-behm commented 3 months ago

Generated zUnit test cases include nested programs. Adding the generated IDENTIFY record (see also signing-load-modules-and-program-objects ) does not work and leads to a link exception.

https://github.com/IBM/dbb-zappbuild/blob/a719842f8b9738133e375eaade8497289c30fc05/samples/application-conf/Cobol.properties#L66-L75

By default, adding the IDENTIFY record to the generated programs, should be skipped by using the file override and adding to the default configuration.

cobol_identifyLoad=false :: **/testcase/*.cbl 
dennis-behm commented 1 month ago

Delivered via zAppBuild Release 3.9.0