Example:
<target name="build-portal" description="Build portal war"> <fuego.j2ee:buildportal fuegobasedir="${fuego.basedir}" destfile="${destination.file}" workdir="${fuego.workdir}" directoryfile="${fuego.directory.file}" engineid="${engine.name}" uri="/fuego/portal"/> </target>
Attribute | Description | Type | Required? |
destdir | File | ? | |
uri | String | ? | |
directorypreset | String | ? | |
destfile | File | ? | |
engineid | The Fuego Server identification. The server is used to obtain the Application Server Vendor and configure the EAR based on it. | String | Yes |
verbose | boolean | ? | |
fuegobasedir | File | ? | |
loaderref | Reference | ? | |
templateset | String | ? | |
directoryfile | File | ? | |
workdir | A writable directory where temporary files are generated. All the content of the workDir will be delete before executing the task | File | Yes The directory must exist and it must be writable. |