I want to read in properties from a file according to a pattern and then use those properties to search throug another file and echo out those properties that do not match. Any ideas???
Created May 7, 2012
Erik Hatcher Have a look at Ant's <loadproperties> task, combined with a nested <filterchain>. That will do exactly what you desire.