I'm testing out the voting candidate for the 11.3 release. https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/netbeans-11.3- source.zip <https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/netbeans-11.3-source.zip>
When I build using ant here is what I get.. Ideas/suggestions? -brad w. [bwalker@localhost foo]$ ant Buildfile: /tmp/foo/build.xml -jdk-pre-preinit: -jdk-preinit: -jdk-warn: -jdk-presetdef-basic: -jdk-default: -jdk-init: ... [jarwithmoduleattributes] Building jar: /tmp/foo/nbbuild/netbeans/websvccommon/modules/org-netbeans-modules-websvc-saas-api.jar [nbmerge] Failed to build target: all-websvc.saas.api *BUILD FAILED/tmp/foo/nbbuild/build.xml:618: The following error occurred while executing this line:/tmp/foo/nbbuild/build.xml:613: The following error occurred while executing this line:/tmp/foo/nbbuild/build.xml:660: The following error occurred while executing this line:/tmp/foo/nbbuild/templates/common.xml:258: Could not find default manifest: /org/apache/tools/ant/defaultManifest.mfTotal time: 8 minutes 21 seconds[bwalker@localhost foo]$ java -versionopenjdk version "1.8.0_242"OpenJDK Runtime Environment (build 1.8.0_242-b08)OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)[bwalker@localhost foo]$ javac -versionjavac 1.8.0_242[bwalker@localhost foo]$ find ./ -name defaultManifest.mf* [bwalker@localhost foo]$