VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/startcmd.bat@ 99206

Last change on this file since 99206 was 98584, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 900 bytes
Line 
1@echo off
2REM This file is part of the DITA Open Toolkit project hosted on
3REM Sourceforge.net. See the accompanying license.txt file for
4REM applicable licenses.
5REM (c) Copyright IBM Corp. 2006 All Rights Reserved.
6
7REM Get the absolute path of DITAOT's home directory
8set DITA_DIR=%~dp0
9
10REM Set environment variables
11set ANT_OPTS=-Xmx512m %ANT_OPTS%
12set ANT_OPTS=%ANT_OPTS% -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl
13set ANT_HOME=%DITA_DIR%tools\ant
14set PATH=%DITA_DIR%tools\ant\bin;%PATH%
15set CLASSPATH=%DITA_DIR%lib;%DITA_DIR%lib\dost.jar;%DITA_DIR%lib\commons-codec-1.4.jar;%DITA_DIR%lib\resolver.jar;%DITA_DIR%lib\icu4j.jar;%CLASSPATH%
16set CLASSPATH=%DITA_DIR%lib\xercesImpl.jar;%DITA_DIR%lib\xml-apis.jar;%CLASSPATH%
17set CLASSPATH=%DITA_DIR%lib\saxon\saxon9.jar;%DITA_DIR%lib\saxon\saxon9-dom.jar;%CLASSPATH%
18start "DITA-OT" cmd.exe
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette