Hi,
I have a PDF customization that works fine in DITA OT 2.5.1. However, that same customization is partially broken after installing the plugin into DITA OT 3.1.1. It produces a PDF and custom properties from the plugin are being used. I'm guessing the problem is during the map2pdf stage, the DITA OT is unable to find any of the topics that are defined in the processed map. For example, I have a map with two topics in it I'm using as a test. The log produces the following:
map2pdf2:
[topic-merge] Processing /var/folders/vw/9h1gn4g91fjffmn0mct1_r_m0000gn/T/temp20180806095639319/7b67fa20ef08d08e0fb8b5b8c5860f181cd85415.ditamap
[topic-merge] [DOTX008E][ERROR] File 'file:/var/folders/vw/9h1gn4g91fjffmn0mct1_r_m0000gn/T/temp20180806095639319/6fd155285f8e702351b2bb921c24acf8ae7a9ed8.xml' does not exist or cannot be loaded.
[topic-merge] [DOTX008E][ERROR] File 'file:/var/folders/vw/9h1gn4g91fjffmn0mct1_r_m0000gn/T/temp20180806095639319/5348fc78f0f2c15093fd26e64aeb16c2d2e70b58.xml' does not exist or cannot be loaded.
[topic-merge] Processing /var/folders/vw/9h1gn4g91fjffmn0mct1_r_m0000gn/T/temp20180806095639319/96d9df064bee5da5a8f5c4bdc847893bdea80873.xml
[topic-merge] Processing /var/folders/vw/9h1gn4g91fjffmn0mct1_r_m0000gn/T/temp20180806095639319/792d9a51802ea2231e3002de9b1a6769f729ddd4.xml
The result is a PDF with the correct formatting properties but no content. As a test, I generated a pdf plugin from Jarno's plugin generator and got the same result. Any ideas?
Thanks,
Jason