diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index d6bf9cf9a..2f888b4cd 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -33,18 +33,24 @@ setting of inheritAll. This allows you to parameterize your subprojects.
antfile |
- the buildfile to use. Defaults to "build.xml". |
+ the buildfile to use. Defaults to
+ "build.xml". This file is expected to be a filename
+ relative to the dir attribute given. |
No |
dir |
the directory to use as a basedir for the new Ant project.
- Defaults to the current directory. |
+ Defaults to the current project's basedir, unless
+ ineritall has been set to false, in which case it doesn't
+ have a default value. This will override the basedir
+ setting of the called project.
No |
target |
- the target of the new Ant project that should be executed. |
+ the target of the new Ant project that should be executed.
+ Defaults to the new project's default target. |
No |