I'm not very good w/ 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 "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?
Oh, and we're running Linux (Centos)
Thanks, Jon