Modify ↓
Ticket #514 (closed defect: invalid)
phpCpd does not support haltonerror attribute
| Reported by: | max.romanovsky@… | Owned by: | victor |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.3 |
| Component: | phing-tasks-ext | Version: | 2.4.1 |
| Keywords: | phpcpd | Cc: |
Description
When haltonerror attribute is defined
<phpcpd haltonerror="true">...</phpcpd>
phing reports an error:
Execution of target "phpcpd" failed for the following reason: path/to/build.xml:21:22: phing.tasks.ext.phpcpd.PHPCPDTask doesn't support the 'haltonerror' attribute. BUILD FAILED /path/to/build.xml:21:22: phing.tasks.ext.phpcpd.PHPCPDTask doesn't support the 'haltonerror' attribute.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I am not sure if I got the request correctly since nor phpcpd, nor PHPCPDTask has the haltonerror option.
Here is "phpcpd -v" output:
Checking the documentation - no mention of haltonerror.
So, imo, it's definitely not a new defect as marked by original reporter.
Marked as "invalid" until ticket is clarified.