Imports another build file into the current project.
On execution it will read another Phing file into the same Project. Functionally it is nearly the same as copy and pasting the imported file onto the end of the importing file.
Table 42. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
file |
String |
The file to import. | n/a | Yes |
optional |
Boolean |
If true, do not stop the build if the file does not exist. | false |
No |