azotcsit opened a new pull request #171: URL: https://github.com/apache/ant/pull/171
### Context I'm working on migration of Cassandra to JUnit5 (https://issues.apache.org/jira/browse/CASSANDRA-16630). Our test running code is heavily customized and one of the features we rely on is "useFile" attribute (https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java#L80). Unfortunately, _junitlauncher_ task does not have any equivalent. The purpose of this change is to introduce a way to write listener's output to `stdout` instead of a file. ### Behavior This PR does not change any existing behavior. ### Summary of the changes 1. Introduced `useFile` attribute for `ListenerDefinition` 2. Updated `LauncherSupport` to supper the new attribute 3. Updated documentation -- 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: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org