Example:
<target name="build-papiws" description="Build papiws war">
<fuego.j2ee:buildpapiws fuegobasedir="${fuego.basedir}"
destfile="${destination.file}"
workdir="${fuego.workdir}"
directoryfile="${fuego.directory.file}"
engineid="${engine.name}"
uri="/fuego/papiws"/>
</target>
| Attribute | Description | Type | Required? |
| destdir |
Destination directory where to build the web application. Set this attribute if you
want to build the application in expanded form, and not in a .war
archive file.
|
File |
Yes Either destdir or destfile must be specified.
|
| uri | URI for this web application module. | String | No |
| directorypreset | Specify a "preset" for authentication to the BPM directory. | String | No Defaults to the "engine" preset. |
| destfile |
Destination file path to the web application archive (.war).
|
File |
Yes Either destdir or destfile must be specified.
|
| engineid | The ID of the BPM Engine this application connects to. | String | Yes Only if the application connects to a J2EE BPM Engine. |
| verbose | Verbose output. | boolean | No Default is false |
| fuegobasedir | Path to BPM Enterprise installation directory. | File |
No Defaults to value of fuego.basedir property of your
Ant script.
|
| loaderref | Reference to BPM classloader. Used internally. | Reference | No |
| templateset | String | ? | |
| directoryfile |
Path to the directory.xml configuration file, used to connect to the BPM
directory.
|
File | No |
| 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. |