Printing One Topic

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Jess77
Sr. Propeller Head
Posts: 154
Joined: Thu May 01, 2014 3:19 pm
Location: Florida
Contact:

Printing One Topic

Post by Jess77 »

For ADA testing, I want to test just one topic because of all the issues on the master page. How can I do that?
I set up a TOC with one topic, an output that uses that TOC and is set to delete unused files.
The publish process goes through the whole project to publish it, thereby defeating the whole point of the exercise.

What am I missing?
Jessica N.
Certified MadCap Advanced Developer for Flare
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: Printing One Topic

Post by Psider »

You need to use conditional tags to exclude all but your desired topic from the build. All untagged topics are always included (the build isn't based on what is in your TOC, unless you're generating a print output).

I'd create a new tag (not_ada_test) and apply it to everything except the topic I'm testing. Then create a new target and exclude not_ada_test from that target.
Post Reply