Re: 11.1 beta-3 status

2019-07-02 Thread Laszlo Kishalmi
BTW. Shall we merge the approved PR-s or let Neil have the final decision? On 7/2/19 10:55 AM, Geertjan Wielenga wrote: Very awesome. :-) Gj On Tue, Jul 2, 2019 at 7:47 PM Neil C Smith wrote: Hi, On Tue, 2 Jul 2019, 18:27 Geertjan Wielenga, wrote: With Neil doing beta-3 tomorrow, there

Re: 11.1 beta-3 status

2019-07-02 Thread Neil C Smith
On Tue, 2 Jul 2019 at 20:06, Geertjan Wielenga wrote: > I reckon we can save him time and merge them ourselves, if we or anyone > hasn't yet at the time he gets to it, he'll do the remaining ones that are > marked for nb11.1. I've just had a quick look over and seems we have quite a few new ones

Re: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
I reckon we can save him time and merge them ourselves, if we or anyone hasn't yet at the time he gets to it, he'll do the remaining ones that are marked for nb11.1. Gj On Tue, Jul 2, 2019 at 9:04 PM Laszlo Kishalmi wrote: > BTW. Shall we merge the approved PR-s or let Neil have the final

Re: Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Matthias Bläsing
Hi, Am Dienstag, den 02.07.2019, 14:05 +0200 schrieb Geertjan Wielenga: > Yes, indeed. That's why when you use it in NetBeans, you need to approve > its license first. It is not Apache licensed, just like nb-javac is not > Apache licensed. > > Gj > > On Tue, Jul 2, 2019 at 1:57 PM Eric Bresie

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-07-02 Thread Josh Juneau
Thanks for testing, it is appreciated. Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://www.apress.com/us/search?query=Juneau > On Jul 2, 2019, at 4:24 AM, Alessandro wrote: > > Dear all, > I am test driving the new beta with a focus on Java development with > Maven and

Re: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
Makes sense, thanks! Gj On Tue, Jul 2, 2019 at 11:01 PM Neil C Smith wrote: > On Tue, 2 Jul 2019 at 20:06, Geertjan Wielenga > wrote: > > I reckon we can save him time and merge them ourselves, if we or anyone > > hasn't yet at the time he gets to it, he'll do the remaining ones that > are >

Re: Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Geertjan Wielenga
I don’t think anyone is asking the Apache NetBeans PMC to do anything here. Gj On Tue, 2 Jul 2019 at 21:34, Matthias Bläsing wrote: > Hi, > > Am Dienstag, den 02.07.2019, 14:05 +0200 schrieb Geertjan Wielenga: > > Yes, indeed. That's why when you use it in NetBeans, you need to approve > > its

Re: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
PS: Sorry, wasn't aware you requested to be added as reviewer to the nb11.1 tagged PRs, would have done so if I had known, can still do so, if you like. I think everything tagged as nb11.1 is really important to include in 11.1, have tried to keep them to a minimum though. On Tue, Jul 2, 2019 at

Re: 11.1 beta-3 status

2019-07-02 Thread Laszlo Kishalmi
I'm sorry, my bad (as I had a free weekend to form a few PR-s). On 7/2/19 2:00 PM, Neil C Smith wrote: On Tue, 2 Jul 2019 at 20:06, Geertjan Wielenga wrote: I reckon we can save him time and merge them ourselves, if we or anyone hasn't yet at the time he gets to it, he'll do the remaining

Re: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-07-02 Thread Alessandro
Dear all, I am test driving the new beta with a focus on Java development with Maven and Gradle: so far so good. No major problems encountered apart from NETBEANS-2783 , which affects also version 11.0 and probably earlier version back to 8.2.

Re: Call for Testers: Performance improvement on Windows?!

2019-07-02 Thread Alessandro
Hi Laszlo, just tried removing masterfs-windows on a NetBeans 11.1-beta2 install, I made no exact measurements but it feels indeed snappier. Will leave NIO2 file watcher enabled during my NetBeans 11.1-beta2 tryout and report back any problems. Greets, Alex Il giorno mar 2 lug 2019 alle ore

Re: Non-parseable POM: in comment after two dashes (--)

2019-07-02 Thread Patrik Karlström
Oh, that was nifty, thanks! Den tis 2 juli 2019 kl 11:50 skrev Tim Boudreau : > instead of a raw - character ought to do it. > > -Tim > > On Sun, Jun 30, 2019 at 1:07 AM Patrik Karlström wrote: > > > While trying to comment the row > > --locale en:US > > to > > > > I get > > Non-parseable POM

Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Geertjan Wielenga
The code that creates the NBM binary from the Oracle JS Parser JAR is here: https://github.com/apache/netbeans/tree/master/contrib/libs.oracle.jsparser Svata, in the cc, can add further info, if needed. Gj On Tue, Jul 2, 2019 at 12:07 PM Geertjan Wielenga wrote: > This is excellent, you

RE: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Eric Barboni
Hi, I wonder if we can choose org.netbeans.plugins and go a step further. Hi found the nb-javac repo. I will try to propose patch for adding a "reproducible" populating build otherwise it will be hard to do. //https://hg.netbeans.org/main/nb-java-x/ I did not know where the Oracle js parser

Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Geertjan Wielenga
This is excellent, you know how to do this and are therefore best placed to get it done, I will find out where the sources for Oracle JS Parser are and you can then do it in the same way. Gj On Tue, Jul 2, 2019 at 10:57 AM Eric Barboni wrote: > Hi, > I wonder if we can choose

Re: Non-parseable POM: in comment after two dashes (--)

2019-07-02 Thread Tim Boudreau
instead of a raw - character ought to do it. -Tim On Sun, Jun 30, 2019 at 1:07 AM Patrik Karlström wrote: > While trying to comment the row > --locale en:US > to > > I get > Non-parseable POM .../application/pom.xml: in comment after two dashes (--) > next character must be > not l

Re: Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Eric Bresie
https://github.com/apache/netbeans/blob/master/contrib/libs.oracle.jsparser/external/com.oracle.js.parser-ba7a8bc42268-license.txt mentions License: GPL-2-CP Origin: http://hg.openjdk.java.net/graal/graal-js-parser Eric Bresie ebre...@gmail.com > On July 2, 2019 at 6:38:55 AM CDT, Geertjan

Re: Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Geertjan Wielenga
Yes, indeed. That's why when you use it in NetBeans, you need to approve its license first. It is not Apache licensed, just like nb-javac is not Apache licensed. Gj On Tue, Jul 2, 2019 at 1:57 PM Eric Bresie wrote: > >

Re: Non-parseable POM: in comment after two dashes (--)

2019-07-02 Thread Patrik Karlström
Thanks, thats doable. Den mån 1 juli 2019 10:41Eric Barboni skrev: > Hi, > This is non-compliant xml (put a space between the two dashes). Maven > itself will do nothing with a bad formed xml. > > Regards > Eric > -Message d'origine- > De : Patrik Karlström > Envoyé : dimanche 30 juin

Re: Call for Testers: Performance improvement on Windows?!

2019-07-02 Thread Patrik Karlström
It reduced my startup time from 45s to 30s. Thanks for the advice.  Den tis 2 juli 2019 07:03Laszlo Kishalmi skrev: > Dear all, > > Especially Windows users. We would like to investigate how the Java NIO2 > based file watcher infrastructure works with Windows. According to >

RE: Profiler images in main toolbar

2019-07-02 Thread David Schulz
Sorry for waiting Geertjan! https://xd.adobe.com/spec/ab085381-8d07-4868-43f7-bc350fac0e58-dd39/ Here are the new files  All the best, Dave -- uxactly GmbH | raiken.de system design thinking Kurfürstendamm 28 10719 Berlin Tel: 0174 933 85 36 Mail: da...@uxact.ly Skype: 

Re: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
Very awesome. :-) Gj On Tue, Jul 2, 2019 at 7:47 PM Neil C Smith wrote: > Hi, > > On Tue, 2 Jul 2019, 18:27 Geertjan Wielenga, wrote: > > > With Neil doing beta-3 tomorrow, there are a few important PRs marked > with > > nb11.1 in the queue: > > > > Thanks. Literally just back home. Will look

Re: 11.1 beta-3 status

2019-07-02 Thread Neil C Smith
Hi, On Tue, 2 Jul 2019, 18:27 Geertjan Wielenga, wrote: > With Neil doing beta-3 tomorrow, there are a few important PRs marked with > nb11.1 in the queue: > Thanks. Literally just back home. Will look through and merge things as required tomorrow morning, and aim to get beta done by close of

Re: Profiler images in main toolbar

2019-07-02 Thread Geertjan Wielenga
Perfect and many thanks! Gj On Tue, Jul 2, 2019 at 9:30 AM David Schulz wrote: > Sorry for waiting Geertjan! > > https://xd.adobe.com/spec/ab085381-8d07-4868-43f7-bc350fac0e58-dd39/ > > Here are the new files  > > > > > > All the best, > > Dave > > > > -- > > uxactly GmbH |