ddevienne commented on a change in pull request #168:
URL: https://github.com/apache/ant/pull/168#discussion_r749439781



##########
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:
       OK, given line 57, which defaults the extension to "txt", this xml 
should go to line 97/99 instead, no?




-- 
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

Reply via email to