Hi, as i have no experience with macrodef/sequential yet, this may be achieved with some kind of macrodef ...
is there some kind of container, providing a for(each) loop with nested targets ? background = i have to edit an antscript that contains several foreach loops with the same list property, calling different targets ----snipp--- <foreach list = "${aproperty}" target = "target1" ... /> <foreach list = "${aproperty}" target = "target2" ... /> <foreach list = "${aproperty}" target = "target3" ... /> <foreach list = "${aproperty}" target = "target3" .... /> ----snipp--- Question = Any ideas to solve that more elegant without n foreach loops ? Maybe with non standard ant tasks ? Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]