Page 1 of 1

Checking the DITA-OT version number

Posted: Tue Oct 31, 2023 5:46 am
by kate_lopresti
How do I check the version of a DITA OT at a certain path?
Using the command

Code: Select all

dita --version
returns the OT I have installed locally, but my Oxygen projects can point to different team OTs. I'd like to double-check the version when I use them.

Re: Checking the DITA-OT version number

Posted: Tue Oct 31, 2023 8:29 am
by Radu
Hi Kate,
The command line looks correct:
https://www.dita-ot.org/dev/topics/dete ... -of-ditaot
What do you mean by "OT I have installed locally"? Did you change the environmental "PATH" variable in order to be able to run "dita" from any folder?
Maybe you could use the command prompt/terminal to navigate to the "DITA-OT\bin" folder and run from there "dita --version".
Regards,
Radu

Re: Checking the DITA-OT version number

Posted: Wed Nov 01, 2023 12:37 am
by kate_lopresti
Thanks for the quick response. The environmental "PATH" variable was indeed the issue. I thought it had to do with the changing directory path. :/ Mystery solved.

Re: Checking the DITA-OT version number

Posted: Mon Nov 06, 2023 8:33 am
by Radu
Hi Kate,
Thanks for the update!
Regards,
Radu