diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index c23062d13..6b48c697c 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -11,7 +11,7 @@

Description

Runs Ant on a supplied buildfile. This can be used to build -subprojects. This task must no be used outside of a +subprojects. This task must not be used outside of a target if it invoces the same build file it is part of.

@@ -63,7 +63,7 @@ inside of targets.

dir - the directory to use as a basedir for the new Ant project. + 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 @@ -85,13 +85,13 @@ inside of targets.

No - inheritAll + inheritAll If true, pass all properties to the new Ant project. Defaults to true. No - inheritRefs + inheritRefs If true, pass all references to the new Ant project. Defaults to false. No @@ -106,7 +106,7 @@ task. Note that the refid attribute points to a reference in the calling project, not in the new one.

reference

-

Used to chose references that shall be copied into the new project, +

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

@@ -248,4 +248,3 @@ Reserved.

- diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index ebaabc13f..562db52fa 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -19,7 +19,7 @@ available in the new project. Alternatively, you can set the inheritAll attribute to false and only "user" properties (i.e., those passed on the command-line) will be passed to the new project. In either case, the set of -properties passed to the new project will override the properties that +properties passed to the new project will override the properties that are set in the new project (See also the property task).

You can also set properties in the new project from the old project by using nested param tags. These properties are always passed @@ -38,10 +38,10 @@ inside of targets.

When a target is invoked by antcall, all of its dependent targets will also be called within the context of any new parameters. For example. if -the target "doSomethingElse" depended on the target "init", then the -antcall of "doSomethingElse" will call "init" during the call. -Of course, any properties defined in the antcall task or inherited from the calling target -will be fixed and not overridable in the init task -or indeed in the "doSomethingElse" task. +the target "doSomethingElse" depended on the target "init", then the +antcall of "doSomethingElse" will call "init" during the call. +Of course, any properties defined in the antcall task or inherited from the calling target +will be fixed and not overridable in the init task -or indeed in the "doSomethingElse" task.

If the build file changes after you've started the build, the @@ -67,11 +67,11 @@ behavior of this task is undefined.

- + - +
No
inheritRefsinheritRefs If true, pass all references to the new Ant project. Defaults to false. No

Note on inheritRefs

@@ -91,7 +91,7 @@ attribute).

href="property.html">property for usage guidelines.

reference

-

Used to chose references that shall be copied into the new project, +

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

@@ -148,4 +148,3 @@ Reserved.

-