So I'm trying out Flare 11 and I imported a RoboHelp project into it (my goal is to convince my boss to let me go from RH11 to Flare 11, there's only that 1 project that's not in Flare 7!). When building the output (html5, Tripane), I'm getting a series of errors I'm not sure are even valid. For example:
Code: Select all
<LogEntry File="../../../../Content/datamapper/perspective_editor_txt.htm" Message="Missing linked source file: D:\Home\devel\Flare\OLConnect\Content\datamapper\datamapper\Toolbars.htm" LineIndex="-1" CharIndex="-1" Subsystem="Compiler" Target="PReS Connect 1_1" ErrorID="10001" />- why a relative path with ../../../../ in the File but a full absolute path in the message? That's odd.
- There is no folder in my project called /Content/datamapper/datamapper/ , and Toolbars.htm is actually just located in /Content/datamapper/
- LineIndex and CharIndex are both -1 which doesn't make any sense
- Toolbars.htm does not point to perspective_editor_txt.html and vice versa. They don't have any link between each other, at least not directly.
- There's no entry with ErrorIDs in the Flare documentation so I can't look up causes of this error.