On Tue, 15 Feb 2022 at 15:08, Scott Palmer <[email protected]> wrote: > > On Feb 15, 2022, at 6:55 AM, Neil C Smith <[email protected]> wrote: > > > > On Mon, 14 Feb 2022 at 22:13, Scott Palmer <[email protected]> wrote: > >> [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 > > > > You have very old cached release information there! > > > > Assuming git checkout, try git clean -dxf > > Thanks, that seems to have done it.
Great! > I also tried to do the ‘full' build with JDK 17 but it fails in the j2ee > module. Apparently this isn’t unexpected. I didn’t realize the changes > between JDK 11 and 17 were enough to break things like that. Yes. The README states this - it was updated recently to go with NB13 release - Requirements ... JDK 11 (to build NetBeans) JDK 11 or above (to run NetBeans) ie. JDK 11 is a requirement to build. Best wishes, Neil --------------------------------------------------------------------- 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
