Oxygen 17 DITA-OT transform problems
Posted: Wed May 13, 2015 12:04 am
We are using DITA-OT 1.8.5, and have configured Oxygen scenarios to use our own DITA-OT for transforms. These work fine in Oxygen 16. When I try to run them in Oxygen 17, I get this error for HTML5-based transform:
For the PDF2 transform using XEP, again in the same DITA-OT as above, I get this (much less informative) error:
And in the log is this:
I am able to run the transforms using ant at the command line with no problem, and like I said, they worked in Oxygen 16.
A colleague also replicated this issues.
Code: Select all
System ID: /Users/misty/docs/cloudera.ditamap
Scenario: D4P
Input file: /Users/misty/docs/cloudera.ditamap
Engine name: DITA-OT
Severity: fatal
Description: Parameter parentId is not declared in the called template
Start location: 466:69
System ID: /Users/misty/docs/cloudera.ditamap
Scenario: D4P
Input file: /Users/misty/docs/cloudera.ditamap
Engine name: DITA-OT
Severity: fatal
Description: Parameter topicref is not declared in the called template
Start location: 244:61
Code: Select all
System ID: /Users/misty/docs/introduction.ditamap
Scenario: DITA Map PDF
Input file: /Users/misty/docs/introduction.ditamap
Engine name: DITA-OT
Severity: fatal
Description: Transformation failed.
Code: Select all
/Users/misty/tools/DITA-OT/plugins/org.dita.pdf2/build.xml:150: The following error occurred while executing this line:
/Users/misty/tools/DITA-OT/plugins/org.dita.pdf2/build_xep.xml:106: Java returned: 1
A colleague also replicated this issues.