Alerts regarding issues with transformations encountered during the nightly automated build

Post here questions and problems related to editing and publishing DITA content.
overallstrack
Posts: 1
Joined: Thu Oct 31, 2024 12:01 pm
Location: https://basketballstars-game.io

Alerts regarding issues with transformations encountered during the nightly automated build

Post by overallstrack »

Greetings everyone,

We have created a custom application that combines the DITA documentation in our Subversion repository with the Oxygen Publishing Engine and Jenkins.
We make PDF and WebHelp, and occasionally there are issues with table cells that are too large for the page.
With interactive transformation, a "Transformation problems" tab at the bottom of the window will display messages about a table element being too large for the viewport, along with the page number in the PDF file where the problem occurred. Is it possible to incorporate the same information in the Jenkins build report for the automatic transformation?

Thanks for your assistance.
julien_lacour
Posts: 601
Joined: Wed Oct 16, 2019 3:47 pm

Re: Alerts regarding issues with transformations encountered during the nightly automated build

Post by julien_lacour »

Hello,

The information displayed in the "Transformation problems" tab is directly extracted from the console log of the transformation.
So if you run the same scenario on Jenkins you should see the same Warning/Error in the console. Make also sure the -v parameter is set in the DITA command.

Regards,
Julien
Post Reply