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 red when I open the jVi source.

-ernie

On 11/8/2019 1:48 PM, Ernie Rael wrote:

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 download:

https://netbeans.apache.org/nb/plugins/11.2/catalog.xml.gz

This redirects to:

http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz

TL;DR: To get a plugin installable via Update Center into 11.2, get it
verified for 11.0 and you should be done (unchecked, as I'm currently
not able to login).

Greetings

Matthias

Am Freitag, den 08.11.2019, 22:10 +0100 schrieb 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 need to convert the NB module project to build using maven?
The
first step in "How to get plugin on Plugin Portal Update Center" is
"1.
Upload your plugin to Maven Central". The docs for "How to upload
NetBeans Modules to Maven Central say

 ...the steps that are involved in getting your maven artifacts
into
 the Maven Central...

This seems to imply that I need an NBM which is a maven artifact.

Yes, it's simpler if your Router Plugin Project is built using Maven.

  From the IDE choose "File/New Project", then "Java with Maven" and
then
"NetBeans Module" (or "NetBeans Application" if you want a suite).

You'll be shown a dialog with some settings, then choose the
appropriate
NetBeans version dependencies (unfortunately you'll see RELEASE110
and
dev-snapshot, but not RELEASE112 in the combo box, but you can
change
that later).

The IDE will then download lots of dependencies from Maven Central.
This
is normal.

THen just copy the source code from your ant-based plugin and
compile.
Maybe you need to add some extra dependencies to your "pom.xml" file
for
things to compile properly.

For a working example you can see, for instance, the Alex Falappa's
nb-springboot plugin at https://github.com/AlexFalappa/nb-springboot

If you upload this project somewhere (gitlab/github/etc.) I can give
a hand.


2) Or is the process one in which I package an existing NBM (built
as an
ant project)  into a maven artifact. Like a process done by
creating
files with an editor, maybe using the jar command as well.

3) Or perhaps it's a hybrid process. Built the NBM as usual with
ant,
then build something else which packages the NBM and creates a
maven
artifact.

The docs all assume I know how to get an NBM which is a maven
artifact;
at least that's how I read them. Unfortunately I do not know how to
do
that.

Once you've done that you'll end up with a NetBeans project that you
can
build with maven (instead of ant). The Maven infrastructure will
take
care of everything (very much like ant did).

Once you're ready to upload to Maven Central (i.e., you have proper
version numbers, etc.) see
http://maven.apache.org/repository/guide-central-repository-upload.html
for instructions on how to digitally sign and upload to Maven
Central.

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! ;-).

Kind regards,
Antonio




-ernie

On 11/8/2019 10:41 AM, Geertjan Wielenga wrote:

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 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 user
needs in a
timely fashion.

-ernie


-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists,
visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further 

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 black hole; and confusing to have 
11.2 as a verification option. His post looks pretty definitive. If his 
post is correct, then it's unclear to me what it is I'm 
misunderstanding. BTW, it doesn't seem like a bad idea to use 11.0 
catalog for all 11.x releases, considering how the ecosystem is changing.


See Mattias' post at 
http://mail-archives.apache.org/mod_mbox/netbeans-dev/201911.mbox/%3C810bafb8104ad2b18e9a0001f14568a085affc0c.camel%40doppel-helix.eu%3E


-ernie



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 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.
Might want to remove 11.2 as an option at plugins.netbeans.org, since it
is a blackhole.

-ernie

, 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 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 not entirely accurate, in
any event I've missed the window for the plugins.netbeans.org
infrastructure, and I'll move on to maven.

-ernie

On 11/8/2019 12:44 PM, antonio wrote:

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 one used in Oracle NetBeans 8.2 and previous Apache
NetBeans versions.

Hope this clarifies,
Antonio

El 8/11/19 a las 21:38, Ernie Rael escribió:

On 11/8/2019 12:13 PM, antonio wrote:

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 Apache NetBeans Team is currently working in
adding additional OAuth providers.

Is the "current version" you reference the one at
plugins.netbeans.org? Or is there a transitional plugin portal and
there will be a third one early next year?



Kind regards,
Antonio

El 8/11/19 a las 18:38, Ernie Rael escribió:

I guess I made some assumptions that were incorrect. I wish I'd
been informed that I was wasting my time.

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists






-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists






-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists






-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:

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 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.
> Might want to remove 11.2 as an option at plugins.netbeans.org, since it
> is a blackhole.
>
> -ernie
> > , 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 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 not entirely accurate, in
> >> any event I've missed the window for the plugins.netbeans.org
> >> infrastructure, and I'll move on to maven.
> >>
> >> -ernie
> >>
> >> On 11/8/2019 12:44 PM, antonio wrote:
> >>> 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 one used in Oracle NetBeans 8.2 and previous Apache
> >>> NetBeans versions.
> >>>
> >>> Hope this clarifies,
> >>> Antonio
> >>>
> >>> El 8/11/19 a las 21:38, Ernie Rael escribió:
>  On 11/8/2019 12:13 PM, antonio wrote:
> > 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 Apache NetBeans Team is currently working in
> > adding additional OAuth providers.
> 
>  Is the "current version" you reference the one at
>  plugins.netbeans.org? Or is there a transitional plugin portal and
>  there will be a third one early next year?
> 
> 
> > Kind regards,
> > Antonio
> >
> > El 8/11/19 a las 18:38, Ernie Rael escribió:
> >> I guess I made some assumptions that were incorrect. I wish I'd
> >> been informed that I was wasting my time.
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
> >
> 
>  -
>  To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
>  For additional commands, e-mail: dev-h...@netbeans.apache.org
> 
>  For further information about the NetBeans mailing lists, visit:
>  https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 
> 
> 
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> >>> For additional commands, e-mail: dev-h...@netbeans.apache.org
> >>>
> >>> For further information about the NetBeans mailing lists, visit:
> >>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> >> For additional commands, e-mail: dev-h...@netbeans.apache.org
> >>
> >> For further information about the NetBeans mailing lists, visit:
> >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>
> >>
> >>
> >>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


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. 
Might want to remove 11.2 as an option at plugins.netbeans.org, since it 
is a blackhole.


-ernie

, 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 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 not entirely accurate, in
any event I've missed the window for the plugins.netbeans.org
infrastructure, and I'll move on to maven.

-ernie

On 11/8/2019 12:44 PM, antonio wrote:

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 one used in Oracle NetBeans 8.2 and previous Apache
NetBeans versions.

Hope this clarifies,
Antonio

El 8/11/19 a las 21:38, Ernie Rael escribió:

On 11/8/2019 12:13 PM, antonio wrote:

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 Apache NetBeans Team is currently working in
adding additional OAuth providers.


Is the "current version" you reference the one at
plugins.netbeans.org? Or is there a transitional plugin portal and
there will be a third one early next year?



Kind regards,
Antonio

El 8/11/19 a las 18:38, Ernie Rael escribió:

I guess I made some assumptions that were incorrect. I wish I'd
been informed that I was wasting my time.

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 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 not entirely accurate, in
> any event I've missed the window for the plugins.netbeans.org
> infrastructure, and I'll move on to maven.
>
> -ernie
>
> On 11/8/2019 12:44 PM, antonio wrote:
> > 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 one used in Oracle NetBeans 8.2 and previous Apache
> > NetBeans versions.
> >
> > Hope this clarifies,
> > Antonio
> >
> > El 8/11/19 a las 21:38, Ernie Rael escribió:
> >>
> >> On 11/8/2019 12:13 PM, antonio wrote:
> >>> 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 Apache NetBeans Team is currently working in
> >>> adding additional OAuth providers.
> >>
> >>
> >> Is the "current version" you reference the one at
> >> plugins.netbeans.org? Or is there a transitional plugin portal and
> >> there will be a third one early next year?
> >>
> >>
> >>>
> >>> Kind regards,
> >>> Antonio
> >>>
> >>> El 8/11/19 a las 18:38, Ernie Rael escribió:
>  I guess I made some assumptions that were incorrect. I wish I'd
>  been informed that I was wasting my time.
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> >>> For additional commands, e-mail: dev-h...@netbeans.apache.org
> >>>
> >>> For further information about the NetBeans mailing lists, visit:
> >>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> >> For additional commands, e-mail: dev-h...@netbeans.apache.org
> >>
> >> For further information about the NetBeans mailing lists, visit:
> >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


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 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:

http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz

TL;DR: To get a plugin installable via Update Center into 11.2, get it
verified for 11.0 and you should be done (unchecked, as I'm currently
not able to login).

Greetings

Matthias

Am Freitag, den 08.11.2019, 22:10 +0100 schrieb 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 need to convert the NB module project to build using maven?
The
first step in "How to get plugin on Plugin Portal Update Center" is
"1.
Upload your plugin to Maven Central". The docs for "How to upload
NetBeans Modules to Maven Central say

 ...the steps that are involved in getting your maven artifacts
into
 the Maven Central...

This seems to imply that I need an NBM which is a maven artifact.


Yes, it's simpler if your Router Plugin Project is built using Maven.

  From the IDE choose "File/New Project", then "Java with Maven" and
then
"NetBeans Module" (or "NetBeans Application" if you want a suite).

You'll be shown a dialog with some settings, then choose the
appropriate
NetBeans version dependencies (unfortunately you'll see RELEASE110
and
dev-snapshot, but not RELEASE112 in the combo box, but you can
change
that later).

The IDE will then download lots of dependencies from Maven Central.
This
is normal.

THen just copy the source code from your ant-based plugin and
compile.
Maybe you need to add some extra dependencies to your "pom.xml" file
for
things to compile properly.

For a working example you can see, for instance, the Alex Falappa's
nb-springboot plugin at https://github.com/AlexFalappa/nb-springboot

If you upload this project somewhere (gitlab/github/etc.) I can give
a hand.


2) Or is the process one in which I package an existing NBM (built
as an
ant project)  into a maven artifact. Like a process done by
creating
files with an editor, maybe using the jar command as well.

3) Or perhaps it's a hybrid process. Built the NBM as usual with
ant,
then build something else which packages the NBM and creates a
maven
artifact.

The docs all assume I know how to get an NBM which is a maven
artifact;
at least that's how I read them. Unfortunately I do not know how to
do
that.


Once you've done that you'll end up with a NetBeans project that you
can
build with maven (instead of ant). The Maven infrastructure will
take
care of everything (very much like ant did).

Once you're ready to upload to Maven Central (i.e., you have proper
version numbers, etc.) see
http://maven.apache.org/repository/guide-central-repository-upload.html
for instructions on how to digitally sign and upload to Maven
Central.

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! ;-).

Kind regards,
Antonio




-ernie

On 11/8/2019 10:41 AM, Geertjan Wielenga wrote:

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 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 user
needs in a
timely fashion.

-ernie


-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists,
visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists






-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 

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 download:

https://netbeans.apache.org/nb/plugins/11.2/catalog.xml.gz

This redirects to:

http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz

TL;DR: To get a plugin installable via Update Center into 11.2, get it
verified for 11.0 and you should be done (unchecked, as I'm currently
not able to login).

Greetings

Matthias

Am Freitag, den 08.11.2019, 22:10 +0100 schrieb 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 need to convert the NB module project to build using maven?
The
first step in "How to get plugin on Plugin Portal Update Center" is
"1.
Upload your plugin to Maven Central". The docs for "How to upload
NetBeans Modules to Maven Central say

 ...the steps that are involved in getting your maven artifacts
into
 the Maven Central...

This seems to imply that I need an NBM which is a maven artifact.

Yes, it's simpler if your Router Plugin Project is built using Maven.

  From the IDE choose "File/New Project", then "Java with Maven" and
then
"NetBeans Module" (or "NetBeans Application" if you want a suite).

You'll be shown a dialog with some settings, then choose the
appropriate
NetBeans version dependencies (unfortunately you'll see RELEASE110
and
dev-snapshot, but not RELEASE112 in the combo box, but you can
change
that later).

The IDE will then download lots of dependencies from Maven Central.
This
is normal.

THen just copy the source code from your ant-based plugin and
compile.
Maybe you need to add some extra dependencies to your "pom.xml" file
for
things to compile properly.

For a working example you can see, for instance, the Alex Falappa's
nb-springboot plugin at https://github.com/AlexFalappa/nb-springboot

If you upload this project somewhere (gitlab/github/etc.) I can give
a hand.


2) Or is the process one in which I package an existing NBM (built
as an
ant project)  into a maven artifact. Like a process done by
creating
files with an editor, maybe using the jar command as well.

3) Or perhaps it's a hybrid process. Built the NBM as usual with
ant,
then build something else which packages the NBM and creates a
maven
artifact.

The docs all assume I know how to get an NBM which is a maven
artifact;
at least that's how I read them. Unfortunately I do not know how to
do
that.

Once you've done that you'll end up with a NetBeans project that you
can
build with maven (instead of ant). The Maven infrastructure will
take
care of everything (very much like ant did).

Once you're ready to upload to Maven Central (i.e., you have proper
version numbers, etc.) see
http://maven.apache.org/repository/guide-central-repository-upload.html
for instructions on how to digitally sign and upload to Maven
Central.

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! ;-).

Kind regards,
Antonio




-ernie

On 11/8/2019 10:41 AM, Geertjan Wielenga wrote:

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 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 user
needs in a
timely fashion.

-ernie


-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists,
visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:

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 portal into production, that has
not happend yet.


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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:

http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz

TL;DR: To get a plugin installable via Update Center into 11.2, get it
verified for 11.0 and you should be done (unchecked, as I'm currently
not able to login).

Greetings

Matthias

Am Freitag, den 08.11.2019, 22:10 +0100 schrieb 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 need to convert the NB module project to build using maven?
> > The 
> > first step in "How to get plugin on Plugin Portal Update Center" is
> > "1. 
> > Upload your plugin to Maven Central". The docs for "How to upload 
> > NetBeans Modules to Maven Central say
> > 
> > ...the steps that are involved in getting your maven artifacts
> > into
> > the Maven Central...
> > 
> > This seems to imply that I need an NBM which is a maven artifact.
> 
> Yes, it's simpler if your Router Plugin Project is built using Maven.
> 
>  From the IDE choose "File/New Project", then "Java with Maven" and
> then 
> "NetBeans Module" (or "NetBeans Application" if you want a suite).
> 
> You'll be shown a dialog with some settings, then choose the
> appropriate 
> NetBeans version dependencies (unfortunately you'll see RELEASE110
> and 
> dev-snapshot, but not RELEASE112 in the combo box, but you can
> change 
> that later).
> 
> The IDE will then download lots of dependencies from Maven Central.
> This 
> is normal.
> 
> THen just copy the source code from your ant-based plugin and
> compile. 
> Maybe you need to add some extra dependencies to your "pom.xml" file
> for 
> things to compile properly.
> 
> For a working example you can see, for instance, the Alex Falappa's 
> nb-springboot plugin at https://github.com/AlexFalappa/nb-springboot
> 
> If you upload this project somewhere (gitlab/github/etc.) I can give
> a hand.
> 
> > 2) Or is the process one in which I package an existing NBM (built
> > as an 
> > ant project)  into a maven artifact. Like a process done by
> > creating 
> > files with an editor, maybe using the jar command as well.
> > 
> > 3) Or perhaps it's a hybrid process. Built the NBM as usual with
> > ant, 
> > then build something else which packages the NBM and creates a
> > maven 
> > artifact.
> > 
> > The docs all assume I know how to get an NBM which is a maven
> > artifact; 
> > at least that's how I read them. Unfortunately I do not know how to
> > do 
> > that.
> 
> Once you've done that you'll end up with a NetBeans project that you
> can 
> build with maven (instead of ant). The Maven infrastructure will
> take 
> care of everything (very much like ant did).
> 
> Once you're ready to upload to Maven Central (i.e., you have proper 
> version numbers, etc.) see 
> http://maven.apache.org/repository/guide-central-repository-upload.html 
> for instructions on how to digitally sign and upload to Maven
> Central.
> 
> 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! ;-).
> 
> Kind regards,
> Antonio
> 
> 
> 
> > -ernie
> > 
> > On 11/8/2019 10:41 AM, Geertjan Wielenga wrote:
> > > 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 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 user
> > > > needs in a
> > > > timely fashion.
> > > > 
> > > > -ernie
> > > > 
> > > > 
> > > > -
> > > > 
> > > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > > > For additional commands, e-mail: dev-h...@netbeans.apache.org
> > > > 
> > > > For further information about the NetBeans mailing lists,
> > > > visit:
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > 
> > > > 
> > > > 
> > > > 
> > 
> > -
> > 
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org

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 that, we need to put the portal into production, that has
not happend yet.

Greetings

Matthias


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 need to convert the NB module project to build using maven? The 
first step in "How to get plugin on Plugin Portal Update Center" is "1. 
Upload your plugin to Maven Central". The docs for "How to upload 
NetBeans Modules to Maven Central say


    ...the steps that are involved in getting your maven artifacts into
    the Maven Central...

This seems to imply that I need an NBM which is a maven artifact.


Yes, it's simpler if your Router Plugin Project is built using Maven.

From the IDE choose "File/New Project", then "Java with Maven" and then 
"NetBeans Module" (or "NetBeans Application" if you want a suite).


You'll be shown a dialog with some settings, then choose the appropriate 
NetBeans version dependencies (unfortunately you'll see RELEASE110 and 
dev-snapshot, but not RELEASE112 in the combo box, but you can change 
that later).


The IDE will then download lots of dependencies from Maven Central. This 
is normal.


THen just copy the source code from your ant-based plugin and compile. 
Maybe you need to add some extra dependencies to your "pom.xml" file for 
things to compile properly.


For a working example you can see, for instance, the Alex Falappa's 
nb-springboot plugin at https://github.com/AlexFalappa/nb-springboot


If you upload this project somewhere (gitlab/github/etc.) I can give a hand.



2) Or is the process one in which I package an existing NBM (built as an 
ant project)  into a maven artifact. Like a process done by creating 
files with an editor, maybe using the jar command as well.


3) Or perhaps it's a hybrid process. Built the NBM as usual with ant, 
then build something else which packages the NBM and creates a maven 
artifact.


The docs all assume I know how to get an NBM which is a maven artifact; 
at least that's how I read them. Unfortunately I do not know how to do 
that.


Once you've done that you'll end up with a NetBeans project that you can 
build with maven (instead of ant). The Maven infrastructure will take 
care of everything (very much like ant did).


Once you're ready to upload to Maven Central (i.e., you have proper 
version numbers, etc.) see 
http://maven.apache.org/repository/guide-central-repository-upload.html 
for instructions on how to digitally sign and upload to Maven Central.


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! ;-).


Kind regards,
Antonio





-ernie

On 11/8/2019 10:41 AM, Geertjan Wielenga wrote:

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 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 user needs in a
timely fashion.

-ernie


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 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 center.


I think you want to create a brand-new NetBeans-Maven-Plugin project 
with this "router plugin". You can do this directly from the IDE 
itself, as far as I remember (haven't tried myself yet). Remember to 
add Maven dependencies to the proper NetBeans specific bits ([1], for 
instance).


This brand-new NetBeans-Maven-Plugin would then be a Maven Project 
itself, and can be uploaded to Maven Central as any other Maven Project.


Once that is done you can then submit the plugin to the 
Apache-specific NetBeans portal.


Kind regards,
Antonio


[1]
https://search.maven.org/artifact/org.netbeans.cluster/platform/RELEASE112/pom 




El 8/11/19 a las 18:58, Ernie Rael escribió:
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 user 
needs in a timely fashion.


-ernie


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists








-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists








-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 not entirely accurate, in 
any event I've missed the window for the plugins.netbeans.org 
infrastructure, and I'll move on to maven.


-ernie

On 11/8/2019 12:44 PM, antonio wrote:

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 one used in Oracle NetBeans 8.2 and previous Apache 
NetBeans versions.


Hope this clarifies,
Antonio

El 8/11/19 a las 21:38, Ernie Rael escribió:


On 11/8/2019 12:13 PM, antonio wrote:

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 Apache NetBeans Team is currently working in 
adding additional OAuth providers.



Is the "current version" you reference the one at 
plugins.netbeans.org? Or is there a transitional plugin portal and 
there will be a third one early next year?





Kind regards,
Antonio

El 8/11/19 a las 18:38, Ernie Rael escribió:
I guess I made some assumptions that were incorrect. I wish I'd 
been informed that I was wasting my time.


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists








-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists








-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 one used in Oracle NetBeans 8.2 and previous Apache NetBeans 
versions.


Hope this clarifies,
Antonio

El 8/11/19 a las 21:38, Ernie Rael escribió:


On 11/8/2019 12:13 PM, antonio wrote:

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 Apache NetBeans Team is currently working in 
adding additional OAuth providers.



Is the "current version" you reference the one at plugins.netbeans.org? 
Or is there a transitional plugin portal and there will be a third one 
early next year?





Kind regards,
Antonio

El 8/11/19 a las 18:38, Ernie Rael escribió:
I guess I made some assumptions that were incorrect. I wish I'd been 
informed that I was wasting my time.


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists








-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 center.


I think you want to create a brand-new NetBeans-Maven-Plugin project 
with this "router plugin". You can do this directly from the IDE itself, 
as far as I remember (haven't tried myself yet). Remember to add Maven 
dependencies to the proper NetBeans specific bits ([1], for instance).


This brand-new NetBeans-Maven-Plugin would then be a Maven Project 
itself, and can be uploaded to Maven Central as any other Maven Project.


Once that is done you can then submit the plugin to the Apache-specific 
NetBeans portal.


Kind regards,
Antonio


[1]
https://search.maven.org/artifact/org.netbeans.cluster/platform/RELEASE112/pom


El 8/11/19 a las 18:58, Ernie Rael escribió:
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 user needs in a 
timely fashion.


-ernie


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 Apache NetBeans Team is currently working in adding 
additional OAuth providers.


Kind regards,
Antonio

El 8/11/19 a las 18:38, Ernie Rael escribió:
I guess I made some assumptions that were incorrect. I wish I'd been 
informed that I was wasting my time.


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 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 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 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 horizon at the moment with

version

6.0.0..

Do/Should we update our Gradle version to something more current ?

-brad w.



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 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 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 horizon at the moment with
> version
> > 6.0.0..
> >
> > Do/Should we update our Gradle version to something more current ?
> >
> > -brad w.
> >
>


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 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 user needs in a
> timely fashion.
>
> -ernie
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


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 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 horizon at the moment with version
6.0.0..

Do/Should we update our Gradle version to something more current ?

-brad w.



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 template that the JDK has used for years?


Report a Bug or Request a Feature
https://bugreport.java.com/bugreport/

I reproduced that template below in Jira notation, adding a brief 
introduction. Just copy and paste it into a new Jira issue to see the 
formatting (and then Cancel). I think it's particularly helpful to add a 
link to the Jira Text Formatting Notation Help.


To get a template added, would I open an issue with the project below?

ASF infrastructure
https://issues.apache.org/jira/projects/INFRA/summary

Thanks,
John

--
_Replace the italicized text in this template with your own text, 
leaving the headings._ _Add any log reports, such as the *UI Log* or 
*IDE Log*, as *attachments*; please do not copy and paste them into this 
description._ _For help with the formatting, see the Jira [Text 
Formatting Notation 
Help|https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=texteffects]_.


h3. Synopsis

_Enter a one line summary of your report here and in the Summary field 
above._ _Please be specific._


h3. Description

_Enter a detailed description of the problem._ _Please describe only one 
problem per report._ _For multiple problems, file a separate report for 
each one._


h3. System / OS / Java Runtime Information

_Place additional system configuration information here and in the 
Environment field below._


h3. Steps to Reproduce

_Describe the step-by-step process we can follow to reproduce this bug._

h3. Expected Results

_Describe the results you were expecting when performing the above steps._

h3. Actual Result

_Please report the actual results that you saw with the exact text of 
any error messages that appeared or any trace information available._


h3. Source code for an executable test case

_Add the complete Java source code that compiles and demonstrates the 
problem, if available._


h3. Workaround

_Please provide a temporary method for bypassing this bug, if you have 
found one._


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 horizon at the moment with version
6.0.0..

Do/Should we update our Gradle version to something more current ?

-brad w.


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 user needs in a 
timely fashion.


-ernie


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 the moment.

I've added the router plugin for jVi to the old plugin portal. It has 
been verified and is now marked as 11.2 UC. The idea was to provide a 
convenient way for users to get jVi on 11.2. However I now discover that 
this 11.2 UC isn't accessible from 11.2 without manually adding it which 
defeats the purpose of the whole exercise.


I guess I made some assumptions that were incorrect. I wish I'd been 
informed that I was wasting my time.


-ernie


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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 was using a plugin call maven runner. Just a list of 
shortcut of maven goals.



From: Carl Mosca 
Sent: Thursday, November 7, 2019 6:34 PM
To: dev@netbeans.apache.org 
Cc: Geertjan Wielenga 
Subject: Re: Netbeans hangs in Mac since Netbeans 8.2 to now

Ok I am now slightly more confused.

What does your plugin do that can’t already be done in netbeans?

Will try to look when at a computer next.

On Thu, Nov 7, 2019 at 4:12 AM Peter Cheung  wrote:

> Dear Sir
>   Sorry my bad english, my plugins source is updated in. So if you
> install my plugin in your netbeans, i believe netbeans will hangs in after
> few starts.
> https://peter.quantr.hk/2019/11/netbeans-hangs-in-mac-since-netbeans-8-2-to-now/
>
> Thanks
> From Peter
> 
> From: Geertjan Wielenga 
> Sent: Wednesday, November 6, 2019 7:32 PM
> To: dev 
> Subject: Re: Netbeans hangs in Mac since Netbeans 8.2 to now
>
> Your subject line should be "My plugin hangs in Mac since NetBeans IDE
> 8.2.".
>
> And then you would point to the sources and to the steps to reproduce the
> problem.
>
> Gj
>
> On Wed, Nov 6, 2019 at 3:23 AM Carl Mosca  wrote:
>
> > Where can we get additional details?  Perhaps I missed something in the
> > post.
> >
> > Regards,
> > Carl
> >
> > On Tue, Nov 5, 2019 at 9:19 PM Peter Cheung 
> wrote:
> >
> > > Hi All
> > >Netbeans hangs in Mac since Netbeans 8.2 to now.
> > >
> >
> https://peter.quantr.hk/2019/11/netbeans-hangs-in-mac-since-netbeans-8-2-to-now/
> > > thanks
> > > Peter
> > >
> >
> >
> > --
> > Carl J. Mosca
> >
>
--
Regards,
Carl



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
> eventually move the story to the knowledge base (wiki).
>
> JMB
>
> On Fri, Nov 8, 2019 at 12:23 PM Geertjan Wielenga 
> wrote:
>
> > 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 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 before
> > > publication.
> > >
> > > My ID roller is:
> > > *jmborer*
> > >
> > > Cheers,
> > >
> > > On Fri, Nov 8, 2019 at 9:03 AM Geertjan Wielenga 
> > > wrote:
> > >
> > > > That's great news. Invitation sent. :-)
> > > >
> > > > Gj
> > > >
> > > > On Fri, Nov 8, 2019 at 1:41 AM Laszlo Kishalmi <
> > > laszlo.kisha...@gmail.com>
> > > > 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 registered
> as
> > > > > lkihalmi in Apache Roller.
> > > > >
> > > > > Thank you!
> > > > >
> > > > >
> > > >
> > >
> >
>


"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, 2019 at 12:23 PM Geertjan Wielenga 
wrote:

> 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 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 before
> > publication.
> >
> > My ID roller is:
> > *jmborer*
> >
> > Cheers,
> >
> > On Fri, Nov 8, 2019 at 9:03 AM Geertjan Wielenga 
> > wrote:
> >
> > > That's great news. Invitation sent. :-)
> > >
> > > Gj
> > >
> > > On Fri, Nov 8, 2019 at 1:41 AM Laszlo Kishalmi <
> > laszlo.kisha...@gmail.com>
> > > 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 registered as
> > > > lkihalmi in Apache Roller.
> > > >
> > > > Thank you!
> > > >
> > > >
> > >
> >
>


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 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 before
> publication.
>
> My ID roller is:
> *jmborer*
>
> Cheers,
>
> On Fri, Nov 8, 2019 at 9:03 AM Geertjan Wielenga 
> wrote:
>
> > That's great news. Invitation sent. :-)
> >
> > Gj
> >
> > On Fri, Nov 8, 2019 at 1:41 AM Laszlo Kishalmi <
> laszlo.kisha...@gmail.com>
> > 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 registered as
> > > lkihalmi in Apache Roller.
> > >
> > > Thank you!
> > >
> > >
> >
>


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 before
publication.

My ID roller is:
*jmborer*

Cheers,

On Fri, Nov 8, 2019 at 9:03 AM Geertjan Wielenga 
wrote:

> 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 registered as
> > lkihalmi in Apache Roller.
> >
> > Thank you!
> >
> >
>


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 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 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
> > http://plugins.netbeans.org/plugin/73454/nb-javac-library and activated
> > the modules. Now Java is back but the modules are still marked as
> > deactivated...
> >
> > [image: image.png]
> >
> > On Fri, Nov 8, 2019 at 10:23 AM Jean-Marc Borer 
> wrote:
> >
> >> 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 URL:
> >>
> https://netbeans.osuosl.org/binaries/344C8C2A8B421A52ABE725A677BF75659C17FEB6-nb-javac-13-impl.jar
> >> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]:
> >> Trying external URL:
> >>
> https://netbeans.osuosl.org/binaries/8250FAEF60A423DA3D5EFA0EE699FB69D906D86C-nb-javac-13-api.jar
> >> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]:
> >> Server returned HTTP response code: 502 for URL:
> >>
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> >> java.io.IOException: Server returned HTTP response code: 502 for URL:
> >>
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
> >> at java.security.AccessController.doPrivileged(Native Method)
> >> at
> >>
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
> >> at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
> >> at
> >>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
> >> at
> >>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
> >> at
> >>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
> >> Caused: java.io.IOException: Server returned HTTP response code: 502 for
> >> URL:
> >>
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> >> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> >> at
> >>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> >> at
> >>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
> >> at java.security.AccessController.doPrivileged(Native Method)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
> >> at java.security.AccessController.doPrivileged(Native Method)
> >> at
> >>
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
> >> at
> >>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
> >> at
> >>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:168)
> >> [catch] at
> >>
> 

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 the release aren't
currently jar signed (ie. internal signature) so will show as unsigned with
a warning in the IDE. You can see this if you uninstall and reinstall
modules in the IDE. This is what we need to sort out.

And yes, you're not the only one to have been confused by this distinction!
;-)

Best wishes,

Neil

>


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 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
> http://plugins.netbeans.org/plugin/73454/nb-javac-library and activated
> the modules. Now Java is back but the modules are still marked as
> deactivated...
>
> [image: image.png]
>
> On Fri, Nov 8, 2019 at 10:23 AM Jean-Marc Borer  wrote:
>
>> 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 URL:
>> https://netbeans.osuosl.org/binaries/344C8C2A8B421A52ABE725A677BF75659C17FEB6-nb-javac-13-impl.jar
>> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]:
>> Trying external URL:
>> https://netbeans.osuosl.org/binaries/8250FAEF60A423DA3D5EFA0EE699FB69D906D86C-nb-javac-13-api.jar
>> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]:
>> Server returned HTTP response code: 502 for URL:
>> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
>> java.io.IOException: Server returned HTTP response code: 502 for URL:
>> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
>> at
>> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
>> at
>> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
>> at
>> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
>> at
>> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at
>> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
>> at
>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
>> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
>> at
>> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
>> at
>> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
>> at
>> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
>> Caused: java.io.IOException: Server returned HTTP response code: 502 for
>> URL:
>> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
>> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>> at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>> at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>> at
>> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
>> at
>> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at
>> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
>> at
>> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
>> at
>> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
>> at
>> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
>> at
>> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at
>> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
>> at
>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
>> at
>> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:168)
>> [catch] at
>> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:138)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>> at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>> at java.lang.Thread.run(Thread.java:748)
>> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]:
>> Cannot access
>> 

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 needed or what is best under the circumstances.

Gj


On Thu, Nov 7, 2019 at 6:22 PM Neil C Smith  wrote:

> On Thu, 7 Nov 2019 at 17:05, Korney Czukowski  wrote:
> >  Although even with almost
> > everything in place, there's still this issue with nbm signing, so
> > practically the Update Center cannot be used for now, right (else you
> > would have already used it)? If this is the case, then a (trusted)
> > offline installed could be used as a temporarily and somewhat ugly
> solution.
>
> The UC is useful now, and can be used for things like RCP harness
> building.  However, the iDE will show a warning for nbms there.
>
> All binary elements, including the zips and nbms, are already gpg
> signed locally.  We just need a temporary solution to (jar) sign the
> updated nbm files as well.  The solution you suggest would actually be
> more complicated not less.  We still have to sign them!  Getting them
> in the existing UC is easy after that.
>
> Thanks,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


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
http://plugins.netbeans.org/plugin/73454/nb-javac-library and activated the
modules. Now Java is back but the modules are still marked as deactivated...

[image: image.png]

On Fri, Nov 8, 2019 at 10:23 AM Jean-Marc Borer  wrote:

> 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 URL:
> https://netbeans.osuosl.org/binaries/344C8C2A8B421A52ABE725A677BF75659C17FEB6-nb-javac-13-impl.jar
> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying
> external URL:
> https://netbeans.osuosl.org/binaries/8250FAEF60A423DA3D5EFA0EE699FB69D906D86C-nb-javac-13-api.jar
> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Server
> returned HTTP response code: 502 for URL:
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> java.io.IOException: Server returned HTTP response code: 502 for URL:
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
> at
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
> at
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
> at
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
> at
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
> at
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
> at
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
> Caused: java.io.IOException: Server returned HTTP response code: 502 for
> URL:
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
> at
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
> at
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
> at
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
> at
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
> at
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:168)
> [catch] at
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:138)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Cannot
> access
> https://netbeans.apache.org/nb/updates/11.2/java/org-netbeans-modules-java-source-nbjavac.nbm
>
> When I try the link  https://netbeans.apache.org  in my browser, it
> gets redirected to mirror that, of course is not white listed.
>
> So firstable from the logs http://www.pirbot.com deosn't work at all at
> the time I am writing this message and second as much as I understand
> mirroring, guys, 

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 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 URL:
>
> https://netbeans.osuosl.org/binaries/344C8C2A8B421A52ABE725A677BF75659C17FEB6-nb-javac-13-impl.jar
> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying
> external URL:
>
> https://netbeans.osuosl.org/binaries/8250FAEF60A423DA3D5EFA0EE699FB69D906D86C-nb-javac-13-api.jar
> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Server
> returned HTTP response code: 502 for URL:
>
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> java.io.IOException: Server returned HTTP response code: 502 for URL:
>
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> at
>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
> at
>
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
> at
>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
> at
>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
> at java.security.AccessController.doPrivileged(Native Method)
> at
>
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
> at
>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
> at
>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
> at
>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
> at
>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
> Caused: java.io.IOException: Server returned HTTP response code: 502 for
> URL:
>
> http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at
>
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
> at
>
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
> at java.security.AccessController.doPrivileged(Native Method)
> at
>
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
> at
>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
> at
>
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
> at
>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
> at
>
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
> at java.security.AccessController.doPrivileged(Native Method)
> at
>
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
> at
>
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
> at
>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:168)
> [catch] at
>
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:138)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Cannot
> access
>
> https://netbeans.apache.org/nb/updates/11.2/java/org-netbeans-modules-java-source-nbjavac.nbm
>
> When I try the link  https://netbeans.apache.org  in my browser, it
> gets redirected to mirror that, of course is not white listed.
>
> So firstable from the logs http://www.pirbot.com deosn't work at all at
> the
> time I am writing this message and second as much as I understand
> mirroring, guys, this is just not possible for people like me that are
> stuck behind a very restrictive web proxy. We cannot ask to white list the
> whole planet and moreover I 

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 URL:
https://netbeans.osuosl.org/binaries/344C8C2A8B421A52ABE725A677BF75659C17FEB6-nb-javac-13-impl.jar
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying
external URL:
https://netbeans.osuosl.org/binaries/8250FAEF60A423DA3D5EFA0EE699FB69D906D86C-nb-javac-13-api.jar
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Server
returned HTTP response code: 502 for URL:
http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
java.io.IOException: Server returned HTTP response code: 502 for URL:
http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
Caused: java.io.IOException: Server returned HTTP response code: 502 for
URL:
http://www.pirbot.com/mirrors/apache/netbeans/netbeans/11.2/nbms/java/org-netbeans-modules-java-source-nbjavac.nbm
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at
sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
at
sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
at java.security.AccessController.doPrivileged(Native Method)
at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:168)
[catch] at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:138)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Cannot
access
https://netbeans.apache.org/nb/updates/11.2/java/org-netbeans-modules-java-source-nbjavac.nbm

When I try the link  https://netbeans.apache.org  in my browser, it
gets redirected to mirror that, of course is not white listed.

So firstable from the logs http://www.pirbot.com deosn't work at all at the
time I am writing this message and second as much as I understand
mirroring, guys, this is just not possible for people like me that are
stuck behind a very restrictive web proxy. We cannot ask to white list the
whole planet and moreover I don't even know the list of possible mirrors.

I know there are distribution issues, but why isn't there a possibility or
instructions how to download separately the missing modules that cannot be
bundled with NB?

Finally, I already asked about nb-javac on this list. Now, as far as I
understand, due to bug https://github.com/apache/netbeans/pull/1604 nb-javac
should not be used or you might get big trouble renaming Java code. If this
is true, why is NB only providing the option to download 

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 registered as
> lkihalmi in Apache Roller.
>
> Thank you!
>
>