The macro waits for a file to become available.
The following table describes the macro specific attributes for the macro:
| Macro Specific Attributes | ||
| Attribute | Description | Required |
| file | The path to the file. The path can be an absolute path or a path relative to the base directory of the build file. | Yes |
| max | The maximum number of seconds to wait. The default is 5. | No |
| property | The name of the property to create if the wait times out. | No |
<FileWait file="mytext.txt" max="10"/>