Hi all:
I have serval submodules, and serveral tasks need to operator on those submodules. I
am looking for something like:
<models>
<model>abc</model>
<model>abc1</model>
<model>abc2</model>
<model>abc3</model>
</models>
<for model in models>
<ant call task1 model=$model>
<ant call task2 model=$model>
<ant call task3 model=$model>
</for>
Any solution?
Regards
fanyun
- Re: how to loop in Ant fanyun
- Re: how to loop in Ant Diane Holt
