Fascinating ...

Can you decrypt this line : ${basedir}/nbproject/project.properties


Thanks

On 2023-02-25 6:31 p.m., Sean Carrick wrote:
Amn,

Per the JavaDoc references at the Oracle website:

-d directory

Specifies the destination directory where the javadoc command saves the generated HTML files. If you omit the -d option, then the files are saved to the current directory. The directory value can be absolute or relative to the current working directory. The destination directory is automatically created when the javadoc command runs.

In a NetBeans project, the ${basedir}/nbproject/project.properties file contains the value dist.javadoc.dir=${dist.dir}/javadoc. So, if building the documentation from within the IDE, you could change this property to a different location.

-SC


On 2/25/23 5:00 PM, Amn Ojee Uw wrote:
Is it possible to redirect the output of JavaDocs in NetBeans 16 to a directory of choice?
Thanks in advance.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to