Output Generation Warning: Skipped Copying External File
Hi. I'm using RH 2020.8.34 on Win10.
I've just published our output for the first time since upgrading and I'm now getting two output generation warnings:
- Skipped copying external file "C:/1RoboHelp/OutputPaths/publish/browsesequence/InformaCast_Fusion.brs"
- Error occurred while parsing inline style :1:1: Unknown word: "Bullet"
For the first issue, the file path RH is citing does not exist. I did a search for "InformaCast_Fusion.brs" in both Contents and Find and Replace (with Source View on) and I got no results. I do have a browse sequence named InformaCast_Fusion.brs, but I've not done anything substantial with it lately. It is included in the project I'm generating and it seems to have published just fine. I read the responses to this earlier discussion, but the fixes don't seem to apply to me. I'm not using hyperlinks or images in my variables and this is not a child project. I'm just not sure why I'm getting this warning.
For the second issue, I do have a character tag of Bullet. It appears in many topics. I'm not sure why I'm getting the warning for this particular topic. The code looks right to me:
<ul class="Bullet">
<li data-condition="Others:Advanced">
<p>When a Paging Gateway first registers with <span data-keyref="AppName">InformaCast</span>... </p>
</li>
<li data-condition="Others:Advanced">
<p>When preparing to run the <strong>certificates</strong> command, you must:</p>
<ul>
<li data-condition="Others:Advanced">
<p>Ensure all are registered with <span data-keyref="AppName">InformaCast</span> before running the command</p>
</li>
<li data-condition="Others:Advanced">
<p>Run the <strong>certificates</strong> command. </p>
</li>
<li data-condition="Others:ADV_InformaCast_Not_Fusion">
<p>For standalone <span data-keyref="AppName">InformaCast</span>, i.e. a non-resiliency environment, after running the <strong>regenerate-ssl-certificates</strong> command, begin using the new certificate.</p>
</li>
<li data-condition="Others:Fusion">
<p>For standalone <span data-keyref="AppName">InformaCast</span>, i.e. a non-failover/distributed activation environment, after running the <strong>certificates</strong> command, perform a factory reset.</p>
</li>
<li data-condition="Others:Advanced">
<p>Ensure that all have a chance to re-register with each <span data-keyref="AppName">InformaCast</span> <span data-condition="Others:Fusion">on-premises </span>server in the cluster before running the <strong>regenerate-ssl-certificates command</strong> on the next <span data-keyref="AppName">InformaCast</span> server. </p>
</li>
</ul>