My lazy header ...

web
Target web.build.hot.php

web.build.hot.php
  |
  +--init

Generates the whole web site from scratch in PHP format, and hot-deploys it on a local PHP server.

Override the Ant ${WWW_ROOT_PATH} property in order to specify in what www directory the generated files should be output.

Detail:
<target
	depends="init"
	description="Generates the whole web site from scratch in PHP format, and hot-deploys it on a local PHP server."
	name="web.build.hot.php"
>
	<antcall target="web.build.wedsitor">
		<param
			name="MYSQL_HOST_NAME"
			value="localhost"
		/>

		<param
			name="MYSQL_USER_NAME"
			value="root"
		/>

		<param
			name="MYSQL_USER_PASSWORD"
			value=""
		/>

		<param
			name="MYSQL_DATABASE_NAME"
			value="test"
		/>
	</antcall>

	<antcall target="export.projects"/>

	<antcall target="web.melt">
		<param
			name="OUTPUT_DIRECTORY_PATH"
			value="${WWW_ROOT_PATH}/web"
		/>
	</antcall>
</target>

... is just like my footer!

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