diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index 50e7eb589..72c51bbb9 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -80,11 +80,14 @@ inside of targets.
If you add even deeper levels of nesting, things get even more complicated and you need to apply the above table recursively.
+If the basedir of the outer most build has been specified as a
+ property on the command line (i.e. -Dbasedir=some-value
+ or a -propertyfile
argument) the value provided will
+ get an even higher priority. For any <ant>
task
+ that doesn't specify a dir attribute, the new project's basedir will
+ be the value specified on the command line - no matter how deeply
+ nested into layers of build files the task may be.
<ant antfile="subproject/subbuild.xml" target="compile"/>