Cannot add a paramater
Posted: Wed Jul 12, 2023 4:25 pm
I've been trying to add a paramater to my DOT plugin. I kept getting a XPST0017 error on the oxyf:getParameter functions saying that the functions at http://www.oxygenxml.com/functions could not be found.
I searched the error message and decided to try making ${oxygenHome}/lib/*saxon*9*.jar my primarly library for the webhelp transofmation. I followed the proceduer posted on your forum here: https://github.com/oxygenxml/oxygen-pub ... ive-output.
Now, I'm no longer getting XPST0017 error. Instead, I have this error message:
BUILD FAILED
C:\DITA-OT-3x-WHR-PDF5-Beta\plugins\org.dita.base\build.xml:29: The following error occurred while executing this line:
C:\DITA-OT-3x-WHR-PDF5-Beta\plugins\org.dita.base\build_preprocess.xml:260: java.lang.IllegalStateException: XsltController#setMessageEmitter() is not supported for a configuration that allows multi-threading. Use setMessageFactory() instead
I cannot find anything about "setMessageFactory" or "setMessageEmitter" on this forum. Do you have any suggestions?
Thank you.
I searched the error message and decided to try making ${oxygenHome}/lib/*saxon*9*.jar my primarly library for the webhelp transofmation. I followed the proceduer posted on your forum here: https://github.com/oxygenxml/oxygen-pub ... ive-output.
Now, I'm no longer getting XPST0017 error. Instead, I have this error message:
BUILD FAILED
C:\DITA-OT-3x-WHR-PDF5-Beta\plugins\org.dita.base\build.xml:29: The following error occurred while executing this line:
C:\DITA-OT-3x-WHR-PDF5-Beta\plugins\org.dita.base\build_preprocess.xml:260: java.lang.IllegalStateException: XsltController#setMessageEmitter() is not supported for a configuration that allows multi-threading. Use setMessageFactory() instead
I cannot find anything about "setMessageFactory" or "setMessageEmitter" on this forum. Do you have any suggestions?
Thank you.