Was just reading this myself. Seems to be specific to managed Ant-based projects, not (say) Maven or Gradle or freeform Ant. As far as I can tell, NetBeans itself is not at fault, this is just a virus that infects a type of build system, pretty much all of which presume that the build is running in the user’s process namespace and thus that all build scripts are trusted. Some more modern build could use containers to sandbox build steps I suppose; typically this is done for CI systems and not for developer environments (pending things like GitPod and GitHub’s new in-browser IDE becoming more widespread).
--------------------------------------------------------------------- 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
