Chapter 5. The Build Process

Table of Contents

5.1. A sample build batch file
5.2. The ant file

5.1. A sample build batch file

To start the build process you can take the following listing and paste it into a build.bat and store it in xoops/documents. If you have installed the programs and files into different directories please make the prober adjustments.

SET PATH=C:\docbook\tools;%PATH%
SET PHP_HOME=C:/Programme/apachefriends/xampp/php SET XML_CATALOG_FILES=C:\docbook\docbook-xml-4.2\catalog SET JAVA_HOME=C:\programme\java\jdk1.5.0
SET HTMLHELP_HOME=C:\Programme\MVS\HTMLHelpSET RECODE_HOME=C:/programme/gnu/iconv/iconv/util SET INPUT_ENCODING=UTF-8SET OUTPUT_ENCODING=ISO-8859-1c:\docbook\ant\bin\ant -l ant.log -v