Re: Heads up: #536: Per-cluster repository layout

2018-08-19 Thread Christian A. Michelsen
Den 18.08.2018 17:30, skrev Jaroslav Tulach: Dne So 18. srpna 2018 13:30:28, Geertjan Wielenga napsal(a): Also, how would I build and run after git cloning https://github.com/apache/incubator-netbeans/tree/master/platform? There is no way to clone a subtree in Git. Not clone, but you can

Re: Heads up: #536: Per-cluster repository layout

2018-08-19 Thread Geertjan Wielenga
Clusters are pretty good as well because anyone looking in their NetBeans installation directory will see them reflected there. Gj On Sunday, August 19, 2018, Jan Lahoda wrote: > My personal opinion: clusters are an organization we already have in place, > one based on some criteria. There may

Re: Pre-register 8.2 UC was: New InfoQ article on Apache NetBeans status

2018-08-19 Thread Jaroslav Tulach
Interesting idea. It solves the problem too. Maybe even in a better way. -jt Dne ne 19. 8. 2018 7:18 uživatel Jan Lahoda napsal: > On Fri, Aug 17, 2018 at 8:46 AM, Jaroslav Tulach < > jaroslav.tul...@gmail.com> > wrote: > > > Dne Pá 17. srpna 2018 07:51:34, Geertjan Wielenga napsal(a): > > > I

JDK requirements for building NB

2018-08-19 Thread William L. Thomson Jr.
This came up on PR-572 https://github.com/apache/incubator-netbeans/pull/572 As of JDK 11 there are changes in the JDK that make supporting and building under older JDKs like Java 8 increasingly difficult. I am of the opinion and mindset that at some point, The latest/current Netbeans may only be

Re: JDK requirements for building NB

2018-08-19 Thread William L. Thomson Jr.
On Sun, 19 Aug 2018 15:07:38 -0400 "William L. Thomson Jr." wrote: > This came up on PR-572 > https://github.com/apache/incubator-netbeans/pull/572 Since the PR is locked I cannot comment. The ONLY reason such change breaks is the Travis-CI build is run under 1.8 ONLY[1]. It seems other JDKs

Re: nb-javac source / signing

2018-08-19 Thread Neil C Smith
Hi, On Sat, 18 Aug 2018 at 16:37, Jaroslav Tulach wrote: > Great questions and concerns, Neil. Thanks! And thanks for the response. Some comments ... > +10, the module should be properly signed! > > Apache can't sign it itself. Somebody else has to. Currently Reema and co. do > sign the

Re: JDK requirements for building NB

2018-08-19 Thread Geertjan Wielenga
We need to be clear about whether this is about building on a particular JDK or running on a particular JDK. Also, I think before we discuss moving away from JDK 8 altogether, we need to be 100% sure that the support for the later JDKs is really perfect, i.e., that it really and actually

Re: Installers

2018-08-19 Thread Geertjan Wielenga
Here's info about the installer-related code that is being audited for donation: http://wiki.netbeans.org/Launchers_Installers_NBI Gj On Wed, Aug 15, 2018 at 10:43 PM, Carl Mosca wrote: > Got it, thank you. > > Carl > > On Wed, Aug 15, 2018 at 4:40 PM Geertjan Wielenga > wrote: > > > Note,