Ah good to know, but I don't want to deal with a comma separated list in Ant either. I think we're better off sticking with unique tags names.
We could add a version attribute like this: <version4.9.1 id="4.9.1" version="4.9.1" path="..." file="..." /> <version4.10.0 id="4.10.0" version="4.10.0" path="..." file="..." /> <version4.11.0 id="4.11.0" version="4.11.0" path="..." file="..." /> <Nightly id="Nightly" version="Nightly" path="..." file="..." /> Would that be sufficient for you? -Alex On 1/17/14 12:17 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> Ant's xmlproperty task doesn't seem to like repeated tag names. > >This help? >http://stackoverflow.com/questions/16356605/ant-xmlproperty-task-what-happ >ens-when-there-is-more-than-one-tag-with-the-same > >Justin