Quick Search Provider wizard bug?

2020-09-03 Thread Patrik Karlström
Being totally new to creating QuickSearchProviders I might be off here. I noticed that my translation didn't kick in when using this generated layer.xml file. http://www.netbeans.org/dtds/filesystem-1_2.dtd;>

Re: Speed of Maven build

2020-09-03 Thread Tim Boudreau
For larger multi-module projects, I'd tend to suspect that a substantial chunk of the time is I/O-bound, parsing XML - build one project with a substantial dependency tree. How many POM files both in the project and under ~/.m2 need to parsed? It would be interesting to instrument Maven and get

Re: Speed of Maven build

2020-09-03 Thread Jesse Glick
On Thu, Aug 27, 2020 at 1:30 AM Jaroslav Tulach wrote: > Hypothesis: Probably different Ant and Maven integration into the NetBeans > IDE. > While Ant is executed in the same JVM as the IDE in an isolated classloader, > Maven is probably always started as a separate process. Yes this likely

Re: Fixing installer to work on macOS 11 Big Sur

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020 at 20:26, John Mc wrote: > I could make the change locally in the distpreparation folder, and then > locally build the installer again and do a PR to fix it for 12.2 moving > forward? > > That's probably the simplest solution, if that's allowed? This is only affecting source

Re: Fixing installer to work on macOS 11 Big Sur

2020-09-03 Thread John Mc
I could make the change locally in the distpreparation folder, and then locally build the installer again and do a PR to fix it for 12.2 moving forward? That's probably the simplest solution, if that's allowed? Regards John On Thu, 3 Sep 2020 at 20:24, Neil C Smith wrote: > > > On Thu, 3 Sep

Re: Fixing installer to work on macOS 11 Big Sur

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020, 20:11 John Mc, wrote: > I assume, the correct approach will be to create a PR against the branch > "release121" and kick off the Jenkins job( > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release121/) > again, correct? > We can't add to the

Re: [CANCELLED] [VOTE] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread John Mc
Hi, Due to some issues with the installer working out the correct JDK to use for some users, I'm gonna cancel this vote and look to provide an updated installer in a few days time. Regards John On Thu, 3 Sep 2020 at 02:15, Carl Mosca wrote: > +1 worked for me > > On Wed, Sep 2, 2020 at 9:05

Re: Fixing installer to work on macOS 11 Big Sur

2020-09-03 Thread John Mc
Hi Christian, Yeah I just checked it there myself and got the same results. I'll be closing that vote thread soon. @Neil C Smith Quick one for you, seems later mac os versions are causing problems, I need to update the following file:

Re: [VOTE] Release Apache NetBeans 12.1 Linux installer

2020-09-03 Thread Glenn Holmer
On 9/2/20 9:14 AM, Neil C Smith wrote: This is the vote thread for the Linux installer for Apache NetBeans 12.1. Before voting please check that the signature and checksum are correct, that the installer is functional, and that it correctly installs Apache NetBeans 12.1. NB. amongst other

Re: A word about Ubuntu Linux

2020-09-03 Thread Patrik Karlström
Den tors 3 sep. 2020 kl 18:09 skrev Neil C Smith : > However, what I meant on NetBeans front was that it's fairly simple to > provide a shell script that would download AppImageTool, download the > NetBeans zip release, offer the option to download/bundle a JDK of > choice, and leave the user

Re: A word about Ubuntu Linux

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020 at 13:27, Patrik Karlström wrote: > Den tors 3 sep. 2020 kl 11:28 skrev Neil C Smith : > > Agreed! I've just started my own NetBeans-derived IDE as an AppImage > > (with bundled JDK). At some point I plan to look at a recipe or > > script for building a NetBeans one. > > >

Re: [VOTE] Release Apache NetBeans 12.1 Linux installer

2020-09-03 Thread Jiří Kovalský
+1 (binding) Linux Mint 19.1 -Jirka Dne 03. 09. 20 v 7:13 Kai Uwe Pel napsal(a): +1 RedHat/CentOS 8.1 Kai On 9/3/2020 4:18 AM, Junichi Yamamoto wrote: +1(binding) Ubuntu 20.04 Thanks, Junichi On Wed, Sep 2, 2020 at 11:15 PM Neil C Smith wrote: Hi All, This is the vote thread for

RE: [VOTE] Release Apache NetBeans 12.1 Windows installer

2020-09-03 Thread Eric Barboni
+1 (binding) Tested with Jdk 13 (adoptopenjdk) Best Regards Eric -Message d'origine- De : Neil C Smith Envoyé : mercredi 2 septembre 2020 16:24 À : dev Objet : [VOTE] Release Apache NetBeans 12.1 Windows installer Hi All, This is the vote thread for the Windows installer for Apache

Fixing installer to work on macOS 11 Big Sur

2020-09-03 Thread Christian Oyarzun
As Scott has pointed out on the VOTE thread. The current Java detection will not work on the upcoming version of macOS since the + option has been removed. I believe removing the version flag should produce the same result as specifying 1.8+. I.e the newest version installed on the machine. %

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Scott Palmer
I see Richard had the same experience, so it looks like this is something that needs to be addressed or the installers will fail for everyone on the next macOS release. I can sort of understand why the ‘+’ option might have been removed. Recent Java releases are not backwards compatible to the

Re: [VOTE] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Jeremy Cavanagh
+1 * Checked dmg against SHA512 it worked fine (after removing all the spaces in the in the provided checksum) * Installer ran smoothly with no problems * Indexed local and remote maven repos no problem * Built and ran maven JavaFX projects (slight problems here, could not install JavaFX

Re: A word about Ubuntu Linux

2020-09-03 Thread Patrik Karlström
Den tors 3 sep. 2020 kl 11:28 skrev Neil C Smith : > On Tue, 1 Sep 2020 at 06:42, Stephen Parry wrote: > > I am no expert on Snap - but my experience so far has been pretty > uniformly bad, especially for development tools. > > Agreed! I've just started my own NetBeans-derived IDE as an

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Scott Palmer
ls -l /usr/libexec/java_home -rwxr-xr-x 1 root wheel 138832 1 Jan 2020 /usr/libexec/java_home Ah think I see the issue. Without the ‘+’ it works... /usr/libexec/java_home --version 1.8 --failfast /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home With the ‘+’ I get:

Re: [VOTE] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Richard Reader
-1 Failed for me also. Just to add that I’m participating in an Apple Public Beta and also have a range of JDKs available ❯ ls /Library/Java/JavaVirtualMachines adoptopenjdk-10.jdk adoptopenjdk-11.jdk adoptopenjdk-12.jdk adoptopenjdk-13.jdk adoptopenjdk-14.jdk

Re: Enterprise proxies and mirrors issues when updating

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020 at 12:55, Jean-Marc Borer wrote: > The problem is that https://netbeans.apache.org/nb/updates/12.0/ > redirects to > mirrors that are not white listed. The list changes too often to be > maintained by me and accepted

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Geertjan Wielenga
+1 Installer works and installed 12.1 starts without a problem. Gj On Thu, Sep 3, 2020 at 1:52 PM Josh Juneau wrote: > +1 > > - Checked SHA512 > - Ran installer without any issues > - Tested installation > > Josh Juneau > juneau...@gmail.com > http://jj-blogger.blogspot.com >

Re: Enterprise proxies and mirrors issues when updating

2020-09-03 Thread Jean-Marc Borer
The problem is that https://netbeans.apache.org/nb/updates/12.0/ redirects to mirrors that are not white listed. The list changes too often to be maintained by me and accepted by my company. Is there a list somewhere of those mirrors?

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread Josh Juneau
+1 - Checked SHA512 - Ran installer without any issues - Tested installation Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://www.apress.com/us/search?query=Juneau On Thu, Sep 3, 2020 at 1:08 AM John Mc

Enterprise proxies and mirrors issues when updating

2020-09-03 Thread Jean-Marc Borer
Hi guys, Same story again and again for me: I cannot update Netbeans through the update center because it redirects to random mirrors. At our company, they filter out everything related to java except for white listed sites. The process is long, tedious for me and not always successful to add new

Re: A word about Ubuntu Linux

2020-09-03 Thread ehsavoie
How do you specify 2 targets for snap ? I'd love to have multiple installations without having to do manual installations. Emmanuel -- Emmanuel Hugonnet http://www.ehsavoie.com http://twitter.com/ehsavoie On Thu, Sep 3, 2020 at 11:27 AM Neil C Smith wrote: > On Tue, 1 Sep 2020 at

Re: default master

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020 at 00:05, Ernie Rael wrote: > U. OK, I didn't look carefully enough. I'll rebase my in-progress > pull requests against "upstream/master". If things change and > "default/master", becomes the spot, I'll deal with it then. I'm not sure what default/master is in this context

Re: A word about Ubuntu Linux

2020-09-03 Thread Neil C Smith
On Tue, 1 Sep 2020 at 06:42, Stephen Parry wrote: > I am no expert on Snap - but my experience so far has been pretty uniformly > bad, especially for development tools. Agreed! I've just started my own NetBeans-derived IDE as an AppImage (with bundled JDK). At some point I plan to look at a

Re: [DISCUSS] Release Apache NetBeans-12.1 Mac OSX Installer

2020-09-03 Thread John Mc
Hi Scott, (Just created a separate thread to keep the vote thread clean) I've found where that error message could be generated from[1]. Can you run the following 2 commands and if possible provide their output: ls /usr/libexec/java_home and /usr/libexec/java_home --version 1.8+ --failfast