My lazy header ...

AntDoc
Target antdoc.website.upload.http

antdoc.website.upload.http
  |
  +--init

Uploads the official AntDoc HTTP website.

You must have called antdoc.website.generate if you want the website to have been generated beforehand.

Detail:
<target
	depends="init"
	description="Uploads the official AntDoc HTTP website."
	name="antdoc.website.upload.http"
>
	<property
		name="FTP_VERBOSE"
		value="true"
	/>

	<property
		name="REMOTE_FTP_ROOT_PATH"
		value="/"
	/>

	<property file="build.properties"/>

	<ftp
		action="send"
		binary="yes"
		ignoreNoncriticalErrors="true"
		passive="true"
		password="${HTTP_FTP_USER_PASSSWORD}"
		port="${HTTP_FTP_PORT}"
		remotedir="${REMOTE_FTP_ROOT_PATH}"
		separator="${HTTP_FTP_FILE_SEPARATOR}"
		server="${HTTP_FTP_HOST}"
		userid="${HTTP_FTP_USER_ID}"
		verbose="${FTP_VERBOSE}"
	>
		<fileset dir="${WEBSITE_GENERATED_DIRECTORY_PATH}"/>
	</ftp>
</target>

... is just like my footer!

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