Skip to content

zAppBuild v3.2.0

Compare
Choose a tag to compare
@dennis-behm dennis-behm released this 15 May 15:12
· 81 commits to main since this release
85e0df0

New & Noteworthy

This release of zAppBuild is adding some end-user enhancements such as a progress indicator on processing the build files mapped to a language script:

*** (1/3) Building file zopeneditor-sample/COBOL/SAM1.cbl
*** (2/3) Building file zopeneditor-sample/COBOL/SAM1LIB.cbl
*** (3/3) Building file zopeneditor-sample/COBOL/SAM2.cbl

Or the ability to display file attributes and their overrides (3rd line) :

*** (4/6) Building file MortgageApplication/cobol/epscsmrt.cbl
....
Program attributes: CICS=true*, SQL=false, DLI=false, MQ=false
Cobol compiler parms for MortgageApplication/cobol/epscsmrt.cbl = LIB,CICS
Link-Edit parms for MortgageApplication/cobol/epscsmrt.cbl = MAP,RENT,COMPAT(PM5),SSI=85e0df0e

A new supplemental build option --preview to run a build without doing actually processing the build list to allow users with the insights, what would be done. Please read more about it in BUILD.md

The zAppBuild Testframework got extended with a new application for some sample Assembler sources.

The languages processing scripts Transfer.groovy and Assembler.groovy were enhanced. Transfer.groovy is now capable of processing files which require different dataset characteristics. The --debug flag was introduced in Assembler.groovy to produce a debug side file (to be used with the IBM Problem Determination tools) along with some bug fixes.

The reporting capabilities got refactored to use the updated DBB 2.0 API.

What's Changed

Full Changelog: 3.1.0...3.2.0