My lazy header ...

AntDoc
Target antdoc.compile.properties

antdoc.compile.properties
  |
  +--init

Creates the AntDoc properties file from the pattern one.


Detail:
<target
	depends="init"
	description="Creates the AntDoc properties file from the pattern one."
	name="antdoc.compile.properties"
>
	<mkdir dir="${TEMPORARY_REPLACE_DIRECTORY_PATH}"/>

	<copy toDir="${TEMPORARY_REPLACE_DIRECTORY_PATH}">
		<fileset dir="${JAVA_SOURCE_DIRECTORY_PATH}">
			<include name="${ANTDOC_PROPERTIES_FILE}"/>
		</fileset>
	</copy>

	<replace file="${TEMPORARY_REPLACE_DIRECTORY_PATH}/${ANTDOC_PROPERTIES_FILE}">
		<replacefilter
			token="@@@VERSION@@@"
			value="${VERSION}"
		/>

		<replacefilter
			token="@@@DATE@@@"
			value="${TIME_STAMP}"
		/>
	</replace>
</target>

... is just like my footer!

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