I'm not very good with Ant, but we're using it as a build tool. Right now, we can run "ant test" and it'll run through all the unit tests.
However, I'd love to be able to do something like ant test some_module
and have it accept some_module
as a parameter, and only test that.
I haven't been able to find how to pass command line args to Ant - any ideas?