Attribute | Description | Required |
antfile | the buildfile to use. Defaults to "build.xml". This file is expected to be a filename relative to the dir attribute given. | No |
dir | the directory to use as a basedir for the new Ant project. Defaults to the current project's basedir, unless inheritall has been set to false, in which case it doesn't have a default value. This will override the basedir setting of the called project. | No |
target | the target of the new Ant project that should be executed. Defaults to the new project's default target. | No |
output | Filename to write the ant output to. This is relative to the value of the dir attribute if it has been set or to the base directory of the current project otherwise. | No |
inheritAll | If true, pass all properties to the new Ant project. Defaults to true. | No |
inheritRefs | If true, pass all references to the new Ant project. Defaults to false. | No |