ear file for each deployed project in the engine.
Example:
<target name="build-all-projects" description="Build all projects ears">
<fuego.j2ee:buildallprojects fuegobasedir="${fuego.basedir}"
destDir="${destination.dir}"
workdir="${fuego.workdir}"
directoryfile="${fuego.directory.file}"
engineid="${engine.name}"/>
</target>
| Attribute | Description | Type | Required? |
| destdir | The destination directory of the generated archive files. | File | Yes |
| directorypreset | String | ? | |
| 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 | ? | |
| directoryfile | File | ? | |
| workdir | A writable directory were temporary files are generated. | File | Yes The directory must exist and writable. |