Naming ConventionsGeneral RemarkJHelpDev generates the names of the targets in a certain a way. You might take that into accout, when you choose names for your content files. Also the XML files have to be named in a certain way. URL to TargetURL's are relative to the project directory. This makes it possible to move the helpset to another directory without making the targets invalid. The generated targets consist of the relative filenames with a . instead of the / and without the filename suffix. Example: Of course you should avoid having two files with which only differ in the suffix *.html and *.htm or *.gif in the same directory. In that case your target would not be unique for JavaHelp and only one of the files would be found. The suffix is omitted from the target to achieve slightly better readability of the targets in the editors. Targets within HTML filesIf a target marked with Example: Special TargetsThere are two special targets:
XML FilenamesJHelpDev creates the following files:
See also: Import XML |