How to Update Netbeans with a new JDK [Re: Excluding a module from build depending on JDK?]

2022-01-16 Thread Eric Bresie
Is it worth starting a confluence page to start documenting what is necessary when upgrading between JDK versions? Assume it would have have to consider things like: 1. Update project property files to identify jdk requirements (i.e. target, resource, release) 2. Update (ant) build scri

Re: Excluding a module from build depending on JDK?

2022-01-15 Thread Neil C Smith
On Sat, 15 Jan 2022 at 05:25, Jaroslav Tulach wrote: > út 11. 1. 2022 v 13:54 odesílatel Neil C Smith > > Anyone know if there's a non-hacky way to exclude a module from being > > included at all if building the IDE on JDK 8? > > There was an agreement to require JDK-11 to build NetBeans code. I

Re: Excluding a module from build depending on JDK?

2022-01-14 Thread Jaroslav Tulach
út 11. 1. 2022 v 13:54 odesílatel Neil C Smith napsal: > Hi, > > Anyone know if there's a non-hacky way to exclude a module from being > included at all if building the IDE on JDK 8? There was an agreement to require JDK-11 to build NetBeans code. > I was under the > impression there might be

Re: Excluding a module from build depending on JDK?

2022-01-11 Thread Michael Bien
On 11.01.22 16:24, Neil C Smith wrote: On Tue, 11 Jan 2022 at 15:05, Michael Bien wrote: On 11.01.22 13:53, Neil C Smith wrote: Hi, Anyone know if there's a non-hacky way to exclude a module from being included at all if building the IDE on JDK 8? I was under the impression there might be in

Re: Excluding a module from build depending on JDK?

2022-01-11 Thread Neil C Smith
On Tue, 11 Jan 2022 at 15:05, Michael Bien wrote: > > On 11.01.22 13:53, Neil C Smith wrote: > > Hi, > > > > Anyone know if there's a non-hacky way to exclude a module from being > > included at all if building the IDE on JDK 8? I was under the > > impression there might be in the conversations a

Re: Excluding a module from build depending on JDK?

2022-01-11 Thread Michael Bien
On 11.01.22 13:53, Neil C Smith wrote: Hi, Anyone know if there's a non-hacky way to exclude a module from being included at all if building the IDE on JDK 8? I was under the impression there might be in the conversations about support of --release 11, but I now think I might have misinterprete

Excluding a module from build depending on JDK?

2022-01-11 Thread Neil C Smith
Hi, Anyone know if there's a non-hacky way to exclude a module from being included at all if building the IDE on JDK 8? I was under the impression there might be in the conversations about support of --release 11, but I now think I might have misinterpreted something that was said. Ideally all o