My lazy header ...

AntDoc
Target antdoc.compile.pre

antdoc.compile.pre
  |
  +--antdoc.compile.properties
    |
    +--init

Prepares the compilation for the AntDoc source code compilation.


Detail:
<target
	depends="antdoc.compile.properties"
	description="Prepares the compilation for the AntDoc source code compilation."
	name="antdoc.compile.pre"
>
	<property file="${TEMPORARY_REPLACE_DIRECTORY_PATH}/${ANTDOC_PROPERTIES_FILE}"/>

	<mkdir dir="${TEMPORARY_DIRECTORY_PATH}"/>

	<mkdir dir="${JAVA_CLASS_DIRECTORY_PATH}"/>

	<mkdir dir="${DISTRIBUTION_FULL_DIRECTORY_PATH}"/>
</target>

... is just like my footer!

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