I acknowledges these may be "bleeding edge" configuration (which is why I identified it up front) but I like to think by working in these areas, this could be hints of future troubles to come (i.e. maybe some future JDK module change could cause a need for changes in netbeans build or src; or some need for a new ant version compatible with a new JDK verion, etc.).
Eric Bresie [email protected] On Sat, Mar 7, 2020 at 10:55 AM Geertjan Wielenga <[email protected]> wrote: > Well, looks like a connection error. > > And, of course, you can ignore every instruction and recommendation, and > use random JDK builds and releases, but doing things like that will mean > that nobody will be able to reproduce or help you in the end. > > Gj > > On Sat, 7 Mar 2020 at 17:50, Eric Bresie <[email protected]> wrote: > > > This could be a setup issue given I have and EA release of Java: > > > > java -version > > openjdk version "15-ea" 2020-09-15 > > OpenJDK Runtime Environment (build 15-ea+12-431) > > OpenJDK 64-Bit Server VM (build 15-ea+12-431, mixed mode, sharing) > > > > Apache Ant(TM) version 1.10.5 compiled on July 10 2018 > > > > But does anyone know what might causing this issue? > > > > C:\git\netbeans>ant -Dpermit.jdk9.builds=true -Dcluster.config=full > > Buildfile: C:\git\netbeans\build.xml > > > > -jdk-pre-preinit: > > > > -jdk-preinit: > > > > -jdk-warn: > > > > -jdk-presetdef-basic: > > > > -jdk-default: > > > > -jdk-init: > > > > -load-build-properties: > > > > bootstrap: > > [echo] Bootstrapping NetBeans-specific Ant extensions... > > > > BUILD FAILED > > C:\git\netbeans\nbbuild\build.xml:119: java.io.IOException: Cannot > connect > > to > > > > > https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json > > at > > > > > org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureProxy.java:145) > > at > > > org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.java:62) > > at > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) > > at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown > > Source) > > at > > > > > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.base/java.lang.reflect.Method.invoke(Method.java:564) > > at > > > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) > > at org.apache.tools.ant.Task.perform(Task.java:350) > > at org.apache.tools.ant.Target.execute(Target.java:449) > > at org.apache.tools.ant.Target.performTasks(Target.java:470) > > at > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388) > > at org.apache.tools.ant.Project.executeTarget(Project.java:1361) > > at > > > > > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > > at org.apache.tools.ant.Project.executeTargets(Project.java:1251) > > at org.apache.tools.ant.Main.runBuild(Main.java:834) > > at org.apache.tools.ant.Main.startAnt(Main.java:223) > > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284) > > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101) > > > > Total time: 12 seconds > > > > Eric Bresie > > [email protected] > > >
