azotcsit commented on a change in pull request #168: URL: https://github.com/apache/ant/pull/168#discussion_r749467646
########## File path: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/ListenerDefinition.java ########## @@ -86,6 +87,7 @@ public void setType(final ListenerType type) { switch (type.getValue()) { case LEGACY_PLAIN: { this.setClassName("org.apache.tools.ant.taskdefs.optional.junitlauncher.LegacyPlainResultFormatter"); + this.setExtension("xml"); Review comment: Oops, that was a last second change. Fixed. Thanks for spotting this! -- 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