21.8.2 Specifying ZIP command parameters

To specify parameters to the ZIP command (for example, for wzzip):

[EclipseHelpOptions]
; ZipParams = parameters to issue for ZipCommand
ZipParams = -a doc.zip *.htm *.jpg *.gif *.css

For parameters that are to be passed to the ZIP program, observe the following:

Note:  The name of the file created by your ZIP program must be doc.zip.

If [Automation]WrapAndShip=Yes (see §44.2 Activating and logging production of deliverables), file specifications you list as parameters for ZipParams should be relative to the [Automation]WrapPath directory, otherwise to the project directory.

Or, you can specify absolute paths (for example, for wzzip):

[EclipseHelpOptions]
ZipParams = -a doc.zip -xg:\eh\_wrap\*.xml g:\eh\_wrap\*.*

This wzzip parameter list includes everything in directory g:\eh\_wrap except XML files. Do not include plugin.xml, toc.xml, index.xml, or any other Eclipse Help XML files in doc.zip. To archive files for storage or shipping, see §21.8.3 Archiving Eclipse Help files.

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

Next Topic:  21.8.3 Archiving Eclipse Help files

Parent Topic:  21.8 Packaging Eclipse Help files

Sibling Topics:

21.8.1 Specifying a ZIP command for doc.zip

21.8.3 Archiving Eclipse Help files

Table of ContentsIndex