tasks/system/ExitTask.php
Exits the active build, giving an additional message if available.
- Author
- Hans Lellelid
(Phing) - Author
- Nico Seessle
(Ant) - Package
- phing.tasks.system
- Version
- $Revision: 526 $
\ExitTask
Package: phing\tasks\system
Exits the active build, giving an additional message if available.
- Parent(s)
- \Task < \ProjectComponent
- Author
- Hans Lellelid
(Phing) - Author
- Nico Seessle
(Ant) - Version
- $Revision: 526 $
Properties
Methods

setIf(
\c $c
)
:
voidOnly fail if a property of the given name exists in the current project.
Parameters
| Name | Type | Description |
|---|---|---|
| $c | \c | property name |

setMessage(
\value $value
)
:
voidA message giving further information on why the build exited.
Parameters
| Name | Type | Description |
|---|---|---|
| $value | \value | message to output |

setMsg(
string $value
)
:
voidA message giving further information on why the build exited.
Parameters
| Name | Type | Description |
|---|---|---|
| $value | string | message to output |

setUnless(
\c $c
)
:
voidOnly fail if a property of the given name does not exist in the current project.
Parameters
| Name | Type | Description |
|---|---|---|
| $c | \c | property name |