Hi Everyone, wishing all a happy new year. I'm sorry to bother you, but I have a problem.
As you are probably aware I am trying to clean up the code so that I can read it more easily. I have changed my initial approach from the Java code and decided that working on the XML code might be easier as there is less of it. I am happy with the results so far and obviously need to sort out any minor errors by building NetBeans. However, I have hit a problem that I don't understand. Output from build process: bootstrap: [echo] ant version: Apache Ant(TM) version 1.10.14 compiled on August 16 2023 [echo] Java version: 11.0.21 [echo] JAVA_HOME: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home [mkdir] Created dir: /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build/antclasses [javac] Compiling 2 source files to /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build/antclasses [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning [echo] Bootstrapping NetBeans-specific Ant extensions... [javac] Compiling 100 source files to /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build/antclasses [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning [jar] Building jar: /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build/nbantext.jar ... nbantext: [nb-ext-jar] Building jar: /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/netbeans/harness/tasks.jar [TestDownload] Creating /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/harness/apisupport.harness/build/asm-9.5.jar Trying: https://repo1.maven.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar Downloading: https://repo1.maven.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar [TestDownload] Download of (JC NOTE: reformatted to make it easier to compare) DC6EA1875F4D64FBC85E1691C95B96A3D8569C90-asm-9.5.jar produced content with hash DC6EA1875F4D64FBC85E1691C95B96A3D8569C90 when DC6EA1875F4D64FBC85E1691C95B96A3D8569C90 was expected [nbmerge] Failed to build target: all-apisupport.harness BUILD FAILED /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build.xml:1277: The following error occurred while executing this line: /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build.xml:1269: The following error occurred while executing this line: /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/nbbuild/build.xml:1359: The following error occurred while executing this line: /Users/jeremycavanagh/NetBeans_Test_Bed/netbeans-18/harness/apisupport.harness/build.xml:69: Failed to download binaries - see log message for the detailed reasons. Another problem, where is the log message stored on macOS, because I can't find one. Thanks in anticipation, Jeremy