DITA and XMetaL Discussion
XMetaL Community Forum › DITA and XMetaL Discussion › Where or how is %XMETAL_SHARED_ALL% variable defined
-
ffhum May 31, 2017 at 4:48 pm
Where or how is %XMETAL_SHARED_ALL% variable defined
May 31, 2017 at 4:48 pmParticipants 1Replies 0Last Activity 5 years, 8 months agoProduct: XMetal Author Enterprise 11.0.0.088; XMetal for Documentum WebTop 11.0.0.0;
OS: Windows 7/Windows 10In the configure output, Advanced tab, the following is listed:
DITA_OT_DIR = %XMETAL_SHARED_ALL%DITA_OT2.2Where is %XMETAL_SHARED_ALL% defined?
When attempting to Preview, the following is in the .log:
…C:Windows>set ANT_PARAM_ALL= -Ddita.temp.dir=DITA_OT2.2temp -Ddita.dir=DITA_OT2.2 -Ddita.dtd.dir=DITA_OT2.2/page-preview/dtd -Ddita.resource.dir=DITA_OT2.2/page-preview/build-resources -Dargs.xmfo.java_maxmemory=1024m -Dargs.logdir=C:Usersabc1234AppDataLocalTempXMetaLRENDIT~1log -Dargs.indexshow=no -Dargs.artlbl=no -Dargs.draft=no -Dargs.xsl=DITA_OT2.2/page-preview/dita2html.xsl -Dargs.css=DITA_OT2.2page-previewbuild-resourceshumana-mentor.css -Dargs.hdr=DITA_OT2.2page-previewbuild-resourcesheader.xml -Dargs.ftr=DITA_OT2.2page-previewbuild-resourcesheader.xml -Ddita.ext=.xml
…
C:Windows>pushd “DITA_OT2.2”
The system cannot find the path specified.
…the xm_dita_envar.bat/dita.bat files in same location have:
set ANT_PARAM_ALL= -Ddita.temp.dir=%XMETAL_SHARED_ALL%DITA_OT2.2temp -Ddita.dir=%XMETAL_SHARED_ALL%DITA_OT2.2 -Ddita.dtd.dir=%XMETAL_SHARED_ALL%DITA_OT2.2/page-preview/dtd -Ddita.resource.dir=%XMETAL_SHARED_ALL%DITA_OT2.2/page-preview/build-resources -Dargs.xmfo.java_maxmemory=1024m -Dargs.logdir=C:Usersabc1234AppDataLocalTempXMetaLRENDIT~1log -Dargs.indexshow=no -Dargs.artlbl=no -Dargs.draft=no -Dargs.xsl=%XMETAL_SHARED_ALL%DITA_OT2.2/page-preview/dita2html.xsl -Dargs.css=%XMETAL_SHARED_ALL%DITA_OT2.2page-previewbuild-resourceshumana-mentor.css -Dargs.hdr=%XMETAL_SHARED_ALL%DITA_OT2.2page-previewbuild-resourcesheader.xml -Dargs.ftr=%XMETAL_SHARED_ALL%DITA_OT2.2page-previewbuild-resourcesheader.xml -Ddita.ext=.xml
…
set DITA_OT_DIR=%XMETAL_SHARED_ALL%DITA_OT2.2
…
pushd “%DITA_OT_DIR%”
…So it appears that %XMETAL_SHARED_ALL% is not getting set for some reason.
-
AuthorPosts
- You must be logged in to reply to this topic.