- fix hardcoded path to hhc.exe to properly locate install location on x64 platforms (e.g., c:\program files (x86)\... instead of c:\program files\...)

- increased heap space to 1024m on the docbook builder (PDF target) so that it doesn't crash when building
This commit is contained in:
sbohlen
2010-12-06 19:56:14 +00:00
parent 69b2b885be
commit 3dcbc88fa7
3 changed files with 6 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_imageio.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\fop-hyph.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%FOP_HYPHENATION_PATH%
set JAVAOPTS=-Denv.windir=%WINDIR% -Xmx256m
set JAVAOPTS=-Denv.windir=%WINDIR% -Xmx1024m
if "%JAVA_HOME%" == "" goto noJavaHome
if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome