Works for me. You have to provide more details ...

Jan

<project xmlns:ac="antlib:net.sf.antcontrib">
 <ac:for param="i" list="1,2">
   <sequential>
     <ac:for param="j" list="1,2">
       <sequential>
         <echo>@{...@{j}</echo>
       </sequential>
     </ac:for>
   </sequential>
 </ac:for>
</project> 


Buildfile: build.xml
     [echo] 11
     [echo] 12
     [echo] 21
     [echo] 22

>-----Ursprüngliche Nachricht-----
>Von: Klas K [mailto:[email protected]] 
>Gesendet: Mittwoch, 10. März 2010 07:16
>An: [email protected]
>Betreff: nested ant cntrib for loops
>
>
>I have tried to use ant contribs for task by executing an 
>outer and an inner
>for loop, but the inner loop is not executed and I get no clue 
>from logging.
>
>Does anyone have experience with this
>-- 
>View this message in context: 
>http://old.nabble.com/nested-ant-cntrib-for-loops-tp27845981p27
845981.html
>Sent from the Ant - Users mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to