azotcsit opened a new pull request #168:
URL: https://github.com/apache/ant/pull/168


   ### 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 "extension" 
attribute 
(https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java#L77).
 Unfortunately, _junitlauncher_ task does not have any equivalent. The purpose 
of this change is to introduce an option to customize output file extension.
   
   ### Behavior
   Currently `txt` extension is used by default by _junitlauncher_ taks 
(unlikely to _junit_ task) . This PR preserves the existing behavior.
   
   ### Summary of the changes
   1. Introduced `extension` attribute for `listener`
   2. Updated `LauncherSupport` for the new logic
   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

Reply via email to