On Thu, Jan 10, 2019 at 7:47 PM John McDonnell <[email protected]> wrote: > I think at a minimum it requires an upgrade to the bundled Ant version, and > then some changes to some internal build.xml's (which I think is where I got > lost previously) NetBean's version of ant is 1.10.4 and that does have the `junitlauncher` task, but NB does not include the optional ant-junitlauncher.jar library with it. So I think we will need that jar plus the platform and engine libraries (listed in https://ant.apache.org/manual/Tasks/junitlauncher.html) added to the JUnit-5.x.y library in NB, plus the build script changes as mentioned by others. Alternatively, using Junit 4 is much more straightforward. I couldn't tell from the JUnit website whether JUnit 5 is supposed to co-exist with 4, or whether 4 is now done and everyone should be moving on. If I can, I will try and manually get JUnit 5 tests working and make list of what I had to add/change. Pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
