tmulle commented on issue #3467: URL: https://github.com/apache/netbeans/issues/3467#issuecomment-1015064192
@vieiro haha..no bitminer code here :) Here is the output of the find command.. I ran it inside the current macos_arm branch I previously built. The NetBeans code wants the directory to be called '_MacOSX-arm_64_' You can see it's building to the wrong directory name that the code is looking for as mentioned in my previous comment a few mins ago. ``` ➜ netbeans git:(macos_arm) cd ide/dlight.nativeexecution/tools ➜ tools git:(macos_arm) find ../release/bin/nativeexecution ../release/bin/nativeexecution ../release/bin/nativeexecution/MacOSX-arm ../release/bin/nativeexecution/MacOSX-arm/pty_open ../release/bin/nativeexecution/MacOSX-arm/process_start ../release/bin/nativeexecution/MacOSX-arm/privp ../release/bin/nativeexecution/hostinfo.sh ../release/bin/nativeexecution/dorun.sh ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [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
