Re: NetBeans 10 JUnit support

2019-01-10 Thread John McDonnell
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) I can take another look next week (or maybe near the end of the month now that I look at my calendar ), and kick it off in dev m

[Java] How to get xml data from Palette selected item

2019-01-10 Thread Luke Adams
I am using netbeans 8.1. I am working on using a Palette as a toolbar for creating items in a graph scene. Instead of creating my own nodes for the palette I would like to use the provided Palette factory to create my Palette from an xml folder. Then when the graphscene is clicked on the xml data

Re: NetBeans 10 JUnit support

2019-01-10 Thread Geertjan Wielenga
Could we take a look at this for Apache NetBeans 11? The simplest requirement is that the process of using JUnit 5 with Ant should be as simple as in 8.2 with JUnit 4. Several are reporting having problems with this and can’t all switch to Maven. Gj On Thu, 10 Jan 2019 at 15:52, John McDonnell w

Re: NetBeans 10 JUnit support

2019-01-10 Thread John McDonnell
Yep... We never got around to implementing JUnit 5 support for Ant based projects in NB 10. Im not really an Ant user and did try to take a look a t what would be required but never got to a final solution for it. Regards John On Thu 10 Jan 2019, 11:16 Geertjan Wielenga Recommend you use Mave

Re: NetBeans 10 JUnit support

2019-01-10 Thread Geertjan Wielenga
Recommend you use Maven in NetBeans, which will cause the dependencies, including that one, to automatically be added. Gj On Thu, Jan 10, 2019 at 12:14 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Seems to be related to this: > > https://github.com/junit-team/junit5/issues/1

Re: NetBeans 10 JUnit support

2019-01-10 Thread Geertjan Wielenga
Seems to be related to this: https://github.com/junit-team/junit5/issues/1104 Gj On Thu, Jan 10, 2019 at 12:11 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > reason: class file for org.apiguardian.api.API$Status not found > > No idea what 'org.apiguarian.api.API' is. > > Gj >

Re: NetBeans 10 JUnit support

2019-01-10 Thread Geertjan Wielenga
reason: class file for org.apiguardian.api.API$Status not found No idea what 'org.apiguarian.api.API' is. Gj On Thu, Jan 10, 2019 at 11:10 AM Peter Hull wrote: > Hi all, > I was trying to add Tests to a Java SE project and it didn't work. So > I went back to the simplest case to try again. > 1

NetBeans 10 JUnit support

2019-01-10 Thread Peter Hull
Hi all, I was trying to add Tests to a Java SE project and it didn't work. So I went back to the simplest case to try again. 1. Create a new Java Application with default main class 2. Select Tools|Create/Update Tests, press OK 3. (IDE creates files and adds a default test for 'main') 4. Select Run