My lazy header ...

AntDoc
Target antdoc.javadoc.antdoc

antdoc.javadoc.antdoc
  |
  +--init

Generates the Antdoc documentation of the AntDoc task.

This target uses the AntDoc other project.

Detail:
<target
	depends="init"
	description="Generates the Antdoc documentation of the AntDoc task."
	name="antdoc.javadoc.antdoc"
>
	<javadoc
		author="true"
		destdir="${TEMPORARY_DIRECTORY_PATH}/antdoc"
		doclet="org.tonjac.ant.doclet.Doclet"
		docletpath="${ant.home}/lib/antdoc2.jar"
		sourcefiles=""
		version="true"
		windowtitle="Antdoc of the AntDoc task"
	>
		<package name="${ED_PACKAGE}.ant"/>

		<classpath>
			<fileset dir="${ant.home}/lib">
				<include name="ant.jar"/>
			</fileset>
		</classpath>

		<sourcepath>
			<pathelement path="${JAVA_SOURCE_DIRECTORY_PATH}"/>
		</sourcepath>
	</javadoc>
</target>

... is just like my footer!

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