> As a non-Ant approach to this problem, have you considered OrderedTestSuite
> provided in the "JUnit addons" package (see
> <http://sourceforge.net/projects/junit-addons>)?

I hadn't, but while I could write a TestSuite subclass that does what I
want (similar to OrderedTestSuite but sorted differently), I'd lose some of
the benefits of ant (finding all the Test* classes, stopping after the first
failing test class, etc.)  But, it looks like it's either that or modify the
junit task.  (Or add a sort feature to fileset.)

Tom

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to