Home › Forums › DITA and XMetaL Discussion › Using a ditaval file in a 64bit system › Reply To: Using a ditaval file in a 64bit system
Reply to: Using a ditaval file in a 64bit system
June 7, 2010 at 10:15 pmTry putting one of the following into the “Other output parameters” text box for your deliverable type (on the Advanced tab):
DITAVAL_PATH_BACK_SLASH = c:my path with spacesmyfile.ditaval
DITAVAL_PATH_BACK_SLASH = "c:my path with spacesmyfile.ditaval"
Then check the output log file to see if the following entry made it in:
set DITAVAL_PATH_BACK_SLASH=c:my path with spacesmyfile.ditaval
set DITAVAL_PATH_BACK_SLASH="c:my path with spacesmyfile.ditaval"
Note that doing it this way you'll probably see two entries, the default value first and then later on in the log the value you want to actually use.