Jacoco ant task - no jacoco.exec output
I found the cause. It is stupid but there was no logging to indicate the error:
batchtest fork="true" todir="target/test-reports"
The fork parameter was set to false in the batchtest. Setting it back to "true" produces the expected jacoco.exec.