Good day!
I'm new in DITA, and i want to implement this tool in java project via Java API. We have one page information, how to use it (
https://www.dita-ot.org/3.1/reference/java-api.html), but when I try to run this code, it fails with:
Failed to read transtypes from configuration, using empty list.
Exception in thread "main" java.lang.IllegalArgumentException: Transtype html5 not supported
at org.dita.dost.ProcessorFactory.newProcessor(ProcessorFactory.java:58)
at com.epam.pay.log.Main.main(Main.java:35)
As I understood, it couldn't find configuration.properties and list of plugins. As I see. if we start tool by dita.bat, env.bat is started before main process. But how it could be implemented in Java code?