You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/01/27 13:34:29 UTC

[GitHub] sormuras edited a comment on issue #892: [NETBEANS-6] Adding Support for JUnit 5

sormuras edited a comment on issue #892: [NETBEANS-6] Adding Support for JUnit 5
URL: https://github.com/apache/incubator-netbeans/pull/892#issuecomment-457918285
 
 
   @geertjanw Here is an example of a "patched" Ant installation that allows Ant projects to be configured hassle-free:
   
   https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-ant
   
   See https://github.com/junit-team/junit5-samples/blob/master/junit5-jupiter-starter-ant/build.sh#L6-L20 for how to "install" the `junit-platform-console-standalone.jar` into Ant (as a lib) and here is how you may use the built-in task and the console launcher side-by-side: https://github.com/junit-team/junit5-samples/blob/master/junit5-jupiter-starter-ant/build.xml#L35-L61

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists