Ticket #108 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

inconsistant naming of task

Reported by: anonymous Assigned to: hans
Priority: minor Milestone:
Component: phing-core Version: 2.2.0
Keywords: documentation Cc:

Description

From Appendix B: Core Tasks

CallTargetTask

The CallTargetTask calls a target from the same project. A <phingcall> tag may contain <property> tags that define new properties. In the following example, the properties property1 and foo are defined and only accessible inside the called target.

phing/classes/phing/tasks/defaults.properties has:

phingcall=phing.tasks.system.PhingCallTask

Would it be better to rename this task to PhingCallTask, so it matches the naming convention for built-in tasks, rather than calling it CallTargetTask?

Attachments

Change History

07/30/07 12:13:45 changed by mrook

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r207, thanks!


Add/Change #108 (inconsistant naming of task)




Action