neilcsmith-net commented on issue #8459: URL: https://github.com/apache/netbeans/issues/8459#issuecomment-2832064670
> this might indicate, that this runs as "dev" build. If that is the case, old caches are used and first step before reporting errors would be to clear the cache directory `$HOME/.cache/netbeans/dev`. That's certainly a possibility, and why it would be good to see the full log. A build from the source zip at https://nightlies.apache.org/netbeans/candidate/netbeans/ or from the git branch release260 will use `$HOME/.cache/netbeans/26-rc2`. And 26-rc2 will show in the title bar of the IDE. Unfortunately, with a git checkout, the build branding works with branching but not work with tags, so if you've checked out the `26-rc2` tag then the title bar will show DEV and the cache dir will be as above. Likewise, a build from the source bundle that GitHub unfortunately makes available automatically on the https://github.com/apache/netbeans/releases/tag/26-rc2 page will show DEV and not function correctly. It's sometimes a good idea to run `ant bootstrap` before a full build to verify what version information is found before building. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists