After you have completed the first part of the development process (i.e., creating and designing content, developing targets), you are ready to build the final output. Of course, you can build the output at any point during the development process, but if you make additional changes to content, targets, or the look and feel, you will need to build the output again to make sure the changes are included in the files that you deliver to your end users.
Building the final output is very easy in Flare. It involves generating one or more targets in your project, usually with just the click of a button or two. Following are the different ways you can build your final output:
Primary target
Single target
Batch target
Tip: Because scheduled tasks in batch targets use Windows Task Scheduler, the settings in that utility are applied. By default, scheduled tasks will run only if you are logged on. However, you can change this setting in Windows Task Scheduler so that the batch runs whether you are logged on or not. To accomplish this, first open Windows Task Scheduler. The steps may be different depending on the operating system. For example, in Windows 7 click the Start button and select All Programs>Accessories>System Tools>Task Scheduler. Then select Task Scheduler Library to see a list of your scheduled tasks. In the list select the appropriate task and click Properties. Click Run whether user is logged on or not (in Windows 7 this is on the General tab). Click OK. You will be prompted to enter your Windows login password. When you are finished working for the day, log off your computer (instead of shutting down completely). The task will run as scheduled.
Command line/batch
When you build a target, Flare creates output files and places them in a folder named after the target, which is stored in a subfolder of your project called "Output." For example, let's say your project is stored here: C:\MyProject. In that case, after you generate output, the files would be stored here:
C:\MyProject\Output\MyName\TargetName
Depending on the output type associated with the target, the generated output might consist of many files.
Tip: Before building output, you might find it useful to open the internal Analyzer in order to check for issues, such as broken links. Even better, you can open the project in the external Analyzer application to obtain a more thorough assessment of the project before generating output. For more information see About Analyzer.
Note: You do not need to build the target to see how a particular topic will look in the final output. You can always preview topics as you develop your project by clicking
in the local toolbar of the XML Editor. If you click the face of the button, the topic preview is shown based on the format specified in the primary target. If you click the down arrow, you can select any of the targets in your project from a menu. The topic preview is then displayed using the output format specified in that target.
Note: Why does it take so long to generate output sometimes?
After building the final output, you can then move on to the final step: