From 7c2ec95158fdc2f8b36b699b40fa87787192a4c8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 29 Oct 2001 09:33:27 +0000 Subject: [PATCH] clarify documentation for task. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269830 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/ant.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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