vsitegen - Ant task
To use the task you must include in the classpath both vsitegen.jar
and all its dependencies.
To use the task in a buildfile you need the following taskdef
declaration:
<taskdef name="vsitegen" classname="net.robyf.vsitegen.ant.VSiteGenTask" classpath="path.to.vsitegen" />
Parameters
All parameters are required.
Attribute | Description |
---|---|
project | Current project name |
navigation | Path to the navigation configuration file to be used |
content | Path to a directory containing all the page contents file and the velocity template |
template | Name of the velocity template |
output | Path to the output directory |