Skip to main content
October 27, 2008
Answered

Grabbing Child Projects from Merged Projects

  • October 27, 2008
  • 3 replies
  • 437 views
Hello again,

I am still trying to get the hang of the merged projects. I have ran into a small...snafu. I am in the process of breaking up a larger project into smaller ones. I thought that I may be able to do the following:

-Create 5 projects, (lets call call them base 1-5) complete with topics, images, indexes, etc.
-Create 2 more projects, (lets call them mid 1 and mid 2). Mid 1 has base 1 and base 2 merged into it. Mid 2 has base 3 - 5 merged into it. Both of the mid projects have unique topics, images, etc.
-Create a final project (let's call it Top). Top has mid 1 and mid 2 merged into it as well as additional topics

Apparently I can't do this, as when I place mid 1 and mid 2 into Top, base 1-5 is not brought into Top. Just the unique topics, images, etc.

I would like the final output to be a .chm file. I found a way to accomplish this via webhelp (I haven't tried it yet, so I am not sure if it actually works).

Thank you in advanced for any help you can provide.
This topic has been closed for replies.
Correct answer RoboColum_n_
If you copy the base CHMs into the same output directory as the top project you should be OK. In scenarios such as this I'd suggest having an output directory outside of the current project structure (e.g. C:\RHOutput) that all the base, mid and top projects can point to. That way there is no copying of files required and you won't run into these sort of issues.

BTW out of interest, why are you using a three layer structure? Could it not be handled in two layers?

3 replies

October 28, 2008
Colum,

Thanks for the response. The three tiers were actually only an example. I actually have multiple tiers that I need to include, some that are made by development, and most that are made by me.

I tried what you said and it worked, awesome. The best way that I found (since this is what I had to do, I tried something from my last topic) is to register the chm files that need to be merged in the registry as shown here:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=449&threadid=1401573&enterthread=y

Thanks for your help, I really do appreciate it.
RoboColum_n_
RoboColum_n_Correct answer
Legend
October 28, 2008
If you copy the base CHMs into the same output directory as the top project you should be OK. In scenarios such as this I'd suggest having an output directory outside of the current project structure (e.g. C:\RHOutput) that all the base, mid and top projects can point to. That way there is no copying of files required and you won't run into these sort of issues.

BTW out of interest, why are you using a three layer structure? Could it not be handled in two layers?
RoboColum_n_
Legend
October 28, 2008
This is probably a silly question but are ALL the CHMs in the same directory?
October 28, 2008
Well, they are and they aren't. If I look at mid 1 and 2, they have the appropriate chm files in the proper directory. When I attempt to merge mid 1 and two into top, it doesn't bring them base 1-5 chm files over with mid 1 and 2.

I hope I haven't thoroughly confused you yet...lol.

Thanks for the response.