Rodney Waldhoff <[EMAIL PROTECTED]> wrote on 01/11/2002 08:58:38 AM: > Thanks dion. Can you describe "maven test:single-test" in more detail, or > point me to some docs on it?
Ah, the maven documentation :) That one's still on my todo list, but, here's a short description: To run a single unit test via Maven, use: maven -Dtestcase=MyTest test:single-test where MyTest is the class name of the test to execute. > > > You can do this @ the moment using maven test:single-test. I can add a > > target for that sort of thing into the generated ant build.xml file it you > > want... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
