Hi, Am Samstag, den 27.02.2021, 12:25 -0600 schrieb Glenn Holmer: > I still can't build NetBeans. Downloaded all six files for 12.3-vc1, > verified crypto sigs and sha512sum. I'm building on OpenJDK 11.0.10 with > > ant -Dpermit.jdk9.builds=true build > > and the build stops with > > BUILD FAILED > /mnt/common/netbeans-12.3-src/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 > > I tried several times, and I can resolve that URL in a browser. What am > I doing wrong? >
without network traces - difficult to say, but have a look at this: https://github.com/apache/netbeans/pull/2417#issue-497112667 That PR deals with offline building of netbeans, but it also shows the steps how to manually download the netbeansrelease.json and reference it for the build. HTH Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
