Modify ↓
Ticket #234 (closed defect: fixed)
typo in foreach task documentation
| Reported by: | cweiske@… | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | 2.3.1 |
| Component: | phing-core | Version: | 2.3.0 |
| Keywords: | Cc: |
Description
The example has a typo, "languages" is wrong in the property.
<property name="langauges" value="en,fr,de" />
<foreach list="${languages}" param="lang" target="buildlang" />
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r360.