Hi David,
I have used a similar technique in the Ant Script Library:
http://www.exubero.com/asl/
You use your scenario of running unit tests, the ASL defines a number of
targets which set default values for the test classpath, the test cases, and
any other resources. It uses a combination of prop
If I have a number of projects with some similar build needs, it's
reasonable to define reusable targets in a "commons" project build.xml
file and import that file from each project's build.xml file. What are
good strategies for reusing those targets effectively, when they
certainly require numero