<fuego.j2ee : buildportaladmin>

Description

Task to build the Portal Administration Web Application as a war file (or its expanded version).

Example :


  <target name="build-portaladmin" description="Build portal admin war">
      <fuego.j2ee:buildportaladmin fuegobasedir="${fuego.basedir}"
           destfile="${destination.file}"
           workdir="${fuego.workdir}"
           directoryfile="${fuego.directory.file}"
           engineid="${engine.name}"
           uri="/fuego/portaladmin"/>
  </target>
 

Parameters

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.

Parameters accepted as nested elements