DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34124>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34124 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-22 16:08 ------- Due to history, Ant does not like to accept programming statement like constructions - like if, for, try. The ant-contrib project (amounst others) provides an implementation of these contstructions/tasks for ant users. This interation task would fit I think into the <for> task as an iteration type: <ac:for param="index"> <ac:iterate iterations="3" offset="2" interval="2"> <sequential> <echo>Iteration @{index}</echo> </sequential> </ac:for> Iteration 2 Iteration 4 Iteration 6 And/or be a stand-only task. The <for> task uses macrodef as an implemenation task, hence use of @{} instead of ${} I will mark this as WONTFIX (for ant), but the task/type would be usefull for ant-contrib, so if you attach the task to this bug report I will be able to add it to ant-contrib (when I get time....) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]