<fuego : undeploy>

Description

This task allows to automatically undeploy a complete Fuego project.

Example:

  ...
  <!-- Open a session to the Fuego directory -->
  <fuego:session passportref="fuego.passport">

      <fuego:undeploy projectName="variationsTest"/>

  </fuego:session>
  ...

Parameters

Attribute Description Type Required?
projectname Project to be undeployed String Yes
haltonerror Whether to stop the ant build process if an error occurs during the execution of this task. boolean No Defaults to false

Parameters accepted as nested elements