classes/phing/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
Exits the active build, giving an additional message if available.
Use {@link Project#createTask} to register a new Task.
- Extends from
- \Task
- author
- Hans Lellelid
(Phing) - author
- Nico Seessle
(Ant) - copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.system
- version
- $Revision: 526 $
Properties
Methods

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

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

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

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