From: Eric B. R. <eb...@tc...> - 2003-03-28 16:06:09
|
> ant test > is really magic once you get hooked. So, it is a matter of changing > your test drug of choice :). > > ant {test-mySpecialThingie} > is what I use to test a subset of existing tests. FYI, I added this to WM's ant script awhile back: ant test -Dtest=TestMath it's kinda wordy, but you can easily pick one test to run. eric |