Running DITA-OT 4.1.2 from Java API and extracted DITA-OT dir #4343
Unanswered
andreacanforadev
asked this question in
Q&A
Replies: 2 comments 3 replies
-
See the example in the docs at https://www.dita-ot.org/dev/reference/java-api. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Instead of extracting the source Git repo, use the distribution build. I think the root cause here is that you haven't run the install process, and the distribution build has the install process artifacts. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a Java project and added
org.dita-ot:dost:4.1.2as dependency and extracted DITA-OT in a directory including all source files as in github develop branch.I am trying to run a conversion with code:
I am getting exception:
Is there any documentation or guide on how to use Java API?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions