My lazy header ...

AntDoc
Target antdoc.cab

antdoc.cab
  |
  +--init

Makes a Microsoft cabinet file of AntDoc.

You need to have installed Microsoft SDK V4.0, and its bin directory to be present in the PATH environment variable in order to execute this target.

Detail:
<target
	depends="init"
	description="Makes a Microsoft cabinet file of AntDoc."
	name="antdoc.cab"
>
	<cab
		basedir="${JAVA_CLASS_DIRECTORY_PATH}/applet"
		cabfile="${DISTRIBUTION_APPLET_DIRECTORY_PATH}/${ANTDOC_CAB_FILE_NAME}"
		verbose="yes"
	>
		<include name="**/*"/>
	</cab>
</target>

... is just like my footer!

Edouard Mercier 2003.12.08 20:31:08 - AntDoc V0.8h - XSL Transformer Factory: com.icl.saxon.TransformerFactoryImpl