Re: nb-javac for building NetBeans itself

2022-10-30 Thread Neil C Smith
On Sun, 30 Oct 2022, 18:40 Jaroslav Tulach, wrote: > Dne úterý 25. října 2022 11:02:07 CET, Neil C Smith napsal(a): > > On Tue, 25 Oct 2022 at 08:06, Jaroslav Tulach > > wrote: > > > JDK `javac` drops support for old `-target` versions. E.g. version 11 > can > > > no> > > > longer target 1.5

Re: Test Netbeans PR on Mavenized NB Platform application

2022-10-30 Thread Jaroslav Tulach
Long time no see, Mathieu! There is a staging repository: https://repository.apache.org/content/groups/ staging/org/netbeans/modules/ but it looks a bit outdated. Eric, is that intended or shall we be producing NetBeans dev bits regularly? -jt Dne sobota 8. října 2022 21:22:07 CET, Mathieu

Building with proxies causes DoS attack on OSU

2022-10-30 Thread John Neffenger
As the progress on my pull request has stalled, I'm starting over with a proper bug report: Building with proxies causes DoS attack on OSU https://github.com/apache/netbeans/issues/4890 "Building NetBeans in an environment that defines both proxy variables causes a brief

Re: [DISCUSS] Drop separate platform source and binary zip from release artefacts?

2022-10-30 Thread Jaroslav Tulach
Drop them. I do care about NetBeans Platform, but people who use it shall use Maven artifacts to begin with these days. If they really want a ZIP distribution, they can download IDE and keep just the platform cluster. -jt Dne čtvrtek 20. října 2022 12:28:16 CET, Neil C Smith napsal(a): > Hi

Re: parent.relativePath warning on Windows

2022-10-30 Thread Mark Eggers
Answers in-line. Thanks for any thoughts. On 10/30/2022 6:53 AM, Eric Bresie wrote: 1. Is the sub-projects within the parent projects folder structure or external? The project is nested per Maven recommendations. The project was created within NetBeans using the process I outlined in

Jackpot has to run on ancient JDK was: nb-javac for building NetBeans itself

2022-10-30 Thread Jaroslav Tulach
> This would mean that NB_the_IDE (not the platform) would not be able to > _run_ on JDK 8 anymore (thunder in the background), it would be locked > to the current JDK release which is already conveniently synced with > NB's release cycle. Michael, NetBeans Platform needs portability. We have to

Re: nb-javac for building NetBeans itself

2022-10-30 Thread Jaroslav Tulach
Dne středa 26. října 2022 22:53:13 CET, Eric Bresie napsal(a): > Sorry I’m not in the know here from a who developed what but… > > Since the below is forked from > > https://github.com/oracle/nb-javac > > Is that going to be a problem? > > Or is that the beauty of open source development (i.e.

Re: nb-javac for building NetBeans itself

2022-10-30 Thread Jaroslav Tulach
Dne úterý 25. října 2022 11:02:07 CET, Neil C Smith napsal(a): > On Tue, 25 Oct 2022 at 08:06, Jaroslav Tulach wrote: > > JDK `javac` drops support for old `-target` versions. E.g. version 11 can > > no> > > longer target 1.5 bytecode: > > Doesn't that take nb-javac beyond ever being just an

NetBeans Platform Needs Portability was: nb-javac for building NetBeans itself

2022-10-30 Thread Jaroslav Tulach
Dne středa 26. října 2022 5:48:28 CET, Laszlo Kishalmi napsal(a): > I kind of like the idea let nb-javac go, not depend more on it. Guys, you are looking at the problem from an IDE perspective. However NetBeans is also a platform! When designing frameworks and libraries that shall be widely

Re: Startup Dialog and Start Page Size - 16-rc2

2022-10-30 Thread Neil C Smith
On Sun, 30 Oct 2022 at 15:40, Eric Bresie wrote: > > So it seems my initial run found Java 8 available; when I set the > netbeans_jdkhome to java 11 it seems to work. > > Are there any dialog changes which may have been impacted by the JDK > version in use? Why does it work with JDK 11 but not

Re: Startup Dialog and Start Page Size - 16-rc2

2022-10-30 Thread Eric Bresie
So it seems my initial run found Java 8 available; when I set the netbeans_jdkhome to java 11 it seems to work. Are there any dialog changes which may have been impacted by the JDK version in use? Why does it work with JDK 11 but not JDK 8? Eric Bresie ebre...@gmail.com On Sun, Oct 30, 2022

Startup Dialog and Start Page Size - 16-rc2

2022-10-30 Thread Eric Bresie
I think I raised a similar issue previously during 15 rc builds but I'm seeing Startup Dialog and Start Page size differences. I've documented with screenshots here https://github.com/apache/netbeans/issues/4889 Where in the codebase would this sort of sizing reside? Eric Bresie

Re: UNSTABLE 16-rc2 Build

2022-10-30 Thread Eric Bresie
Looking further I did find one test failure regarding broken links on javadocs. Is this expected as maybe javadocs aren't there yet and are broken links? See

Re: UNSTABLE 16-rc2 Build

2022-10-30 Thread Neil C Smith
On Sun, 30 Oct 2022 at 14:06, Eric Bresie wrote: > > Was about to pull down and noticed the build shows as "UNSTABLE" (see the > icon and hover over) > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/6/console > > I can see anything specific initially but

UNSTABLE 16-rc2 Build

2022-10-30 Thread Eric Bresie
Was about to pull down and noticed the build shows as "UNSTABLE" (see the icon and hover over) https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/6/console I can see anything specific initially but was curious why this would be considered "UNSTABLE"? Eric

Re: parent.relativePath warning on Windows

2022-10-30 Thread Eric Bresie
1. Is the sub-projects within the parent projects folder structure or external? 2. In the "parent" pom, did the "modules" for the sub-projects get defined? 3. In the sub-projects, did the parent pom coordinates get included? 4. Which environment is maven running in on Windows