GitHub user jerry-apl edited a discussion: Building netbeans 26 on macOS
I have been downloading the source and building each release using the latest GraalVM. Have not had any trouble till now. I commend every one who helps keep netbeans running. Building has been painless. I downloaded netbeans 26 source built it. ```bash ant build > a # output in ../nbbuild/netbeans ant build javadoc # I had not ran that before, but it seemed to run fine. ant tryme. # runs netbeans # I moved produced netbeans directory to where my startup script normally starts netbeans. All is good. ant -q clean # removes build dir, I just wanted to see what it cleaned up as the readme did not explicitly say. # so I reran the build, no problem # but on rebuilding javadoc gave me errors. # issue on rebuild of javadoc after ant -q clean # first error needed graalvm-jdk-24.0.1+9.1/Contents/Home/conf/jaxp.properties values updated to allow 3 times the entities. # then glass.png and x.png kept coming up missing in nbbuild/build/javadoc/??????/resource-files # each javadoc/subdir would fail for that, so I gave up. ``` I suspect the correct person might know what went wrong. GitHub link: https://github.com/apache/netbeans/discussions/8727 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- 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
