On Sat, 30 Mar 2002 02:25, Jason van Zyl wrote: > We might even be able to have a default behaviour where the > **/*Test*.java pattern in implicit so that people don't have to define > <unitTestEntries> unless they want to exclude something.
That would not work well with quite a few projects. It is fairly common for some projects to have both *TestCase.java and *TestSuite.java (or TestAll) and thius would lead to tests being executed twice. BTW is there any support for optional compilation/junit stuff. ie How easy is it to only compile certain classes if certain jars are in Classpath and so forth? -- Cheers, Pete ************************************************* * Committee: Individuals who can do nothing * * individually and sit to decide that nothing * * can be done together. * ************************************************* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
