diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index 1b4c65f43..2924453a3 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -12,7 +12,7 @@

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

When the antfile attribute is omitted, the file "build.xml" diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index 1fc80f3a3..c8f8657b2 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -10,9 +10,9 @@

AntCall

Description

-

Call another target within the same build-file optionally -specifying some properties (param's in this context). This -task must no be used outside of a target.

+

Call another target within the same buildfile optionally +specifying some properties (params in this context). This +task must not be used outside of a target.

By default, all of the properties of the current project will be available in the new project. Alternatively, you can @@ -41,7 +41,7 @@ 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. +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