https://bz.apache.org/bugzilla/show_bug.cgi?id=65176
--- Comment #3 from Allan Francani <allan.franc...@dataiku.com> --- (In reply to Jaikiran Pai from comment #1) > Hello Allan, > > Could you tell us what the junitlauncher task usage looks like in your > project? Are you using "testclasses" element within the junitlauncher and > then a "fork" nested element in it? More specifically, are you requesting > that each of the test classes identified within that "testclasses" element > be launched in a forked vm of their own? Hello, Yes, I would use the testclasses element to define the list of test classes to run and a fork element to define the forking strategy. What I am looking for is a mechanism that would be similar to the junit task forkmode="perTest" attribute: forking the JVM for each test class that is selected by the testclasses element. -- You are receiving this mail because: You are the assignee for the bug.