Webhelp Resonsive - not using an index
Posted: Mon Jul 23, 2018 11:43 pm
I'm using the webhelp resonsive output (with tiles) and don't need an index, so I didn't bother creating one.
My transform is successful, but does output an error:
=================
Description: java.io.FileNotFoundException: C:\GitDocs\Manuals - Deep\out\webhelp-responsive\index.xml (The system cannot find the file specified) Cause: java.io.FileNotFoundException: C:\GitDocs\Manuals - Deep\out\webhelp-responsive\index.xml (The system cannot find the file specified)
==============
Additionally, I see 2 errors in the Javascript console when I load my output:
=============
Failed to load resource: the server responded with a status of 404 (Not Found) - keywords.js
Uncaught Error: Script error for "keywords", needed by: searchAutocomplete
http://requirejs.org/docs/errors.html#scripterror
at makeError (require.js:5)
at HTMLScriptElement.onScriptError (require.js:5)
==============
I tried setting the webhelp.show.indexterms.link to "No", but I still get these errors. How can I basically declare that I don't want an index, and to skip everything necessary for its creation?
Thanks,
Mark
My transform is successful, but does output an error:
=================
Description: java.io.FileNotFoundException: C:\GitDocs\Manuals - Deep\out\webhelp-responsive\index.xml (The system cannot find the file specified) Cause: java.io.FileNotFoundException: C:\GitDocs\Manuals - Deep\out\webhelp-responsive\index.xml (The system cannot find the file specified)
==============
Additionally, I see 2 errors in the Javascript console when I load my output:
=============
Failed to load resource: the server responded with a status of 404 (Not Found) - keywords.js
Uncaught Error: Script error for "keywords", needed by: searchAutocomplete
http://requirejs.org/docs/errors.html#scripterror
at makeError (require.js:5)
at HTMLScriptElement.onScriptError (require.js:5)
==============
I tried setting the webhelp.show.indexterms.link to "No", but I still get these errors. How can I basically declare that I don't want an index, and to skip everything necessary for its creation?
Thanks,
Mark