My lazy header ...

WedSitor
Target wedsitor.deploy

wedsitor.deploy
  |
  +--wedsitor.dist
    |
    +--init

Builds and deploys the WedSitor framework distribution in Ant.

Xalan or Saxon jar must be present in Ant lib directory

Detail:
<target
	depends="wedsitor.dist"
	description="Builds and deploys the WedSitor framework distribution in Ant."
	name="wedsitor.deploy"
>
	<copy
		file="${WEDSITOR_JAR}"
		overwrite="true"
		toDir="${ant.home}/lib"
	/>
</target>

... is just like my footer!

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