Patches item #1026082, was opened at 2004-09-10 20:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=1026082&group_id=54790

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Hildyard (ahildyard)
Assigned to: Nobody/Anonymous (nobody)
Summary: Repeat task

Initial Comment:
The <repeat> task repeats a block of tasks either while 
a specified condition holds true, or until a specified 
condition becomes true. 

It provides a generic way of looping where the 
<foreach> task is inapplicable; more importantly, it loops 
on a condition rather than a collection, thus allowing for 
early exit.

Finally, since <repeat> is a self-contained task, it side-
steps the re-entrancy problems of the <call> task. 
Specifically, one or more <repeat> loops can now be 
defined within a single target, rather than requiring a 
separate target for the body of each loop, with looping 
variables initialised outwith the target containing the 
loop body.






----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=1026082&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to