jaikiran commented on pull request #171:
URL: https://github.com/apache/ant/pull/171#issuecomment-971147038


   Hello @azotcsit, the `listener` element is meant to allow any kind of 
listener implementations as long as they implement the JUnit 5 platform's API 
`org.junit.platform.launcher.TestExecutionListener`. As such the current 
`resultFile` is only an optional attribute and applicable to only some of our 
internal (legacy) formatters.
   In other words, even in its current form,  a custom implementation of 
`org.junit.platform.launcher.TestExecutionListener` can decide where to write 
out the output generated by the listener and as such I don't think a new 
attribute is necessary for it.


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