manual/Tasks/ant.html [133:177]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

reference

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

propertyset

Since Ant 1.6.

You can specify a set of properties to be copied into the new project with propertysets.

target

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.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - manual/Tasks/antcall.html [108:152]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

reference

Used to choose references that shall be copied into the new project, optionally changing their id.

Attribute Description Required
name The name of the called target. Yes
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

propertyset

Since Ant 1.6.

You can specify a set of properties to be copied into the new project with propertysets.

target

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