External Tools
Posted: Tue Dec 27, 2011 1:58 am
I have a script that runs from a DOS prompt without issues. For the sake of convenience, my client wants to execute this script, which incidentally runs an external DITA build process, from Oxygen Author. I have set up a toolbar shortcut via Tools>External Tools>Preferences. When I execute the script from within Author on my test XP OS, it runs without issues. When I port the external build to my client's Vista OS, it runs from the DOS prompt; however, it fails when run from the Author application with the following error:
CALL ant -f my-build.xml -Dinput=input/path ….
The system cannot find the path specified.
I have removed all JDKs and JREs from both my test box and my client's box, other than the JRE that ant requires to run the DITA build. I still get the same result: I can run the script from the instance of Author on XP, but I get an error when it run on Vista within Author. In both cases, Author version 13.1 is used.
Do you have any ideas as to why I am seeing this error?
Thank you.
CALL ant -f my-build.xml -Dinput=input/path ….
The system cannot find the path specified.
I have removed all JDKs and JREs from both my test box and my client's box, other than the JRE that ant requires to run the DITA build. I still get the same result: I can run the script from the instance of Author on XP, but I get an error when it run on Vista within Author. In both cases, Author version 13.1 is used.
Do you have any ideas as to why I am seeing this error?
Thank you.