Modify ↓
Ticket #428 (closed enhancement: fixed)
Ability to specify the default build listener in build file
| Reported by: | extraordinaire | Owned by: | extraordinaire |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.1 |
| Component: | phing-core | Version: | 2.4.0 |
| Keywords: | Cc: |
Description
Add the ability to change the default build listener in the build file.
<project name="Example" default="example" listener="phing.listener.AnsiColorLogger">
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

(In [706]) Fixes #428