Skip to main content
October 28, 2010
Question

Robohelp 8 generates html folder within the html folder

  • October 28, 2010
  • 2 replies
  • 3233 views

Hello all,

I am having some issues generating the webhelp from Robohelp8. After I change something in the project (which is stored and checked out in clearcase) and re-generate the output, it automatically creates a new html folder within the original html folder and re-creates all the existing htm files, which make up the project. And then the start page searches and takes the files from the second html folder (within the first html folder). I tried adjusting the path, but it doesn't help. Any ideas why this happens?

Thank you!!

Regards,

Zita

This topic has been closed for replies.

2 replies

Community Expert
October 28, 2010

We had a problem recently with Visual studio source control and RH just recently

The project in source control was:

$/Documentation/Product1/main

In the xpj the path was one level up:

$/Documentation/Product1

So the guy thought he was working in the 'main' folder, but when he checked in/out, RH would add/get from the Product1 folder instead. So we had duplicated content in both places.

You could see if you have a mismatch there by opening the xpj in Notepad.

Amebr

Captiv8r
Legend
October 28, 2010

Hi there

Out of curiosity, you *ARE* generating WebHelp, right?

Can you please post a screen capture of your Windows Explorer showing the project folder structure as well as the first screen of the Single Source Layouts dialog for WebHelp?

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!

Adobe Certified RoboHelp HTML Training

SorcererStone Blog

RoboHelp eBooks

October 29, 2010

Hi,

Thank you for the quick response. Yes, I am generating a webhelp.

I will attach the screenshots.

On some occasions, when i set the path, it prompts me, that there already is a html folder and i need to chose a new destination. But, within this htm folder are all the htm files which should be overwritten when i generate the new output.

Thank you!

Zita

MergeThis
Inspiring
November 3, 2010

Hello Leon,

Both the start page and the default topic are located in the html folder, that RoboHelp re-creates (including these two topics).


I have no idea how you were able to get that folder into the Default Topic field, but let's try this.

Close the project, open the project's WebHelp.ssl file (in Notepad), and find this line:

      <element name="SSDefaultTopic" value="html\Contents.htm" />

Remove the folder from that line, as shown here:

      <element name="SSDefaultTopic" value="Contents.htm" />

Save the file. In Win Explorer, delete that entire \html\ folder. Reopen the RH project. The field should read properly, now, and should generate properly.