Troubleshooting “failed to create task or type foreach” when using

前端 未结 5 1780
无人共我
无人共我 2020-12-17 15:48

I\'m trying to use the foreach loop in an Ant script but I get the message: Problem: failed to create task or type foreach Cause: The name is undefined.

I don\'t und

5条回答
  •  余生分开走
    2020-12-17 16:31

    I had the same issue under eclipse with various versions of ant.

    Add this into your code WITHOUT adding parameters under eclipse (do not specify any classpath) :

    
    

提交回复
热议问题