My lazy header ...

WedSitor
Target wedsitor.clean

wedsitor.clean
  |
  +--init

Cleans up the project, ie. the generated resources

The site is hot-deployed under the PHP server.

Detail:
<target
	depends="init"
	description="Cleans up the project, ie. the generated resources"
	name="wedsitor.clean"
>
	<delete dir="${TEMPORARY_DIRECTORY_PATH}"/>

	<delete file="${WEDSITOR_ZIP_FILE_PATH}"/>

	<delete file="${WEDSITOR_JAR}"/>

	<delete>
		<fileset dir=".">
			<include name="**/*.pyc"/>
		</fileset>
	</delete>
</target>

... is just like my footer!

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