manual/Tasks/ant.html [133:177]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Used to choose references that shall be copied into the new project, optionally changing their id.
Attribute | Description | Required |
---|---|---|
refid | The id of the reference in the calling project. | Yes |
torefid | The id of the reference in the new project. | No; defaults to the value of refid |
Since Ant 1.6.
You can specify a set of properties to be copied into the new project with propertysets.
Since Ant 1.6.3.
You can specify multiple targets using nested <target>
elements instead of
using the target attribute. These will be executed as if Ant had been invoked with a
single target whose dependencies are the targets so specified, in the order specified.
Attribute | Description | Required | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | The name of the called target. | Yes | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - manual/Tasks/antcall.html [108:152]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Attribute | Description | Required |
---|---|---|
refid | The id of the reference in the calling project. | Yes |
torefid | The id of the reference in the new project. | No; defaults to the value of refid |
Since Ant 1.6.
You can specify a set of properties to be copied into the new project with propertysets.
Since Ant 1.6.3.
You can specify multiple targets using nested <target>
elements instead of
using the target attribute. These will be executed as if Ant had been invoked with a
single target whose dependencies are the targets so specified, in the order specified.
Attribute | Description | Required |
---|---|---|
name | The name of the called target. | Yes | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -