diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index 72c51bbb9..8a12dce3b 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -286,6 +286,12 @@ targets so specified, in the order specified.

be the value specified on the command line - no matter how deeply nested into layers of build files the task may be.

+

The samae happens if the basedir is specified as a + nested <property> of an <ant> + task. The basedir of build files started at deeper levels will be + set to the specified value of the property element unless the + corresponding Ant tasks set the dir attribute explicitly.

+

Examples

 <ant antfile="subproject/subbuild.xml" target="compile"/>