Re: Packaging an nbm for maven

2019-11-08 Thread Ernie Rael
Hooray, jVi is now available through the NB-11.2 update center. I've installed it, imported settings, seems to work. Thanks to Matthias for his critical insight. Thanks to Geertjan for pushing it through. Thanks to Antonio, Jiří and others for their support. Now the real fun starts... Lots of

Re: jVi for Apache NetBeans

2019-11-08 Thread Ernie Rael
On 11/8/2019 3:08 PM, Geertjan Wielenga wrote: But is it a black hole or a misunderstanding on your part? According to Matthias at plugins.netbeans.org the 11.2 catalog is not used by the 11.2 IDE. 11.2 uses the 11.0 catalog. If the 11.2 catalog is not used by an IDE, then I'd call it a

Re: jVi for Apache NetBeans

2019-11-08 Thread Geertjan Wielenga
But is it a black hole or a misunderstanding on your part? Gj On Fri, 8 Nov 2019 at 23:59, Ernie Rael wrote: > On 11/8/2019 2:41 PM, Geertjan Wielenga wrote: > > I don’t know what the window is that you’re talking about. Please > continue > > using plugins.netbeans.org > The problem is that I

Re: jVi for Apache NetBeans

2019-11-08 Thread Ernie Rael
On 11/8/2019 2:41 PM, Geertjan Wielenga wrote: I don’t know what the window is that you’re talking about. Please continue using plugins.netbeans.org The problem is that I specified 11.2 at plugins.netbeans.org. Seems to be I should have spec'd 11.0 (to get it available in 11.2). My mistake.

Re: jVi for Apache NetBeans

2019-11-08 Thread Geertjan Wielenga
I don’t know what the window is that you’re talking about. Please continue using plugins.netbeans.org, others are doing the same, though indeed also continue investigating uploading to Maven Central, as others have done as well. Gj On Fri, 8 Nov 2019 at 21:57, Ernie Rael wrote: > In the Plugin

Re: Packaging an nbm for maven

2019-11-08 Thread antonio
Ah, thanks for the correction Matthias (and sorry for the confusion, Ernie), I thought this was already in place. Cheers, Antonio El 8/11/19 a las 22:30, Matthias Bläsing escribió: Hi, this information is not correct. The NetBeans 11.2 Update Center for user provided plugins still is

Re: Packaging an nbm for maven

2019-11-08 Thread Ernie Rael
Doh! Just asked for 11.0 verification. Thanks Matthias. -ernie On 11/8/2019 1:30 PM, Matthias Bläsing wrote: Hi, this information is not correct. The NetBeans 11.2 Update Center for user provided plugins still is supplied by http://plugins.netbeans.org/ . You can verify this by trying to

Re: Packaging an nbm for maven

2019-11-08 Thread antonio
Agreed. Is there a JIRA for that? We could also migrate https://platform.netbeans.org, with all the new tutorials, right? So people can learn how to build platform based apps. Kind regards, Antonio El 8/11/19 a las 22:21, Matthias Bläsing escribió: before we do that, we need to put the

Re: Packaging an nbm for maven

2019-11-08 Thread Matthias Bläsing
Hi, this information is not correct. The NetBeans 11.2 Update Center for user provided plugins still is supplied by http://plugins.netbeans.org/ . You can verify this by trying to download: https://netbeans.apache.org/nb/plugins/11.2/catalog.xml.gz This redirects to:

Re: Packaging an nbm for maven

2019-11-08 Thread Matthias Bläsing
Hi, Am Freitag, den 08.11.2019, 22:10 +0100 schrieb antonio: > We should document all this whole process better so people is not > confused any longer. Your questions do help us understand how badly > we're confusing things (for the better, we hope), so thanks for > asking! ;-). before we do

Re: Packaging an nbm for maven

2019-11-08 Thread antonio
Hi Ernie, Some answers inlined below. El 8/11/19 a las 21:33, Ernie Rael escribió: I have an existing NBM plugin, built as a NB module project using ant. I have never used maven. As the following request for clarification shows, I do not have an overview sense of what is required. 1) Do I

Re: Packaging an nbm for maven

2019-11-08 Thread Ernie Rael
Hey, Not that I'm there yet, but for testing. Can I use the 11.2 plugin manager to open a maven plugin I build as a download file? -ernie On 11/8/2019 12:49 PM, Ernie Rael wrote: OK. Start with a new maven module project. Thanks. -ernie On 11/8/2019 12:27 PM, antonio wrote: Hi, I assume

Re: jVi for Apache NetBeans

2019-11-08 Thread Ernie Rael
In the Plugin Manager, there is NB 8.2 plugin portal. I enable this, and I don't see the jVi UC plugin. It looks like the only contributed plugins that are available (without manual intervention) come from the new apache infrastructure. I didn't realize this, that was my confusion. If that's

Re: jVi for Apache NetBeans

2019-11-08 Thread antonio
Hi Ernie, Sorry for the confuion. Current version: (on the works, running on Apache infrastructure) http://netbeans-vm.apache.org/pluginportal/ This is the one used in Apache NetBeans 11.2 Version to be deprecated soon: (running on Oracle infrastructure) http://plugins.netbeans.org This is the

Re: Packaging an nbm for maven

2019-11-08 Thread antonio
Hi, I assume you just want to upload your "router plugin" to Maven Central. As far as I understand this "router plugin" will add a new "Update Center" (pointing to sourceforge, perhaps?) to the list of update centers in the IDE, after that users can download jVi binaries from this new update

Re: jVi for Apache NetBeans

2019-11-08 Thread antonio
Hi Ernie, As Geertjan explained the new plugin portal is planned by the end of the year, as we're moving away from Oracle infrastructure (plugins.netbeans.org) that will be removed in the future. The current version of the plugin portal requires a gmail account for authentication, the

Re: updating gradle module

2019-11-08 Thread Laszlo Kishalmi
Just checked. Gradle 6.0 is out. Try to upgrade it soon. There are some interesting features in the tooling that shall allow a a few new tricks. On 11/8/19 10:44 AM, Brad Walker wrote: Thanks very much! I'll just sit tight for a little while.. -brad w. On Fri, Nov 8, 2019 at 11:38 AM

Re: updating gradle module

2019-11-08 Thread Brad Walker
Thanks very much! I'll just sit tight for a little while.. -brad w. On Fri, Nov 8, 2019 at 11:38 AM Laszlo Kishalmi wrote: > The current tooling works well with a good range of Gradle versions. > > Even Gradle 6.x can be used, however we are planning to upgrade the > tooling with Gradle 6.x

Re: Packaging an nbm for maven

2019-11-08 Thread Geertjan Wielenga
An NBM can be uploaded to Maven and also added to the Plugin Portal, not sure if that helps, just wanting to help but not sure what you’re asking. Gj On Fri, 8 Nov 2019 at 18:58, Ernie Rael wrote: > Given an existing .nbm, is there a way to package it for maven central, > and then add it the

Re: updating gradle module

2019-11-08 Thread Laszlo Kishalmi
The current tooling works well with a good range of Gradle versions. Even Gradle 6.x can be used, however we are planning to upgrade the tooling with Gradle 6.x whenever it is coming. See: https://issues.apache.org/jira/browse/NETBEANS-3256 On 11/8/19 10:28 AM, Brad Walker wrote: I've

Re: Add an issue description template

2019-11-08 Thread John Neffenger
On 11/6/19 12:24 AM, Christian Lenz wrote: Feel free to have a look/change it and maybe we can create a Infra ticket soon for that improvement. I think there are not that much concerns about it so it is good to go. Thank you, Chris. What do you think about starting with the Java bug report

updating gradle module

2019-11-08 Thread Brad Walker
I've noticed a problem with creating a simple Netbeans project using the gradle prototype.. Before I jump in and try to fix it, I have a question about our Gradle implementation. Currently, we are using version 4.10.2 of Gradle. The current release is 5.6.3. And a major new release is on the

Packaging an nbm for maven

2019-11-08 Thread Ernie Rael
Given an existing .nbm, is there a way to package it for maven central, and then add it the the new plugin portal without building the .nbm's project with maven? I'm still looking at the documentation to cut my plugin over to maven... In the meantime, I'm looking for a way to satisfy some

Re: jVi for Apache NetBeans

2019-11-08 Thread Ernie Rael
On 11/6/2019 3:35 AM, Geertjan Wielenga wrote: I've pinged the admins of the Plugin Portal at plugins.netbeans.org to give you a password to it but, again, note that it's going to be going away -- since it leverages Oracle infrastructure and we're in transition away from Oracle infrastructure at

AW: Netbeans hangs in Mac since Netbeans 8.2 to now

2019-11-08 Thread Christian Lenz
Hey Peter, is it only a mac problem? Will check it with Windows. Cheers Chris Von: Peter Cheung Gesendet: Donnerstag, 7. November 2019 21:54 An: Carl Mosca; dev@netbeans.apache.org Cc: Geertjan Wielenga Betreff: Re: Netbeans hangs in Mac since Netbeans 8.2 to now When i was in eclipse, i

Re: "Netbeans IDE 11.1 is Available" notification in NB 11.2

2019-11-08 Thread Neil C Smith
On Fri, 8 Nov 2019, 12:41 Jean-Marc Borer, wrote: > I am I the only one getting this notification from a freshly installed NB > 11.2? > I assume you've enabled the 8.2 update centre? I think this comes from the catalog there. Neil >

Re: Blog Writer Access

2019-11-08 Thread Geertjan Wielenga
Perfect. Gj On Fri, 8 Nov 2019 at 13:35, Jean-Marc Borer wrote: > I fully agree. My idea is to share the story when you are working in a > restrictive environment such as my professional one. If I had installed the > IDE at home I would have noticed anything. This may help others. We could >

"Netbeans IDE 11.1 is Available" notification in NB 11.2

2019-11-08 Thread Jean-Marc Borer
I am I the only one getting this notification from a freshly installed NB 11.2? [image: image.png]

Re: Blog Writer Access

2019-11-08 Thread Jean-Marc Borer
I fully agree. My idea is to share the story when you are working in a restrictive environment such as my professional one. If I had installed the IDE at home I would have noticed anything. This may help others. We could eventually move the story to the knowledge base (wiki). JMB On Fri, Nov 8,

Re: Blog Writer Access

2019-11-08 Thread Geertjan Wielenga
Invitation sent to you. Just note that what you're doing to install nb-javac may be different to others (I've had no problems at all, for example). Gj On Fri, Nov 8, 2019 at 1:21 PM Jean-Marc Borer wrote: > Hi Geertjan, > > What do you think about sharing the story how to get nb-javac

Re: Blog Writer Access

2019-11-08 Thread Jean-Marc Borer
Hi Geertjan, What do you think about sharing the story how to get nb-javac properly installed until the patch is released? Is it the blog the right place for sharing such information? If you want I could do it, it you give me acces to the blog. I would be happy if someone could review the story

Re: Installation issues of 11.2 behind corporate proxy

2019-11-08 Thread Jean-Marc Borer
What is actually strange is that I checked the "enable" status of all Java modules in my userdir and they are all turned on. So I wonder were this state comes from. On Fri, Nov 8, 2019 at 10:36 AM Geertjan Wielenga wrote: > Start with a fresh userdir and decline when prompted to install

Re: [DISCUSS] Handling release updates

2019-11-08 Thread Neil C Smith
On Fri, 8 Nov 2019, 10:35 Geertjan Wielenga, wrote: > How is the signing done for Apache NetBeans during releases and why can't > that be used for the patch too? > Different kinds of signing. The releases and the updates will be signed as ASF requires with an external .asc file. But the nbms in

Re: Installation issues of 11.2 behind corporate proxy

2019-11-08 Thread Geertjan Wielenga
Start with a fresh userdir and decline when prompted to install nb-javac. You'll then be using NetBeans without nb-javac. At that point install the NBM if you want to use nb-javac. Gj On Fri, Nov 8, 2019 at 11:33 AM Jean-Marc Borer wrote: > To make things worse: as I had to dismiss the

Re: [DISCUSS] Handling release updates

2019-11-08 Thread Geertjan Wielenga
How is the signing done for Apache NetBeans during releases and why can't that be used for the patch too? Sorry, ignorant on this point and need to understand this aspect to be able to participate in the discussion, alternatively those who are familiar with this should take the lead and do what is

Re: Installation issues of 11.2 behind corporate proxy

2019-11-08 Thread Jean-Marc Borer
To make things worse: as I had to dismiss the nb-javac dialog after the download failure, the IDE left me in a state where all Java modules where turned off (I noticed only after having tried to open a Maven project). I manually installed the plugins from

Re: Installation issues of 11.2 behind corporate proxy

2019-11-08 Thread Geertjan Wielenga
We're figuring out how to vote on and release patches, in particular in light of the fix for nb-javac. Here's the current NBM for nb-javac: http://plugins.netbeans.org/plugin/73454/nb-javac-library Gj On Fri, Nov 8, 2019 at 11:24 AM Jean-Marc Borer wrote: > Hi guys, > > Again I am having lots

Installation issues of 11.2 behind corporate proxy

2019-11-08 Thread Jean-Marc Borer
Hi guys, Again I am having lots of issues behind my %*ç&//(/( corporate firewall. I just tried a fresh install and when nb-javac question arrives and I accept to download it, it fails because of redirections: INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external

Re: Blog Writer Access

2019-11-08 Thread Geertjan Wielenga
That's great news. Invitation sent. :-) Gj On Fri, Nov 8, 2019 at 1:41 AM Laszlo Kishalmi wrote: > Dear Geertjan, > > From time to time I'd like to post an article or two on our project > blog, make the startup page more lively. > > Could you grant me the necessary rights to do that. I'm