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
40 stars 123 forks source link

zUnit processing doesn't report files in the Build Report HTML report #424

Open M-DLB opened 9 months ago

M-DLB commented 9 months ago

Running zUnitConfig processing as part of the Build process doesn't produce a clean output of tests being executed: image

We can expect to have the files listed and other relevant information.

dennis-behm commented 8 months ago

@M-DLB

The file attribute is implemented for JobExec API in DBB 2.0.1: https://www.ibm.com/docs/api/v1/content/SS6T76_2.0.0/javadoc/com/ibm/dbb/build/JobExec.html#file-java.io.File-

I had opened the DBB idea - https://ideas.ibm.com/ideas/DBB-I-41 - to address the limitation in JCLExec. With the deprecation of the API, I doubt that this enhancement will be implemented.

To implement it, it would require to move to the new JobExec.

M-DLB commented 8 months ago

I guess we should investigate to move to JobExec then, since JCLExec is deprecated and will eventually disappear from a future release of DBB.

dennis-behm commented 8 months ago

Sorry, I think I messed something up with my response. The build file reference seems not to be implemented for the JobExec either.

I believe that the build file reference is a planned future item according to the status of the idea DBB-I-41 .