On Wed, 26 Nov 2025 at 15:33, Kenneth Fogel <[email protected]> wrote: > > I wish to be able to use the -private switch in NetBeans. How it could also > be done with Ant, Gradle, and Maven will also be useful to know though I > think each will allow me to run an external process, such as javadoc.exe, as > described in each build system's configuration file.
If it's a Netbeans "Java with Ant" project you can edit the nbproject/project.properties file - there's a line "javadoc.private=false" that you can change to true, then Generate Javadoc in the Run menu. I don't think there's a GUI for it. Pete --------------------------------------------------------------------- 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
