21.8 Packaging Eclipse Help files

Eclipse Help allows you to deploy your HTML topic files (but not the XML files) in a ZIP file called doc.zip, or XML and HTML files in a JAR file called doc.jar. Although packaging for topic files is not required for Eclipse Help, it is recommended.

If you run DITA2Go in a .bat file, you can add a command to create doc.zip. For example, if you are using the command-line version of WinZip:

"c:\program files\winzip\wzzip" -a doc.zip -xg:\*.xml g:\*.*

This command adds everything in the current directory to doc.zip, except files with extension .xml.

DITA2Go provides ZIP packaging, if you provide a ZIP program (such as pkzip.exe or WinZip command-line add-on wzzip.exe) and specify the command and parameters required to execute the program.

In this section:

§21.8.1 Specifying a ZIP command for doc.zip

§21.8.2 Specifying ZIP command parameters

§21.8.3 Archiving Eclipse Help files

See also:

§16.2.2 Compiling and distributing Help systems

§44.6 Assembling files for distribution

Previous Topic:  21.7.5 Locating context information

Next Topic:  21.8.1 Specifying a ZIP command for doc.zip

Parent Topic:  21. Generating Eclipse Help

Sibling Topics:

21.1 Understanding how Eclipse Help works

21.2 Setting up an Eclipse Help project

21.3 Configuring Eclipse Help manifest files

21.4 Configuring contents and index for Eclipse Help

21.5 Configuring search properties for Eclipse Help

21.6 Merging Eclipse Help projects

21.7 Setting up CSH for Eclipse Help

Table of ContentsIndex