Skip to main content
Participant
February 13, 2015
Question

Robohelp HTML command-line utility overwrites merged files in .hhp file with absolute paths. Any way to prevent this?

  • February 13, 2015
  • 1 reply
  • 323 views

I have a Robohelp 11 HTML project which uses merged CHM files. I have a help build script which compiles this project using the RH command-line utility. Whenever this runs, RH overwrites the names of the merged CHM files in the .hhp file to use absolute paths (even if the .hhp file is read-only!). I've searched Adobe forums and this appears to be a RH bug. In my case, it doesn't stop the project performing the merge, but it looks like it causes problems when searching the resultant parent CHM (topics matching the search simply don't show up in child projects), as the search cannot necessarily find the merged files referenced in the .hhp when someone performs the search on a different machine. I notice that if I compile via the RH UI, the .hhp entries are not overwritten. So, a workaround is to do the build manually. However, we'd like to automate our help build. Is there any way to prevent the command-line compiler overwriting the merge file entries in the .hhp?

This topic has been closed for replies.

1 reply

Captiv8r
Legend
February 13, 2015

Hi there

While I don't have any immediate answer to the issue, I would strongly encourage you to report this to Adobe as a bug so it gets on their radar.

Click here to file a bug report.

Cheers... Rick

Participant
February 13, 2015

Thanks. Done!

Participant
February 19, 2015

I'd try testing a new simple merge to prove or disprove it is the upgrade. Maybe the fix only stopped the problem in new merges and did not clean up.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge


I checked the .hhp file and the fix stops the command-line compiler from changing relative paths to absolute ones. That solves my problem.