Re: 11.1 beta-3 status

2019-07-02 Thread Laszlo Kishalmi

I'm sorry, my bad (as I had a free weekend to form a few PR-s).

On 7/2/19 2:00 PM, Neil C Smith wrote:

On Tue, 2 Jul 2019 at 20:06, Geertjan Wielenga  wrote:

I reckon we can save him time and merge them ourselves, if we or anyone
hasn't yet at the time he gets to it, he'll do the remaining ones that are
marked for nb11.1.

I've just had a quick look over and seems we have quite a few new ones
where I haven't been added as a reviewer (as requested), so would
rather work through myself so I know what's merging in, particularly
if anything has impacts on subsequent merge to release branch.

For NB 11.2+ I think we need to ensure whoever is release managing is
added as a reviewer on all PRs, even if they don't necessarily handle
merging.

Best wishes,

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





-
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: 11.1 beta-3 status

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

On Tue, Jul 2, 2019 at 11:57 PM Geertjan Wielenga 
wrote:

> Makes sense, thanks!
>
> Gj
>
> On Tue, Jul 2, 2019 at 11:01 PM Neil C Smith 
> wrote:
>
>> On Tue, 2 Jul 2019 at 20:06, Geertjan Wielenga 
>> wrote:
>> > I reckon we can save him time and merge them ourselves, if we or anyone
>> > hasn't yet at the time he gets to it, he'll do the remaining ones that
>> are
>> > marked for nb11.1.
>>
>> I've just had a quick look over and seems we have quite a few new ones
>> where I haven't been added as a reviewer (as requested), so would
>> rather work through myself so I know what's merging in, particularly
>> if anything has impacts on subsequent merge to release branch.
>>
>> For NB 11.2+ I think we need to ensure whoever is release managing is
>> added as a reviewer on all PRs, even if they don't necessarily handle
>> merging.
>>
>> Best wishes,
>>
>> 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: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
Makes sense, thanks!

Gj

On Tue, Jul 2, 2019 at 11:01 PM Neil C Smith  wrote:

> On Tue, 2 Jul 2019 at 20:06, Geertjan Wielenga 
> wrote:
> > I reckon we can save him time and merge them ourselves, if we or anyone
> > hasn't yet at the time he gets to it, he'll do the remaining ones that
> are
> > marked for nb11.1.
>
> I've just had a quick look over and seems we have quite a few new ones
> where I haven't been added as a reviewer (as requested), so would
> rather work through myself so I know what's merging in, particularly
> if anything has impacts on subsequent merge to release branch.
>
> For NB 11.2+ I think we need to ensure whoever is release managing is
> added as a reviewer on all PRs, even if they don't necessarily handle
> merging.
>
> Best wishes,
>
> 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: Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Geertjan Wielenga
I don’t think anyone is asking the Apache NetBeans PMC to do anything here.

Gj

On Tue, 2 Jul 2019 at 21:34, Matthias Bläsing 
wrote:

> Hi,
>
> Am Dienstag, den 02.07.2019, 14:05 +0200 schrieb Geertjan Wielenga:
> > Yes, indeed. That's why when you use it in NetBeans, you need to approve
> > its license first. It is not Apache licensed, just like nb-javac is not
> > Apache licensed.
> >
> > Gj
> >
> > On Tue, Jul 2, 2019 at 1:57 PM Eric Bresie  wrote:
> >
> > >
> > >
> https://github.com/apache/netbeans/blob/master/contrib/libs.oracle.jsparser/external/com.oracle.js.parser-ba7a8bc42268-license.txt
> > > mentions
> > >
> > > License: GPL-2-CP
> > > Origin: http://hg.openjdk.java.net/graal/graal-js-parser
>
> from my understanding, the ASF has a pretty straight position regarding
> anything with GPL in its license name:
>
> It must not be a required dependency.
>
> I don't see how the Netbeans PMC could even remotely release anything
> that is incompatible with the core requirement of the ASF. (yepp, this
> is still LEGAL-336, still not fixed by Apache Legal and/or Oracle).
>
> The Graal.JS parser might be a different matter, as it is now licensed
> UPL, it might be packageable. Before that can happen though, the
> integration into netbeans has to be fixed, as the parser went through
> breaking changes.
>
> So this leaves us with:
>
> nb-javac: GPL-2-CP so not packable by the Apache Netbeans PMC
> graal-js: the version we need is GPL-2-CP and so also not packable
>   the version we could package/bundle is UPL, but not
>   compatible with the netbeans codebase
>
> Don't get me wrong: Having the two artifacts on maven central would be
> great, but that is not a job the Apache Netbeans PMC can do.
>
> Just my 2 cents.
>
> 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: 11.1 beta-3 status

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

I've just had a quick look over and seems we have quite a few new ones
where I haven't been added as a reviewer (as requested), so would
rather work through myself so I know what's merging in, particularly
if anything has impacts on subsequent merge to release branch.

For NB 11.2+ I think we need to ensure whoever is release managing is
added as a reviewer on all PRs, even if they don't necessarily handle
merging.

Best wishes,

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: Apache NetBeans 11.1-beta2 Is Available for Testing!

2019-07-02 Thread Josh Juneau
Thanks for testing, it is appreciated.

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Jul 2, 2019, at 4:24 AM, Alessandro  wrote:
> 
> Dear all,
>  I am test driving the new beta with a focus on Java development with
> Maven and Gradle: so far so good.
> No major problems encountered apart from NETBEANS-2783
> , which affects also
> version 11.0 and probably earlier version back to 8.2.
> 
> Will continue the tests and report back any problems.
> 
> Keep up the good work!!!
> 
> Regards,
> Alex
> 
>> Il giorno dom 30 giu 2019 alle ore 17:29 huang kai  ha
>> scritto:
>> 
>> That's nice~!
>> 
>> 在2019年06月30,下午 2:35,Laszlo Kishalmi  写道:
>> I've updated the Snap release job to work with the new non-incubating
>> project source artifact. As I side effect the 11.1 beta 2 is available as a
>> snap from the snap store in the latest/edge channel. So anyone using snap
>> would like to test the beta just switch the channel with: snap refresh
>> --channel edge netbeans The previous version (11.0) can be easily  restored
>> in need with: snap revert netbeans On 6/26/19 11:26 AM, Neil C Smith wrote:
>> Dear Community, I'd like to announce that the second beta build for Apache
>> NetBeans 11.1 from the release111 branch is available for download. Key
>> changes since beta1 include integration of Java EE 8 and Payara support via
>> agreed feature freeze bypass - testing in these areas would be very
>> appreciated. Full details of changes between beta1 and beta2 are at
>> https://github.com/apache/netbeans/pull/1330 As this build is for testing
>> purposes only, we are not going to do the release dance and voting around
>> it (and as we're not voting on it, the files are tagged beta not vc!). As
>> per the recently agreed release schedule, NB 11.1 is a non-LTS release, and
>> will not have a full NetCAT process. However, feedback and testing from
>> those on the dev@ and netcat@ lists would still be appreciated,
>> particularly around new features. Please file issues in JIRA as necessary,
>> with the affects and fix versions set to 11.1. Another beta will be
>> released, as required, on July ~3rd. The final NB 11.1 release is scheduled
>> for July ~15th. The next full NetCAT is scheduled for NB 12.0 in early
>> 2020, which will be the next LTS release. Release schedule :
>> https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule NB
>> 11.1 major changes :
>> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1
>> See the artefacts here:
>> https://builds.apache.org/job/netbeans-release/417/artifact/dist/ The
>> binary you most likely need is:
>> https://builds.apache.org/job/netbeans-release/417/artifact/dist/netbeans-11.1-beta2-bin.zip
>> Installers, as mentioned in the major changes link, are in progress. The
>> SHA512 sums if you would like to check them are provided there as well as
>> here:
>> 19470a7c60bc58d1aeedf66ec1e4fc96aef2fd20c75218a943acd4f6c604bf2bfcf669b932651b1900ffab787589fae92838e068158fe963692ee00c109dd2e8
>> ./netbeans-11.1-beta2-bin.zip
>> b3e7471237485d2b28a5673988a093d32f881d98004f674035e7adb0d4b5461f6a3d7277a1f82a04be445d6ecacc6dceed0ff489ce3418ae50b9f197fa69cb20
>> ./netbeans-11.1-beta2-source.zip
>> 6d8819171d2795f877ac66f8689fe55c64d095293ae8c106f8f28207282e263b4d4d69375c6024640ae3173dad898e7117f3cb1a38c2400ceae04e2fdc5f99a4
>> ./netbeans-platform-11.1-beta2-bin.zip
>> f69ebbfbf0129e3cb650046f3887d23a299aa7625367414be400727c3b8386bc5322dffc043e930cc4c9b39c1febb60c2d11b48f1b622bc291cecec0acfdac92
>> ./netbeans-platform-11.1-beta2-source.zip Thanks and best wishes, Neil
>> Voluntary Release Manager for Apache NetBeans 11.1
>> - To
>> unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org> 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> 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: Re: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Matthias Bläsing
Hi,

Am Dienstag, den 02.07.2019, 14:05 +0200 schrieb Geertjan Wielenga:
> Yes, indeed. That's why when you use it in NetBeans, you need to approve
> its license first. It is not Apache licensed, just like nb-javac is not
> Apache licensed.
> 
> Gj
> 
> On Tue, Jul 2, 2019 at 1:57 PM Eric Bresie  wrote:
> 
> >
> > https://github.com/apache/netbeans/blob/master/contrib/libs.oracle.jsparser/external/com.oracle.js.parser-ba7a8bc42268-license.txt
> > mentions
> >
> > License: GPL-2-CP
> > Origin: http://hg.openjdk.java.net/graal/graal-js-parser

from my understanding, the ASF has a pretty straight position regarding
anything with GPL in its license name:

It must not be a required dependency.

I don't see how the Netbeans PMC could even remotely release anything
that is incompatible with the core requirement of the ASF. (yepp, this
is still LEGAL-336, still not fixed by Apache Legal and/or Oracle).

The Graal.JS parser might be a different matter, as it is now licensed
UPL, it might be packageable. Before that can happen though, the
integration into netbeans has to be fixed, as the parser went through
breaking changes.

So this leaves us with:

nb-javac: GPL-2-CP so not packable by the Apache Netbeans PMC
graal-js: the version we need is GPL-2-CP and so also not packable
  the version we could package/bundle is UPL, but not
  compatible with the netbeans codebase

Don't get me wrong: Having the two artifacts on maven central would be
great, but that is not a job the Apache Netbeans PMC can do.

Just my 2 cents.

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: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
I reckon we can save him time and merge them ourselves, if we or anyone
hasn't yet at the time he gets to it, he'll do the remaining ones that are
marked for nb11.1.

Gj

On Tue, Jul 2, 2019 at 9:04 PM Laszlo Kishalmi 
wrote:

> BTW. Shall we merge the approved PR-s or let Neil have the final decision?
>
> On 7/2/19 10:55 AM, Geertjan Wielenga wrote:
> > Very awesome. :-)
> >
> > Gj
> >
> > On Tue, Jul 2, 2019 at 7:47 PM Neil C Smith 
> wrote:
> >
> >> Hi,
> >>
> >> On Tue, 2 Jul 2019, 18:27 Geertjan Wielenga, 
> wrote:
> >>
> >>> With Neil doing beta-3 tomorrow, there are a few important PRs marked
> >> with
> >>> nb11.1 in the queue:
> >>>
> >> Thanks. Literally just back home. Will look through and merge things as
> >> required tomorrow morning, and aim to get beta done by close of play.
> >>
> >> Best wishes,
> >>
> >> 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: 11.1 beta-3 status

2019-07-02 Thread Laszlo Kishalmi

BTW. Shall we merge the approved PR-s or let Neil have the final decision?

On 7/2/19 10:55 AM, Geertjan Wielenga wrote:

Very awesome. :-)

Gj

On Tue, Jul 2, 2019 at 7:47 PM Neil C Smith  wrote:


Hi,

On Tue, 2 Jul 2019, 18:27 Geertjan Wielenga,  wrote:


With Neil doing beta-3 tomorrow, there are a few important PRs marked

with

nb11.1 in the queue:


Thanks. Literally just back home. Will look through and merge things as
required tomorrow morning, and aim to get beta done by close of play.

Best wishes,

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: 11.1 beta-3 status

2019-07-02 Thread Geertjan Wielenga
Very awesome. :-)

Gj

On Tue, Jul 2, 2019 at 7:47 PM Neil C Smith  wrote:

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


Re: 11.1 beta-3 status

2019-07-02 Thread Neil C Smith
Hi,

On Tue, 2 Jul 2019, 18:27 Geertjan Wielenga,  wrote:

> With Neil doing beta-3 tomorrow, there are a few important PRs marked with
> nb11.1 in the queue:
>

Thanks. Literally just back home. Will look through and merge things as
required tomorrow morning, and aim to get beta done by close of play.

Best wishes,

Neil


Re: Profiler images in main toolbar

2019-07-02 Thread Geertjan Wielenga
Perfect and many thanks!

Gj

On Tue, Jul 2, 2019 at 9:30 AM David Schulz  wrote:

> Sorry for waiting Geertjan!
>
> https://xd.adobe.com/spec/ab085381-8d07-4868-43f7-bc350fac0e58-dd39/
>
> Here are the new files 
>
>
>
>
>
> All the best,
>
> Dave
>
>
>
> --
>
> uxactly GmbH  | raiken.de 
> system design thinking
>
> Kurfürstendamm 28
>
> 10719 Berlin
>
> Tel: 0174 933 85 36
> Mail: da...@uxact.ly
> Skype: rai...@live.de
>
>
>
> LinkedIn  | Xing
> 
>
>
>
> *From: *Geertjan Wielenga 
> *Sent: *Donnerstag, 27. Juni 2019 12:12
> *To: *dev ; David Schulz 
> *Cc: *Christian Lenz 
> *Subject: *Re: Profiler images in main toolbar
>
>
>
> Apologies! We actually need three different buttons relating to
> self-sampling of Apache NetBeans: (1) profile the IDE, (2) stop profiling
> the IDE, and (3) pause profiling the IDE. Image 2 is only visible when the
> button containing image is clicked.
>
>
>
> Attached are the screenshots,
>
>
>
> Hope you can add another one, i.e., for stopping profiling?
>
>
>
> Gj
>
>
>
>
>
>
>
> On Thu, Jun 27, 2019 at 12:01 PM Geertjan Wielenga 
> wrote:
>
> I'm sorry, I don't understand what this means: "Still would love to have
> a HighRes Image of the IDE to ensure that all the front facing icons fit
> together."
>
>
>
> What is this for exactly and how high res should this image be? You could
> open Apache NetBeans 11.0 and make it yourself to your requirements?
>
>
>
> Thanks,
>
>
>
> Gj
>
>
>
> On Mon, Jun 24, 2019 at 10:37 AM David Schulz  wrote:
>
> Thanks a lot!
>
> Feel free to download them straight from the link:
>
>1. Click the view
>2. Select/click the icon(s)
>3. Download them as SVG
>
>
>
> Still would love to have a HighRes Image of the IDE to ensure that all the
> front facing icons fit together 
>
>
>
> All the best,
>
> Dave
>
>
>
>
>
> *From: *Christian Lenz 
> *Sent: *Montag, 24. Juni 2019 09:18
> *To: *dev@netbeans.apache.org; Geertjan Wielenga ; David
> Schulz 
> *Subject: *AW: Profiler images in main toolbar
>
>
>
> Great David, as usual . Please create svg’s for those 2 icons.
>
>
>
>
>
> Cheers
>
>
>
> Chris
>
>
>
>
>
> *Von: *Eirik Bakke 
> *Gesendet: *Montag, 24. Juni 2019 05:51
> *An: *Geertjan Wielenga ; dev
> 
> *Cc: *Christian Lenz 
> *Betreff: *RE: Profiler images in main toolbar
>
>
>
> Agreed, the first two work great as replacements!
>
> -- Eirik
>
>
>
> From: Geertjan Wielenga 
>
> Sent: Sunday, June 23, 2019 2:54 PM
>
> To: dev 
>
> Cc: Eirik Bakke ; Christian Lenz <
> christian.l...@gmx.net>
>
> Subject: Re: Profiler images in main toolbar
>
>
>
> Excellent. The point of the actions is that they allow for NetBeans itself
> to be profiled, so the icon needs to be the NetBeans icon, so the first of
> the options you've provided looks great and matches what's needed, would be
> great to have those! Maybe even in 11.1 as a cherry pick.
>
>
>
> Gj
>
>
>
> On Sun, Jun 23, 2019 at 11:40 PM David Schulz  he...@raiken.de>> wrote:
>
> Mh, hard question. The old ones look quite characteristic and artistic
> but probably either way too much for an IDE which should focus on the
> content/code itself. I would go for a more minimal version. Maybe we can
> try to modernize some of them a bit.
>
>
>
> Can someone send me a high-quality image of the IDE without skin and with
> dark skin? I could play with some styles which could fit, based on the
> original ones 
>
>
>
> Here is my first try:
>
> https://xd.adobe.com/spec/ab085381-8d07-4868-43f7-bc350fac0e58-dd39/
>
> Feel free to feedback!
>
>
>
> All the best,
>
> Dave
>
>
>
> --
>
>
>
> uxactly GmbH | raiken.de
>
> system design thinking
>
>
>
> Kurfürstendamm 28
>
> 10719 Berlin
>
>
>
> Tel: 0174 933 85 36
>
> Mail: da...@uxact.ly
>
> Skype: rai...@live.de
>
>
>
> LinkedIn | Xing
>
>
>
> From: Eirik Bakke
>
> Sent: Mittwoch, 19. Juni 2019 23:50
>
> To: David Schulz; Christian Lenz
>
> Cc: dev@netbeans.apache.org
>
> Subject: RE: Profiler images in main toolbar
>
>
>
> See the previous thread, "NetBeans GUI icons, who drew them?"
>
>
>
> I listed the various possible approaches at
> https://cwiki.apache.org/confluence/display/NETBEANS/HiDPI+%28Retina%29+improvements
> . Downsides to using an existing icon library include: (1) quite a few
> NetBeans icons will have no suitable replacement in an existing font
> library, (2) icon font libraries yield monochromatic icons only,
> sacrificing the color of the old icons for an improvement in resolution,
> and (3) the style of new icons would appear mismatched next to old ones.
> There's also the license issues.
>
>
>
> The existing NetBeans icons are really quite good--most of them were drawn
> by a single professional designer (Leos Tronicek), who once did all the
> work to set a color theme, make a visual language for various 

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

2019-07-02 Thread Geertjan Wielenga
Yes, indeed. That's why when you use it in NetBeans, you need to approve
its license first. It is not Apache licensed, just like nb-javac is not
Apache licensed.

Gj

On Tue, Jul 2, 2019 at 1:57 PM Eric Bresie  wrote:

>
> https://github.com/apache/netbeans/blob/master/contrib/libs.oracle.jsparser/external/com.oracle.js.parser-ba7a8bc42268-license.txt
> mentions
>
> License: GPL-2-CP
> Origin: http://hg.openjdk.java.net/graal/graal-js-parser
>
> Eric Bresie
> ebre...@gmail.com
> > On July 2, 2019 at 6:38:55 AM CDT, Geertjan Wielenga <
> geert...@apache.org> wrote:
> > The code that creates the NBM binary from the Oracle JS Parser JAR is
> here:
> >
> >
> https://github.com/apache/netbeans/tree/master/contrib/libs.oracle.jsparser
> >
> > Svata, in the cc, can add further info, if needed.
> >
> > Gj
> >
> >
> > On Tue, Jul 2, 2019 at 12:07 PM Geertjan Wielenga 
> > wrote:
> >
> > > This is excellent, you know how to do this and are therefore best
> placed
> > > to get it done, I will find out where the sources for Oracle JS Parser
> are
> > > and you can then do it in the same way.
> > >
> > > Gj
> > >
> > > On Tue, Jul 2, 2019 at 10:57 AM Eric Barboni  wrote:
> > >
> > > > Hi,
> > > > I wonder if we can choose org.netbeans.plugins and go a step further.
> > > >
> > > > Hi found the nb-javac repo. I will try to propose patch for adding a
> > > > "reproducible" populating build otherwise it will be hard to do.
> > > > //https://hg.netbeans.org/main/nb-java-x/
> > > > I did not know where the Oracle js parser code his.
> > > >
> > > > Regards
> > > > Eric
> > > >
> > > > -Message d'origine-
> > > > De : Eric Barboni 
> > > > Envoyé : jeudi 27 juin 2019 13:55
> > > > À : dev@netbeans.apache.org; 'Brian Fox' 
> > > > Objet : RE: nb-javac and Oracle JS Parser on Maven Central
> > > >
> > > > Hi,
> > > > What would be the good way to communicate Apache Infra ticket or a
> > > > ticket to sonatype ?
> > > >
> > > > Some thoughts:
> > > > How to prevent "john smith" to publish to org.netbeans.plugins if
> it's
> > > > only an artifact that is not a plugin.
> > > > Or first asking a "plugin portal slot" and then ok you can proceed.
> > > >
> > > > @Geertjan
> > > > Publication on behalf can be done but it's better that owner do that.
> > > > Pom element should be of good quality (autogeneration not enough),
> if you
> > > > can point to the source of nb-javac and js parser I may propose PR
> or patch
> > > > to prepare for such release.
> > > >
> > > > Regards
> > > > Eric
> > > >
> > > > -Message d'origine-
> > > > De : David Nalley 
> > > > Envoyé : mercredi 26 juin 2019 18:05
> > > > À : dev@netbeans.apache.org; Brian Fox  Objet :
> Re:
> > > > nb-javac and Oracle JS Parser on Maven Central
> > > >
> > > > On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni 
> wrote:
> > > > >
> > > > > Hi David,
> > > > >
> > > > > I guess that com.oracle would be OK if Oracle do the publishing on
> > > > it's own.
> > > > >
> > > >
> > > >
> > > > Yep.
> > > >
> > > > > For what I know Apache Netbeans only sync the following groupID
> > > > > org.netbeans.(api|external|clusters|modules|html)
> > > > >
> > > > > I'm not sure if we can have org.netbeans.plugins groupid let free
> to
> > > > > anybody wanting to publish (cause org.netbeans belong to Apache) Or
> > > > > maybe org.netbeansplugins is more outside Apache
> > > > >
> > > >
> > > > I am sure that's something that project can decide on process/policy
> for.
> > > > Whatever that is we'll just need to discuss and coordinate with
> sonatype
> > > > to ensure it's org.netbeans.plugins only and not org.netbeans.
> > > >
> > > >
> > > > >
> > > > > Regards
> > > > > Eric
> > > > >
> > > > >
> > > > > -Message d'origine-
> > > > > De : David Nalley 
> > > > > Envoyé : mercredi 26 juin 2019 16:50
> > > > > À : dev@netbeans.apache.org; Brian Fox  Objet
> :
> > > > > Re: nb-javac and Oracle JS Parser on Maven Central
> > > > >
> > > > > On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga <
> geert...@apache.org>
> > > > wrote:
> > > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > We're looking into putting nb-javac and the Oracle JS Parser on
> > > > > > Maven Central.
> > > > > >
> > > > > > How to do that and what would be the right location for that?
> > > > > >
> > > > > > E.g., would that be here:
> > > > > >
> > > > > > https://repo1.maven.org/maven2/org/apache/netbeans/
> > > > > >
> > > > > > I.e., these would not be sources but NBM binary files and from
> there
> > > > > > they'd be accessed from the update centers. Ultimately, all NBMs
> > > > > > would be distributed in this way, rather than uploading NBMs to
> the
> > > > > > Plugin Portal when you do an upload there, you would be instead
> be
> > > > > > registering Maven co-ordinates. The co-ordinates would point to
> > > > > > wherever you have uploaded your NBM on Maven Central, and it
> would
> > > > > > be nice if we'd have a clearly documented way of doing that.
> > > > > >
> > > > > > And 

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

2019-07-02 Thread Eric Bresie
https://github.com/apache/netbeans/blob/master/contrib/libs.oracle.jsparser/external/com.oracle.js.parser-ba7a8bc42268-license.txt
 mentions

License: GPL-2-CP
Origin: http://hg.openjdk.java.net/graal/graal-js-parser

Eric Bresie
ebre...@gmail.com
> On July 2, 2019 at 6:38:55 AM CDT, Geertjan Wielenga  
> wrote:
> The code that creates the NBM binary from the Oracle JS Parser JAR is here:
>
> https://github.com/apache/netbeans/tree/master/contrib/libs.oracle.jsparser
>
> Svata, in the cc, can add further info, if needed.
>
> Gj
>
>
> On Tue, Jul 2, 2019 at 12:07 PM Geertjan Wielenga 
> wrote:
>
> > This is excellent, you know how to do this and are therefore best placed
> > to get it done, I will find out where the sources for Oracle JS Parser are
> > and you can then do it in the same way.
> >
> > Gj
> >
> > On Tue, Jul 2, 2019 at 10:57 AM Eric Barboni  wrote:
> >
> > > Hi,
> > > I wonder if we can choose org.netbeans.plugins and go a step further.
> > >
> > > Hi found the nb-javac repo. I will try to propose patch for adding a
> > > "reproducible" populating build otherwise it will be hard to do.
> > > //https://hg.netbeans.org/main/nb-java-x/
> > > I did not know where the Oracle js parser code his.
> > >
> > > Regards
> > > Eric
> > >
> > > -Message d'origine-
> > > De : Eric Barboni 
> > > Envoyé : jeudi 27 juin 2019 13:55
> > > À : dev@netbeans.apache.org; 'Brian Fox' 
> > > Objet : RE: nb-javac and Oracle JS Parser on Maven Central
> > >
> > > Hi,
> > > What would be the good way to communicate Apache Infra ticket or a
> > > ticket to sonatype ?
> > >
> > > Some thoughts:
> > > How to prevent "john smith" to publish to org.netbeans.plugins if it's
> > > only an artifact that is not a plugin.
> > > Or first asking a "plugin portal slot" and then ok you can proceed.
> > >
> > > @Geertjan
> > > Publication on behalf can be done but it's better that owner do that.
> > > Pom element should be of good quality (autogeneration not enough), if you
> > > can point to the source of nb-javac and js parser I may propose PR or 
> > > patch
> > > to prepare for such release.
> > >
> > > Regards
> > > Eric
> > >
> > > -Message d'origine-
> > > De : David Nalley 
> > > Envoyé : mercredi 26 juin 2019 18:05
> > > À : dev@netbeans.apache.org; Brian Fox  Objet : Re:
> > > nb-javac and Oracle JS Parser on Maven Central
> > >
> > > On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni  wrote:
> > > >
> > > > Hi David,
> > > >
> > > > I guess that com.oracle would be OK if Oracle do the publishing on
> > > it's own.
> > > >
> > >
> > >
> > > Yep.
> > >
> > > > For what I know Apache Netbeans only sync the following groupID
> > > > org.netbeans.(api|external|clusters|modules|html)
> > > >
> > > > I'm not sure if we can have org.netbeans.plugins groupid let free to
> > > > anybody wanting to publish (cause org.netbeans belong to Apache) Or
> > > > maybe org.netbeansplugins is more outside Apache
> > > >
> > >
> > > I am sure that's something that project can decide on process/policy for.
> > > Whatever that is we'll just need to discuss and coordinate with sonatype
> > > to ensure it's org.netbeans.plugins only and not org.netbeans.
> > >
> > >
> > > >
> > > > Regards
> > > > Eric
> > > >
> > > >
> > > > -Message d'origine-
> > > > De : David Nalley 
> > > > Envoyé : mercredi 26 juin 2019 16:50
> > > > À : dev@netbeans.apache.org; Brian Fox  Objet :
> > > > Re: nb-javac and Oracle JS Parser on Maven Central
> > > >
> > > > On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga 
> > > wrote:
> > > > >
> > > > > Hi all,
> > > > >
> > > > > We're looking into putting nb-javac and the Oracle JS Parser on
> > > > > Maven Central.
> > > > >
> > > > > How to do that and what would be the right location for that?
> > > > >
> > > > > E.g., would that be here:
> > > > >
> > > > > https://repo1.maven.org/maven2/org/apache/netbeans/
> > > > >
> > > > > I.e., these would not be sources but NBM binary files and from there
> > > > > they'd be accessed from the update centers. Ultimately, all NBMs
> > > > > would be distributed in this way, rather than uploading NBMs to the
> > > > > Plugin Portal when you do an upload there, you would be instead be
> > > > > registering Maven co-ordinates. The co-ordinates would point to
> > > > > wherever you have uploaded your NBM on Maven Central, and it would
> > > > > be nice if we'd have a clearly documented way of doing that.
> > > > >
> > > > > And would the above namespace be only for artifacts released by
> > > > > Apache NetBeans, if so, maybe that would be the wrong place for
> > > > > nb-javac and the Oracle JS Parser? They should probably go here:
> > > > >
> > > > > https://repo1.maven.org/maven2/com/oracle/
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Gj
> > > >
> > > > org.apache - is for artifacts that we release.
> > > > We can potentially add other namespaces to repository.a.o to permit
> > > publishing - so org.netbeans - is likely possible.
> > > > com.oracle is not.
> 

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

2019-07-02 Thread Geertjan Wielenga
The code that creates the NBM binary from the Oracle JS Parser JAR is here:

https://github.com/apache/netbeans/tree/master/contrib/libs.oracle.jsparser

Svata, in the cc, can add further info, if needed.

Gj


On Tue, Jul 2, 2019 at 12:07 PM Geertjan Wielenga 
wrote:

> This is excellent, you know how to do this and are therefore best placed
> to get it done, I will find out where the sources for Oracle JS Parser are
> and you can then do it in the same way.
>
> Gj
>
> On Tue, Jul 2, 2019 at 10:57 AM Eric Barboni  wrote:
>
>> Hi,
>>  I wonder if  we can choose org.netbeans.plugins and go a step further.
>>
>> Hi found the nb-javac repo. I will try to propose patch for adding a
>> "reproducible" populating build otherwise it will be hard to do.
>> //https://hg.netbeans.org/main/nb-java-x/
>> I did not know where the Oracle js parser code his.
>>
>> Regards
>> Eric
>>
>> -Message d'origine-
>> De : Eric Barboni 
>> Envoyé : jeudi 27 juin 2019 13:55
>> À : dev@netbeans.apache.org; 'Brian Fox' 
>> Objet : RE: nb-javac and Oracle JS Parser on Maven Central
>>
>> Hi,
>>  What would be the good way to communicate Apache Infra ticket or a
>> ticket to sonatype ?
>>
>>  Some thoughts:
>>  How to prevent "john smith" to publish to org.netbeans.plugins if it's
>> only an artifact that is not a plugin.
>>  Or first asking a "plugin portal slot" and then ok you can proceed.
>>
>>  @Geertjan
>>   Publication on behalf can be done but it's better that owner do that.
>> Pom element should be of good quality (autogeneration not enough), if you
>> can point to the source of nb-javac and js parser I may propose PR or patch
>> to prepare for such release.
>>
>> Regards
>> Eric
>>
>> -Message d'origine-
>> De : David Nalley 
>> Envoyé : mercredi 26 juin 2019 18:05
>> À : dev@netbeans.apache.org; Brian Fox  Objet : Re:
>> nb-javac and Oracle JS Parser on Maven Central
>>
>> On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni  wrote:
>> >
>> > Hi David,
>> >
>> >  I guess that com.oracle would be OK if Oracle do the publishing on
>> it's own.
>> >
>>
>>
>> Yep.
>>
>> >  For what I know Apache Netbeans only sync the following groupID
>> >  org.netbeans.(api|external|clusters|modules|html)
>> >
>> >  I'm not sure if we can have org.netbeans.plugins groupid let free to
>> > anybody wanting to publish (cause org.netbeans belong to Apache)  Or
>> > maybe org.netbeansplugins is more outside Apache
>> >
>>
>> I am sure that's something that project can decide on process/policy for.
>> Whatever that is we'll just need to discuss and coordinate with sonatype
>> to ensure it's org.netbeans.plugins only and not org.netbeans.
>>
>>
>> >
>> > Regards
>> > Eric
>> >
>> >
>> > -Message d'origine-
>> > De : David Nalley 
>> > Envoyé : mercredi 26 juin 2019 16:50
>> > À : dev@netbeans.apache.org; Brian Fox  Objet :
>> > Re: nb-javac and Oracle JS Parser on Maven Central
>> >
>> > On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga 
>> wrote:
>> > >
>> > > Hi all,
>> > >
>> > > We're looking into putting nb-javac and the Oracle JS Parser on
>> > > Maven Central.
>> > >
>> > > How to do that and what would be the right location for that?
>> > >
>> > > E.g., would that be here:
>> > >
>> > > https://repo1.maven.org/maven2/org/apache/netbeans/
>> > >
>> > > I.e., these would not be sources but NBM binary files and from there
>> > > they'd be accessed from the update centers. Ultimately, all NBMs
>> > > would be distributed in this way, rather than uploading NBMs to the
>> > > Plugin Portal when you do an upload there, you would be instead be
>> > > registering Maven co-ordinates. The co-ordinates would point to
>> > > wherever you have uploaded your NBM on Maven Central, and it would
>> > > be nice if we'd have a clearly documented way of doing that.
>> > >
>> > > And would the above namespace be only for artifacts released by
>> > > Apache NetBeans, if so, maybe that would be the wrong place for
>> > > nb-javac and the Oracle JS Parser? They should probably go here:
>> > >
>> > > https://repo1.maven.org/maven2/com/oracle/
>> > >
>> > > Thanks,
>> > >
>> > > Gj
>> >
>> > org.apache - is for artifacts that we release.
>> > We can potentially add other namespaces to repository.a.o to permit
>> publishing - so org.netbeans - is likely possible.
>> > com.oracle is not.
>> >
>> > --David
>> >
>> > -
>> > 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 

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

2019-07-02 Thread Geertjan Wielenga
This is excellent, you know how to do this and are therefore best placed to
get it done, I will find out where the sources for Oracle JS Parser are and
you can then do it in the same way.

Gj

On Tue, Jul 2, 2019 at 10:57 AM Eric Barboni  wrote:

> Hi,
>  I wonder if  we can choose org.netbeans.plugins and go a step further.
>
> Hi found the nb-javac repo. I will try to propose patch for adding a
> "reproducible" populating build otherwise it will be hard to do.
> //https://hg.netbeans.org/main/nb-java-x/
> I did not know where the Oracle js parser code his.
>
> Regards
> Eric
>
> -Message d'origine-
> De : Eric Barboni 
> Envoyé : jeudi 27 juin 2019 13:55
> À : dev@netbeans.apache.org; 'Brian Fox' 
> Objet : RE: nb-javac and Oracle JS Parser on Maven Central
>
> Hi,
>  What would be the good way to communicate Apache Infra ticket or a ticket
> to sonatype ?
>
>  Some thoughts:
>  How to prevent "john smith" to publish to org.netbeans.plugins if it's
> only an artifact that is not a plugin.
>  Or first asking a "plugin portal slot" and then ok you can proceed.
>
>  @Geertjan
>   Publication on behalf can be done but it's better that owner do that.
> Pom element should be of good quality (autogeneration not enough), if you
> can point to the source of nb-javac and js parser I may propose PR or patch
> to prepare for such release.
>
> Regards
> Eric
>
> -Message d'origine-
> De : David Nalley 
> Envoyé : mercredi 26 juin 2019 18:05
> À : dev@netbeans.apache.org; Brian Fox  Objet : Re:
> nb-javac and Oracle JS Parser on Maven Central
>
> On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni  wrote:
> >
> > Hi David,
> >
> >  I guess that com.oracle would be OK if Oracle do the publishing on it's
> own.
> >
>
>
> Yep.
>
> >  For what I know Apache Netbeans only sync the following groupID
> >  org.netbeans.(api|external|clusters|modules|html)
> >
> >  I'm not sure if we can have org.netbeans.plugins groupid let free to
> > anybody wanting to publish (cause org.netbeans belong to Apache)  Or
> > maybe org.netbeansplugins is more outside Apache
> >
>
> I am sure that's something that project can decide on process/policy for.
> Whatever that is we'll just need to discuss and coordinate with sonatype
> to ensure it's org.netbeans.plugins only and not org.netbeans.
>
>
> >
> > Regards
> > Eric
> >
> >
> > -Message d'origine-
> > De : David Nalley 
> > Envoyé : mercredi 26 juin 2019 16:50
> > À : dev@netbeans.apache.org; Brian Fox  Objet :
> > Re: nb-javac and Oracle JS Parser on Maven Central
> >
> > On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga 
> wrote:
> > >
> > > Hi all,
> > >
> > > We're looking into putting nb-javac and the Oracle JS Parser on
> > > Maven Central.
> > >
> > > How to do that and what would be the right location for that?
> > >
> > > E.g., would that be here:
> > >
> > > https://repo1.maven.org/maven2/org/apache/netbeans/
> > >
> > > I.e., these would not be sources but NBM binary files and from there
> > > they'd be accessed from the update centers. Ultimately, all NBMs
> > > would be distributed in this way, rather than uploading NBMs to the
> > > Plugin Portal when you do an upload there, you would be instead be
> > > registering Maven co-ordinates. The co-ordinates would point to
> > > wherever you have uploaded your NBM on Maven Central, and it would
> > > be nice if we'd have a clearly documented way of doing that.
> > >
> > > And would the above namespace be only for artifacts released by
> > > Apache NetBeans, if so, maybe that would be the wrong place for
> > > nb-javac and the Oracle JS Parser? They should probably go here:
> > >
> > > https://repo1.maven.org/maven2/com/oracle/
> > >
> > > Thanks,
> > >
> > > Gj
> >
> > org.apache - is for artifacts that we release.
> > We can potentially add other namespaces to repository.a.o to permit
> publishing - so org.netbeans - is likely possible.
> > com.oracle is not.
> >
> > --David
> >
> > -
> > 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: Non-parseable POM: in comment after two dashes (--)

2019-07-02 Thread Patrik Karlström
Oh, that was nifty, thanks!

Den tis 2 juli 2019 kl 11:50 skrev Tim Boudreau :

>  instead of a raw - character ought to do it.
>
> -Tim
>
> On Sun, Jun 30, 2019 at 1:07 AM Patrik Karlström  wrote:
>
> > While trying to comment the row
> > --locale en:US
> > to
> > 
> > I get
> > Non-parseable POM .../application/pom.xml: in comment after two dashes
> (--)
> > next character must be > not l (position: END_TAG seen
> >
> > Running xmllint on the pom gives the same result.
> >
> > Could this be handled in NetBeans or should one just accept the nature of
> > xml?
> >
>
>
> --
> http://timboudreau.com
>


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

2019-07-02 Thread Tim Boudreau
 instead of a raw - character ought to do it.

-Tim

On Sun, Jun 30, 2019 at 1:07 AM Patrik Karlström  wrote:

> While trying to comment the row
> --locale en:US
> to
> 
> I get
> Non-parseable POM .../application/pom.xml: in comment after two dashes (--)
> next character must be > not l (position: END_TAG seen
>
> Running xmllint on the pom gives the same result.
>
> Could this be handled in NetBeans or should one just accept the nature of
> xml?
>


-- 
http://timboudreau.com


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

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

Will continue the tests and report back any problems.

Keep up the good work!!!

Regards,
Alex

Il giorno dom 30 giu 2019 alle ore 17:29 huang kai  ha
scritto:

> That's nice~!
>
> 在2019年06月30,下午 2:35,Laszlo Kishalmi  写道:
> I've updated the Snap release job to work with the new non-incubating
> project source artifact. As I side effect the 11.1 beta 2 is available as a
> snap from the snap store in the latest/edge channel. So anyone using snap
> would like to test the beta just switch the channel with: snap refresh
> --channel edge netbeans The previous version (11.0) can be easily  restored
> in need with: snap revert netbeans On 6/26/19 11:26 AM, Neil C Smith wrote:
> Dear Community, I'd like to announce that the second beta build for Apache
> NetBeans 11.1 from the release111 branch is available for download. Key
> changes since beta1 include integration of Java EE 8 and Payara support via
> agreed feature freeze bypass - testing in these areas would be very
> appreciated. Full details of changes between beta1 and beta2 are at
> https://github.com/apache/netbeans/pull/1330 As this build is for testing
> purposes only, we are not going to do the release dance and voting around
> it (and as we're not voting on it, the files are tagged beta not vc!). As
> per the recently agreed release schedule, NB 11.1 is a non-LTS release, and
> will not have a full NetCAT process. However, feedback and testing from
> those on the dev@ and netcat@ lists would still be appreciated,
> particularly around new features. Please file issues in JIRA as necessary,
> with the affects and fix versions set to 11.1. Another beta will be
> released, as required, on July ~3rd. The final NB 11.1 release is scheduled
> for July ~15th. The next full NetCAT is scheduled for NB 12.0 in early
> 2020, which will be the next LTS release. Release schedule :
> https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule NB
> 11.1 major changes :
> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1
> See the artefacts here:
> https://builds.apache.org/job/netbeans-release/417/artifact/dist/ The
> binary you most likely need is:
> https://builds.apache.org/job/netbeans-release/417/artifact/dist/netbeans-11.1-beta2-bin.zip
> Installers, as mentioned in the major changes link, are in progress. The
> SHA512 sums if you would like to check them are provided there as well as
> here:
> 19470a7c60bc58d1aeedf66ec1e4fc96aef2fd20c75218a943acd4f6c604bf2bfcf669b932651b1900ffab787589fae92838e068158fe963692ee00c109dd2e8
> ./netbeans-11.1-beta2-bin.zip
> b3e7471237485d2b28a5673988a093d32f881d98004f674035e7adb0d4b5461f6a3d7277a1f82a04be445d6ecacc6dceed0ff489ce3418ae50b9f197fa69cb20
> ./netbeans-11.1-beta2-source.zip
> 6d8819171d2795f877ac66f8689fe55c64d095293ae8c106f8f28207282e263b4d4d69375c6024640ae3173dad898e7117f3cb1a38c2400ceae04e2fdc5f99a4
> ./netbeans-platform-11.1-beta2-bin.zip
> f69ebbfbf0129e3cb650046f3887d23a299aa7625367414be400727c3b8386bc5322dffc043e930cc4c9b39c1febb60c2d11b48f1b622bc291cecec0acfdac92
> ./netbeans-platform-11.1-beta2-source.zip Thanks and best wishes, Neil
> Voluntary Release Manager for Apache NetBeans 11.1
> - To
> unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org 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 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: nb-javac and Oracle JS Parser on Maven Central

2019-07-02 Thread Eric Barboni
Hi,
 I wonder if  we can choose org.netbeans.plugins and go a step further.

Hi found the nb-javac repo. I will try to propose patch for adding a 
"reproducible" populating build otherwise it will be hard to do.
//https://hg.netbeans.org/main/nb-java-x/
I did not know where the Oracle js parser code his.

Regards
Eric

-Message d'origine-
De : Eric Barboni  
Envoyé : jeudi 27 juin 2019 13:55
À : dev@netbeans.apache.org; 'Brian Fox' 
Objet : RE: nb-javac and Oracle JS Parser on Maven Central

Hi,
 What would be the good way to communicate Apache Infra ticket or a ticket to 
sonatype ? 
 
 Some thoughts:
 How to prevent "john smith" to publish to org.netbeans.plugins if it's only an 
artifact that is not a plugin. 
 Or first asking a "plugin portal slot" and then ok you can proceed.
 
 @Geertjan
  Publication on behalf can be done but it's better that owner do that. Pom 
element should be of good quality (autogeneration not enough), if you can point 
to the source of nb-javac and js parser I may propose PR or patch to prepare 
for such release.

Regards
Eric

-Message d'origine-
De : David Nalley 
Envoyé : mercredi 26 juin 2019 18:05
À : dev@netbeans.apache.org; Brian Fox  Objet : Re: 
nb-javac and Oracle JS Parser on Maven Central

On Wed, Jun 26, 2019 at 11:42 AM Eric Barboni  wrote:
>
> Hi David,
>
>  I guess that com.oracle would be OK if Oracle do the publishing on it's own.
>


Yep.

>  For what I know Apache Netbeans only sync the following groupID
>  org.netbeans.(api|external|clusters|modules|html)
>
>  I'm not sure if we can have org.netbeans.plugins groupid let free to 
> anybody wanting to publish (cause org.netbeans belong to Apache)  Or 
> maybe org.netbeansplugins is more outside Apache
>

I am sure that's something that project can decide on process/policy for.
Whatever that is we'll just need to discuss and coordinate with sonatype to 
ensure it's org.netbeans.plugins only and not org.netbeans.


>
> Regards
> Eric
>
>
> -Message d'origine-
> De : David Nalley 
> Envoyé : mercredi 26 juin 2019 16:50
> À : dev@netbeans.apache.org; Brian Fox  Objet : 
> Re: nb-javac and Oracle JS Parser on Maven Central
>
> On Wed, Jun 26, 2019 at 3:21 AM Geertjan Wielenga  wrote:
> >
> > Hi all,
> >
> > We're looking into putting nb-javac and the Oracle JS Parser on 
> > Maven Central.
> >
> > How to do that and what would be the right location for that?
> >
> > E.g., would that be here:
> >
> > https://repo1.maven.org/maven2/org/apache/netbeans/
> >
> > I.e., these would not be sources but NBM binary files and from there 
> > they'd be accessed from the update centers. Ultimately, all NBMs 
> > would be distributed in this way, rather than uploading NBMs to the 
> > Plugin Portal when you do an upload there, you would be instead be 
> > registering Maven co-ordinates. The co-ordinates would point to 
> > wherever you have uploaded your NBM on Maven Central, and it would 
> > be nice if we'd have a clearly documented way of doing that.
> >
> > And would the above namespace be only for artifacts released by 
> > Apache NetBeans, if so, maybe that would be the wrong place for 
> > nb-javac and the Oracle JS Parser? They should probably go here:
> >
> > https://repo1.maven.org/maven2/com/oracle/
> >
> > Thanks,
> >
> > Gj
>
> org.apache - is for artifacts that we release.
> We can potentially add other namespaces to repository.a.o to permit 
> publishing - so org.netbeans - is likely possible.
> com.oracle is not.
>
> --David
>
> -
> 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 

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

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

Greets,
Alex

Il giorno mar 2 lug 2019 alle ore 07:03 Laszlo Kishalmi <
laszlo.kisha...@gmail.com> ha scritto:

> Dear all,
>
> Especially Windows users. We would like to investigate how the Java NIO2
> based file watcher infrastructure works with Windows. According to
> https://issues.apache.org/jira/browse/NETBEANS-2291 it works quite good
> under Linux, but we need more testers on other platform too.
>
> In order to enable the NIO2 implementation all you need to do is remove
> the following file from your NetBeans installation:
>
> platform/modules/org-netbeans-modules-masterfs-.jar
>
> Please share your experience!
>
> UI: It might improve the IDE performance, but not a complete solution,
> just a baby step.
>
>
> -
> 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: Profiler images in main toolbar

2019-07-02 Thread David Schulz
Sorry for waiting Geertjan!
https://xd.adobe.com/spec/ab085381-8d07-4868-43f7-bc350fac0e58-dd39/ 
Here are the new files 



All the best, 
Dave

--

uxactly GmbH | raiken.de
system design thinking 

Kurfürstendamm 28
10719 Berlin

Tel: 0174 933 85 36
Mail: da...@uxact.ly
Skype: rai...@live.de
 
LinkedIn | Xing

From: Geertjan Wielenga
Sent: Donnerstag, 27. Juni 2019 12:12
To: dev; David Schulz
Cc: Christian Lenz
Subject: Re: Profiler images in main toolbar

Apologies! We actually need three different buttons relating to self-sampling 
of Apache NetBeans: (1) profile the IDE, (2) stop profiling the IDE, and (3) 
pause profiling the IDE. Image 2 is only visible when the button containing 
image is clicked.

Attached are the screenshots,

Hope you can add another one, i.e., for stopping profiling?

Gj



On Thu, Jun 27, 2019 at 12:01 PM Geertjan Wielenga  wrote:
I'm sorry, I don't understand what this means: "Still would love to have a 
HighRes Image of the IDE to ensure that all the front facing icons fit 
together."

What is this for exactly and how high res should this image be? You could open 
Apache NetBeans 11.0 and make it yourself to your requirements?

Thanks,

Gj

On Mon, Jun 24, 2019 at 10:37 AM David Schulz  wrote:
Thanks a lot! 
Feel free to download them straight from the link:
1. Click the view
2. Select/click the icon(s)
3. Download them as SVG 

 
Still would love to have a HighRes Image of the IDE to ensure that all the 
front facing icons fit together 
 
All the best, 
Dave 
 
 
From: Christian Lenz
Sent: Montag, 24. Juni 2019 09:18
To: dev@netbeans.apache.org; Geertjan Wielenga; David Schulz
Subject: AW: Profiler images in main toolbar
 
Great David, as usual . Please create svg’s for those 2 icons.
 
 
Cheers
 
Chris
 
 
Von: Eirik Bakke
Gesendet: Montag, 24. Juni 2019 05:51
An: Geertjan Wielenga; dev
Cc: Christian Lenz
Betreff: RE: Profiler images in main toolbar
 
Agreed, the first two work great as replacements!
-- Eirik
 
From: Geertjan Wielenga 
Sent: Sunday, June 23, 2019 2:54 PM
To: dev 
Cc: Eirik Bakke ; Christian Lenz 
Subject: Re: Profiler images in main toolbar
 
Excellent. The point of the actions is that they allow for NetBeans itself to 
be profiled, so the icon needs to be the NetBeans icon, so the first of the 
options you've provided looks great and matches what's needed, would be great 
to have those! Maybe even in 11.1 as a cherry pick.
 
Gj
 
On Sun, Jun 23, 2019 at 11:40 PM David Schulz 
mailto:he...@raiken.de>> wrote:
Mh, hard question. The old ones look quite characteristic and artistic but 
probably either way too much for an IDE which should focus on the content/code 
itself. I would go for a more minimal version. Maybe we can try to modernize 
some of them a bit.
 
Can someone send me a high-quality image of the IDE without skin and with dark 
skin? I could play with some styles which could fit, based on the original ones 

 
Here is my first try:
https://xd.adobe.com/spec/ab085381-8d07-4868-43f7-bc350fac0e58-dd39/
Feel free to feedback!
 
All the best,
Dave
 
--
 
uxactly GmbH | raiken.de
system design thinking
 
Kurfürstendamm 28
10719 Berlin
 
Tel: 0174 933 85 36
Mail: da...@uxact.ly
Skype: rai...@live.de
 
LinkedIn | Xing
 
From: Eirik Bakke
Sent: Mittwoch, 19. Juni 2019 23:50
To: David Schulz; Christian Lenz
Cc: dev@netbeans.apache.org
Subject: RE: Profiler images in main toolbar
 
See the previous thread, "NetBeans GUI icons, who drew them?"
 
I listed the various possible approaches at 
https://cwiki.apache.org/confluence/display/NETBEANS/HiDPI+%28Retina%29+improvements
 . Downsides to using an existing icon library include: (1) quite a few 
NetBeans icons will have no suitable replacement in an existing font library, 
(2) icon font libraries yield monochromatic icons only, sacrificing the color 
of the old icons for an improvement in resolution, and (3) the style of new 
icons would appear mismatched next to old ones. There's also the license issues.
 
The existing NetBeans icons are really quite good--most of them were drawn by a 
single professional designer (Leos Tronicek), who once did all the work to set 
a color theme, make a visual language for various objects etc. Thus I have 
proposed keeping new icons in the same style and shapes as the old ones, only 
making them more modern by omitting unnecessary shadows, bevels, and gradients. 
That makes them easier to vectorize in any case. This approach also makes new 
icons look reasonably consistent next to old ones that haven't been vectorized 
yet.
 
Some examples are shown at 
https://cwiki.apache.org/confluence/download/attachments/110692909/vectorized.png
 
-- Eirik
 
From: David Schulz mailto:he...@raiken.de>>
Sent: Wednesday, June 19, 2019 1:56 PM
To: Eirik Bakke mailto:eba...@ultorg.com>>; 
dev@netbeans.apache.org; Christian Lenz 

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

2019-07-02 Thread Patrik Karlström
Thanks, thats doable.

Den mån 1 juli 2019 10:41Eric Barboni  skrev:

> Hi,
>  This is non-compliant xml (put a space between the two dashes). Maven
> itself will do nothing with a bad formed xml.
>
> Regards
> Eric
> -Message d'origine-
> De : Patrik Karlström 
> Envoyé : dimanche 30 juin 2019 07:07
> À : dev@netbeans.apache.org
> Objet : Non-parseable POM: in comment after two dashes (--)
>
> While trying to comment the row
> --locale en:US to
>  I get
> Non-parseable POM .../application/pom.xml: in comment after two dashes (--)
> next character must be > not l (position: END_TAG seen
>
> Running xmllint on the pom gives the same result.
>
> Could this be handled in NetBeans or should one just accept the nature of
> xml?
>
>
> -
> 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: Call for Testers: Performance improvement on Windows?!

2019-07-02 Thread Patrik Karlström
It reduced my startup time from 45s to 30s.

Thanks for the advice. 

Den tis 2 juli 2019 07:03Laszlo Kishalmi  skrev:

> Dear all,
>
> Especially Windows users. We would like to investigate how the Java NIO2
> based file watcher infrastructure works with Windows. According to
> https://issues.apache.org/jira/browse/NETBEANS-2291 it works quite good
> under Linux, but we need more testers on other platform too.
>
> In order to enable the NIO2 implementation all you need to do is remove
> the following file from your NetBeans installation:
>
> platform/modules/org-netbeans-modules-masterfs-.jar
>
> Please share your experience!
>
> UI: It might improve the IDE performance, but not a complete solution,
> just a baby step.
>
>
> -
> 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
>
>
>
>