Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-16 Thread Jack W.
Christian -- What would be involved in adding VueJS support and where would I start looking in the code? On Tue, Sep 15, 2020 at 2:00 PM Christian Lenz wrote: > Hey Jack, > > unfortunately NetBeans doesn’t support VueJS. As a Workaround you can set > text/html as the mimetype to vue files but

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
Like I said, NB is up on Java 8 and all is well. Thanks for the help. Now for my next performance, it would be nice to figure out how to get NetBeans to parse vue.js files correctly ... Wonder how much work would be required? But that's another topic, right?! --- Jack Woehr #

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Geertjan Wielenga
You must have Java 9 installed. So, uninstall it. Gj On Wed, Sep 16, 2020 at 9:23 PM Jack W. wrote: > I DON'T KNOW Netbeans installer suggested it. I had to browse to find my > Java 8 installation. > > I don't "want" Java 9. I think Java sort of "jumped the shark" (as we say > in Americanese)

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
I DON'T KNOW Netbeans installer suggested it. I had to browse to find my Java 8 installation. I don't "want" Java 9. I think Java sort of "jumped the shark" (as we say in Americanese) after Java 8 :) --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Geertjan Wielenga
The question is why would you use Java 9? At this point, an LTS should be used, i.e., 8 or 11, or a recent non-LTS, i.e., 14 or the most recently released which is 15, to be supported by NetBeans in 12.2. Gj On Wed, Sep 16, 2020 at 9:17 PM Jack W. wrote: > On Wed, Sep 16, 2020 at 9:59 AM

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
On Wed, Sep 16, 2020 at 9:59 AM Akshay Gupta wrote: > I just tried installing netbeans12.1 and then nb-javac in ubuntu18 and > it worked fine for me. Also successfully tested for the jdk-14 features > (record). > Akshay -- Did you try it on Java 9? Anyway, I dropped back to Java 8 ("The World

Fixing commit validation: ordering of MIME registrations

2020-09-16 Thread Svata Dedic
Hi, I am trying to fix "commit-validation" test that (among other things) ensures some consistency in registration layers, in particular order of registrations in MIME Lookup. The explanation got terribly long, so I put up a Wiki page, see

RE: Status of converting icons to SVG

2020-09-16 Thread Eirik Bakke
> I still fail to see the difference between repetetive work on the code base > working on source code and repetetive work on graphics. The problem is that if 10 different people are involved in the effort, each redrawing 70 icons (perhaps 40 hours of work), then there will be 10 different

RE: Re: Status of converting icons to SVG

2020-09-16 Thread Eirik Bakke
I've tried various automated approaches to vectorizing the icons--they don't produce very good results. Vectorizing algorithms don't work well for low-resolution images (16x16 in this case), and pixel art scaling algorithms (e.g. xBRZ or Kopf-Lischinski) don't work well for anti-aliased images

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Akshay Gupta
I just tried installing netbeans12.1 and then nb-javac in ubuntu18 and it worked fine for me. Also successfully tested for the jdk-14 features (record). On 9/16/2020 8:19 PM, Arvind Aprameya wrote: We will look into this immediately and figure out what the problem could be . regards, Arvind

Re: Distribution channel for nb-javac

2020-09-16 Thread Neil C Smith
On Wed, 16 Sep 2020 at 15:42, Matthias Bläsing wrote: > I was surprised that the nb-javac files are served from hg.netbeans.org > or netbeans.osuosl.org. This should not happen, as they are clearly > GPLv2 and would need an explicit exclusion to be distributable by the > ASF. This has been the

RE: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Arvind Aprameya
We will look into this immediately and figure out what the problem could be . regards, Arvind -Original Message- From: Neil C Smith Sent: Wednesday, September 16, 2020 8:13 PM To: dev Subject: Re: 12.1 downloaded installed can't install nb-javac On Wed, 16 Sep 2020 at 15:39, Neil C

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
Ah. That's probably it. Simpler to uninstall (there's no "uninstall" argument to the install script?) and just unpack the bundle manually and run it under Java 8. On Wed, Sep 16, 2020 at 8:43 AM Neil C Smith wrote: > On Wed, 16 Sep 2020 at 15:39, Neil C Smith wrote: > > > > On Wed, 16 Sep 2020

Distribution channel for nb-javac

2020-09-16 Thread Matthias Bläsing
Hi, I was surprised that the nb-javac files are served from hg.netbeans.org or netbeans.osuosl.org. This should not happen, as they are clearly GPLv2 and would need an explicit exclusion to be distributable by the ASF. For my understanding the server provided by the Oregon State University

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Neil C Smith
On Wed, 16 Sep 2020 at 15:39, Neil C Smith wrote: > > On Wed, 16 Sep 2020 at 15:30, Jack W. wrote: > > Hmm, I chose JDK 9 ... > > Why?! It looks like it's somewhat broken too - links work, but JDK > doesn't seem to have required certificates for the https connection? This IIRC -

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
I was running the betas okay. I used the Linux installer this time. The betas run under JDK 8 The installer chose JDK9 Must be some weirdness there. Meanwhile, (*non-sequitur*) running the installer-installed version under JDK 9 I also see this: WARNING: An illegal reflective access operation has

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Neil C Smith
On Wed, 16 Sep 2020 at 15:30, Jack W. wrote: > Hmm, I chose JDK 9 ... Why?! It looks like it's somewhat broken too - links work, but JDK doesn't seem to have required certificates for the https connection? > In any case, that's a heck of a UX hit, worse than the prompt to install > CVS support

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: https://netbeans.osuosl.org/binaries/BABD4BF10C42EE321AED7393BED72C579A486CD3-nb-javac-14-impl.jar WARNING [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Cannot connect to

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
On Wed, Sep 16, 2020 at 8:27 AM Geertjan Wielenga wrote: > If you're not on JDK 8, you mostly don't need nb-javac. > Hmm, I chose JDK 9 ... Define "mostly"? In any case, that's a heck of a UX hit, worse than the prompt to install CVS support followed immediately by the dialog that it's not

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Matthias Bläsing
Hi, Am Mittwoch, den 16.09.2020, 08:25 -0600 schrieb Jack W.: > Fresh install of 12.1 on Ubuntu 18.04.5 > NB prompts to install nb-javac > Accept license, then errors out: > > *There were some problems while storing Establishing a connection ... > (sic)* > *Cause: Cannot resolve external

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Geertjan Wielenga
If you're not on JDK 8, you mostly don't need nb-javac. Gj On Wed, Sep 16, 2020 at 4:25 PM Jack W. wrote: > Fresh install of 12.1 on Ubuntu 18.04.5 > NB prompts to install nb-javac > Accept license, then errors out: > > *There were some problems while storing Establishing a connection ... >

12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
Fresh install of 12.1 on Ubuntu 18.04.5 NB prompts to install nb-javac Accept license, then errors out: *There were some problems while storing Establishing a connection ... (sic)* *Cause: Cannot resolve external reference to* *[https://netbeans.osuosl.org/binaries/blahblah-nb-javac-14-impl.jar

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread Jack W.
ok, I'll hit dev@ ... apologies --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software eventually approximates 1. On Wed, Sep 16, 2020 at 6:59 AM

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread Matthias Bläsing
Hi Jack, images are removed from mails, so please describe what you are seeing and/or put the image somewhere and reference it, but be advised, that many people won't follow random links without a sane description of the why. AND change the subject to something more useful, [ANNOUNCE] should be

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread Jack W.
Just installed 12.1 off the mirror and started opening projects and this: [image: image.png] --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread John Mc
Thanks Neil! Good job everyone. On Wed, 16 Sep 2020 at 10:31, Patrick Musembi wrote: > Thanks Neil and everyone for the release. > > On Tue, Sep 15, 2020, 19:29 Brad Walker wrote: > > > Congrats on releasing 12.1 !! > > > > -brad w. > > > > On Tue, Sep 15, 2020 at 8:36 AM Neil C Smith > >

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread Patrick Musembi
Thanks Neil and everyone for the release. On Tue, Sep 15, 2020, 19:29 Brad Walker wrote: > Congrats on releasing 12.1 !! > > -brad w. > > On Tue, Sep 15, 2020 at 8:36 AM Neil C Smith > wrote: > > > The Apache NetBeans team is pleased to announce that Apache NetBeans > > 12.1 was released on

Re: NetBeans 12.0-u2 ?

2020-09-16 Thread Neil C Smith
Hi, On Wed, 16 Sep 2020 at 07:14, Laszlo Kishalmi wrote: > Do we feel that any change from the 12.1 release is worth to be > backported to a 12.0-u2 release? > Check the PR-list here: > https://github.com/apache/netbeans/pulls?page=3=is%3Apr+milestone%3A12.1+is%3Aclosed > > In order to nominate

NetBeans 12.0-u2 ?

2020-09-16 Thread Laszlo Kishalmi
Dear all, Do we feel that any change from the 12.1 release is worth to be backported to a 12.0-u2 release? Check the PR-list here: https://github.com/apache/netbeans/pulls?page=3=is%3Apr+milestone%3A12.1+is%3Aclosed In order to nominate a PR to be backported mark that with "NB12.0-u2"