zAppBuild v3.2.0
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
- Uplift Transfer.groovy script by @dennis-behm in #328
- Refactor zAppBuild reporting capabilities by @dennis-behm #341
- Fix load libraries for scanning for link dependencies by @dennis-behm in #334
- Preview build option by @dennis-behm in #347
- Ability to print file attributes and including their overrides by @dennis-behm in #343
- Fix zAppBuild test framework test script for build preview option by @dennis-behm in #355
- Uplift Assembler.groovy script by @dennis-behm in #335
- Release zAppBuild 3.2.0 by @dennis-behm in #354
Full Changelog: 3.1.0...3.2.0