I know it sounds like a silly question.. But, are you connected to the Internet?
-brad w. On Mon, Feb 14, 2022 at 3:13 PM Scott Palmer <[email protected]> wrote: > As per the README I tried: > > $ ant -Dcluster.config=full > > This resulted in: > > Buildfile: /Users/scott/dev/opensource/netbeans/build.xml > > -jdk-pre-preinit: > > -jdk-preinit: > > -jdk-warn: > > -jdk-presetdef-basic: > > -jdk-default: > > -jdk-init: > > -load-build-properties: > > bootstrap: > [javac] Compiling 1 source file to > /Users/scott/dev/opensource/netbeans/nbbuild/build/antclasses > [javac] warning: [options] bootstrap class path not set in conjunction > with -source 8 > [javac] 1 warning > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/nbbuild/external/apache-rat-0.12.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/nbbuild/external/codesnippet-doclet-0.30.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/nbbuild/external/sigtest-maven-plugin-1.4.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/nbbuild/external/json-simple-1.1.1.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/nbbuild/external/tool-12.3.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/platform/javahelp/external/jhall-2.0_05.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/platform/libs.junit4/external/junit-4.13.2.jar > [downloadbinaries] Creating > /Users/scott/dev/opensource/netbeans/platform/libs.junit4/external/hamcrest-core-1.3.jar > [echo] Bootstrapping NetBeans-specific Ant extensions... > [javac] Compiling 6 source files to > /Users/scott/dev/opensource/netbeans/nbbuild/build/antclasses > [javac] warning: [options] bootstrap class path not set in conjunction > with -source 8 > [javac] 1 warning > [jar] Building jar: > /Users/scott/dev/opensource/netbeans/nbbuild/build/nbantext.jar > > getjsonfile: > [copy] Warning: Could not find file > /Users/scott/dev/opensource/netbeans/nbbuild/netbeansrelease.json to copy. > [copy] Warning: Could not find file > /Users/scott/dev/opensource/netbeans/nbbuild/gitinfo.properties to copy. > > -gitinfo.ispresent: > > -git.up: > [echo] Processing build with branch master and hash > 0dfe95f624fa6f054441f324d698a6d499d52544 > > -git.down: > > getgitinformation: > [echo] Building branch: ${metabuild.branch} > [releasejson] Taking release info from json > [releasejson] Processing release: [release1243, release90, master, > release110, release121, release120, release112, release123, release100, > release111, release122, release125, release113, release124] > > BUILD FAILED > /Users/scott/dev/opensource/netbeans/nbbuild/build.xml:134: Cannot > retrieve key publish_apidoc, this is forShould we publish this Apidoc > > Total time: 2 seconds > ——————————————————— > > Seems there is more to it. "Cannot retrieve key publish_apidoc, this is > forShould we publish this Apidoc” seems to indicate it wants to publish > something to a server that needs an encryption key or something? > > What’s the process for someone that just wants to build locally? The > README didn’t seem to point to any other instructions. > > I tried just plain “ant” and got the same result. So the instructions > here > https://netbeans.apache.org/participate/submit-pr.html#contributing-code > don’t seem to be working either. > > > Regards, > > Scott > >
