My lazy header ...

AntDoc
Target antdoc.release

antdoc.release
  |
  +--init

Builds old AntDoc releases (depending on Ant) from scratch.

This target first cleans the project temporary artifacts, compiles the source code and then makes a setup for distribution.

Detail:
<target
	depends="init"
	description="Builds old AntDoc releases (depending on Ant) from scratch."
	name="antdoc.release"
>
	<antcall target="antdoc.release.ant">
		<param
			name="ANT_VERSION"
			value="1.4.1"
		/>
	</antcall>

	<antcall target="antdoc.release.ant">
		<param
			name="ANT_VERSION"
			value="1.5"
		/>
	</antcall>

	<antcall target="antdoc.website.generate"/>

	<antcall target="antdoc.website.upload"/>
</target>

... is just like my footer!

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