Using test distribution & Apache's Jenkins pipelines was: Time it takes for Test PHP Cluster

2021-04-25 Thread Jaroslav Tulach
Dne pátek 16. dubna 2021 18:53:31 CEST, Tomáš Procházka napsal(a): > I stareted conversion of other jobs > (https://github.com/apache/netbeans/pull/2708) but stopped given current > status of Github Actions > (https://cwiki.apache.org/confluence/display/BUILDS/GitHub+Actions+status) Hello guys,

[DISCUSSION] All GPL files have CPE header was: Release Apache VSNetBeans 12.4 Beta 2 with nb-javac (VSIX)

2021-04-25 Thread Jaroslav Tulach
> I agree with legal here, that GPL-v2-CPE is an ugly beast and > especially ugly, as Sun/Oracle decided not to go full GPL-v2-CPE, but > partitial GPL-v2 (Tests and at least hotspot to my knowledge). The > latter is its own can of worms. Good point, Matthias. I believe it actually explains why

Re: [VOTE] Release Apache VSNetBeans 12.4 Beta 2 with nb-javac (VSIX)

2021-04-25 Thread Jaroslav Tulach
+1 (binding) I started the vote and I have to participate as I want to/have to be responsible for the outcome. I am truly convinced that here-in proposed complementary binary (including GPLv2-CPE licensed JAR files) can be released under standard Apache license. Explanation: LEGAL-563 has

Re: [12.4-rc1] "Go to Type" NPE org.netbeans.modules.lsp.client.LSPBindings

2021-04-25 Thread Jan Lahoda
FYI: https://github.com/apache/netbeans/pull/2911 Thanks for the report! Jan On Sun, Apr 25, 2021 at 7:05 AM Patrik Karlström wrote: > Whenever I hit Ctrl + O and start typing something it results in the NPE > below. > I noticed this first on the snap build with JDK 16 so I tried the >

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Lars Bruun-Hansen
A wild guess is that it has to do with what goes on in https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/execute/CommandLineOutputHandler.java (I see some JSON parsing there), but what baffles me is why it only affects Test and not Run. Both are Maven

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Scott Palmer
Apparently it was just the priming build that failed. Built again and it worked. Odd. test took 15 seconds (after a clean build). This is on a reasonably fast laptop. Yeah, something seems sub-optimal. Scott On Sun, Apr 25, 2021 at 12:07 PM Scott Palmer wrote: > That should of course

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Scott Palmer
That should of course say NetBeans 12.4-rc1 :-) Maven is set to use the bundled 3.6.3 version. Scott On Sun, Apr 25, 2021 at 12:06 PM Scott Palmer wrote: > I went to try this on Windows for you and NetBeans 2.4-rc1 claimed the > project was unloadable: > > Some problems were encountered while

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Scott Palmer
I went to try this on Windows for you and NetBeans 2.4-rc1 claimed the project was unloadable: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is missing. @ line 28, column 21 Sure enough there is no

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Lars Bruun-Hansen
Thanks Jeremy. I'm on Windows and I've suspected all along that may have something to do with it. I'm also - like you - using the bundled Maven version, i.e. v3.6.3. I must admit I haven't looked into if my IntelliJ IDEA is using the same but please note that I've fixated the Surefire plugin

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Jeremy Cavanagh
Hi Carl, Sorry I missed that inclusion: Maven bundled version 3.6.3 Jeremy On 25/04/2021 14:31, Carl Mosca wrote: Not at a computer but I am wondering about the maven version(s). Is the same one being used? Sorry if I missed that detail. On Sun, Apr 25, 2021 at 8:24 AM Jeremy Cavanagh

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Carl Mosca
Not at a computer but I am wondering about the maven version(s). Is the same one being used? Sorry if I missed that detail. On Sun, Apr 25, 2021 at 8:24 AM Jeremy Cavanagh wrote: > Hi Lars, > > I don't suppose this will be much help. However, I ran your test on my > system: > > MacBook Air Mid

Re: Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Jeremy Cavanagh
Hi Lars, I don't suppose this will be much help. However, I ran your test on my system: MacBook Air Mid 2011 1.8GHz Intel Core i7 macOS 10.14.6 Using: Product Version: Apache NetBeans IDE 12.4-rc1 Java: 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-LTS Runtime: OpenJDK Runtime Environment

Why is NetBeans IDE so slow at capturing output from test case?

2021-04-25 Thread Lars Bruun-Hansen
In fact about x20 slower than IntelliJ IDEA. But before jumping to conclusions I was hoping for verification from community and - if validated - on some ideas why this might be so. For showcasing the problem I've created a minimal Maven example (attached to [NETBEANS-5592]). It simply prints