slachiewicz commented on PR #174: URL: https://github.com/apache/ant/pull/174#issuecomment-5380925995
This looks superseded — the capability landed in 1.10.14. Commit f7f3bdfa033b2c77e001c2fc485bf200a682227d (Bugzilla 65176) added a `forkMode` attribute on `<fork>` with the value `perTestClass`, which launches each test class in a separate JVM. That is the behaviour this PR proposed as `mode="perTest"`. The spelling differs, so anything written against this PR needs adjusting: | here | shipped | | --- | --- | | `mode="perTest"` | `forkMode="perTestClass"` | | `mode="once"` (explicit default) | omit `forkMode` | `ForkDefinition$ForkMode` is absent from `ant-junitlauncher` 1.10.13 and present in 1.10.14 through 1.10.17. Worth closing, unless you wanted `once` to remain an explicit value. *This comment was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
