I\'ve got a ant build.xml that uses the task to copy a variety of xml files. It uses filtering to merge in properties from a bu
build.xml
bu
You can do it in ant 1.7, using a combination of the LoadFile task and the match condition.
LoadFile
match