Summary
Compiles a Microsoft HTML Help 2.0 Project.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Base Types
-
- ExternalProgramBase
graph BT
Type-->Base0["ExternalProgramBase"]
Type["HxCompTask"]
class Type type-node
Syntax
[TaskName("hxcomp")]
public class HxCompTask : ExternalProgramBase
Examples
Compile a help file.
<hxcomp contents="MyContents.HxC" output="MyHelpFile.HxS" projectroot="HelpSourceFolder" />
Attributes
| Type | Description |
|---|---|
| TaskName |
Properties
| Name | Value | Summary |
|---|---|---|
| Contents | string |
The name of the contents (.HxC) file.
|
| LogFile | string |
ANSI/DBCS log filename.
|
| NoErrors | bool |
Generate no error messages.
|
| NoInformation | bool |
Generate no informational messages.
|
| NoWarnings | bool |
Generate no warning messages.
|
| OutputFile | string |
Output (.HxS) filename.
|
| ProgramArguments | string |
Arguments of program to execute
|
| ProgramFileName | string | |
| ProjectRoot | string |
Root directory containing Help 2.0 project files.
|
| UncompileFile | string |
File to be decompiled.
|
| UncompileOutputDir | string |
Directory to place decompiled files into.
|
| UnicodeLogFile | string |
Unicode log filename.
|
Methods
| Name | Value | Summary |
|---|---|---|
| ExecuteTask |
void | |
| Initialize |
void |
