file>include
<file>
| |||
|---|---|---|---|
| Description | Includes the specified file name as if its contents
would be written instead of the include property.
For technical reasons you have to supply the optional pair of curly brackets if the include is followed immediately by a macro that is defined within the included file. | ||
| Attributes | Name | Type | Description |
file | STRING | ||
| Optional Attributes | taskprefix | ||
| Context | The TJP File, project, | ||
| Inheritable | No | Scenario Spec. | No |
| See also | export | ||
project yourId "Your Project" "1.0" 2005-04-05 2005-05-01
task main "Main task" {
}
include "Include2.tji" { taskprefix main }