To specify a helpset file name for JavaHelp or Oracle Help:
[JavaHelpOptions] or [OracleHelpOptions]
; HSFileName = name for JavaHelp HelpSet file used in archive
HSFileName = myproj.hs
The default helpset file name is the name of your DITA document file.
To have DITA2Go copy the helpset file to another directory after generating output files, specify the following:
[Automation] ; WrapPath = for JavaHelp or Oracle Help, path to top-level dir, ; default is output dir WrapPath = ./help
See §20.3.6.2 Letting DITA2Go set up the directory structure and copy files.
[JavaHelpOptions] or [OracleHelpOptions]
; HelpFileTitle = title in HelpSet file, default filename or bookname
HelpFileTitle = Title of My Project
Oracle Help for Java does not support entities in the title. Do not include special characters such as &, <, >, or " in the title of the helpset file.