JMeter plugin

2020-08-25 Thread Greenberg, Gary
Cannot find JMeter plugin for NB 12 in the update center. Was it discontinued? If not, can somebody point me to where I can find it. Thanks, Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion]

Beanstreeview customization and plus sign

2020-08-25 Thread ?????o??????
I have two questions. 1. I want to change the plus sign style on the beantreeview,customize it, is there a good tutorial or documentation on. 2. When the node using beantreeview is collapseNode,the plus sign is not updated in real time.What should I do. Thanks.

Re: IDE JAXB library for maven-Javafx

2020-08-25 Thread HRH
Has anyone came across this problem? On Tuesday, August 25, 2020, 10:29:53 AM GMT+4:30, HRH wrote: Hi, Since the departure of JAXB from JDK 8, I am wondering how to patch my current POM, so I can retrofit some legacy (JDK 6 ) codebase with JAXB API into my maven based JAVAFX project

Re: Empty Test Results window on NetBeans 12 (Maven/Junit4)

2020-08-25 Thread Niklas Matthies
Downgrading maven-surefire-plugin doesn't change anything for me. What helps is switching to Maven 3.3.9 (the earlier bundled version) instead of using the bundled Maven 3.6.3 (using maven-surefire-plugin 2.20). I created https://issues.apache.org/jira/browse/NETBEANS-4742. Niklas On Tue 20

RE: Empty Test Results window on NetBeans 12 (Maven/Junit4)

2020-08-25 Thread Eirik Bakke
Might be this bug: https://issues.apache.org/jira/browse/NETBEANS-458 A workaround is to switch the version of maven-surefire-plugin in pom.xml to the earlier 2.18.1. -- Eirik -Original Message- From: Niklas Matthies Sent: Tuesday, August 25, 2020 9:39 AM To: users@netbeans.apache.or

Empty Test Results window on NetBeans 12 (Maven/Junit4)

2020-08-25 Thread Niklas Matthies
Since upgrading from NetBeans 11.1 to NetBeans 12, running JUnit4 tests on a Maven project doesn't activate the Test Results window any more (i.e. it remains empty). Any idea what the reason could be? Niklas - To unsubscribe,