Hi. I'm trying to find a way to run JUnit test classes in a particular order, which is determined by some property of each class. I was easily able to pick a subset of test classes by writing a selector to use in a batchtest's fileset, but I don't see an analogous approach to sorting the fileset. Am I missing something?
As a hack, I started to make my own version of batchtest. It looks straightforward to make it do what I want, but I don't see how to inform the junit task and/or parser of its existence. Thanks, Tom -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
