bodewig 01/10/29 01:33:27
Modified: docs/manual/CoreTasks ant.html
Log:
clarify documentation for <ant> task.
Revision Changes Path
1.4 +9 -3 jakarta-ant/docs/manual/CoreTasks/ant.html
Index: ant.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/ant.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant.html 2001/07/10 13:23:29 1.3
+++ ant.html 2001/10/29 09:33:27 1.4
@@ -33,18 +33,24 @@
</tr>
<tr>
<td valign="top">antfile</td>
- <td valign="top">the buildfile to use. Defaults to
"build.xml".</td>
+ <td valign="top">the buildfile to use. Defaults to
+ "build.xml". This file is expected to be a filename
+ relative to the dir attribute given.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">dir</td>
<td valign="top">the directory to use as a basedir for the new Ant
project.
- Defaults to the current directory.</td>
+ 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.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">target</td>
- <td valign="top">the target of the new Ant project that should be
executed.</td>
+ <td valign="top">the target of the new Ant project that should be
executed.
+ Defaults to the new project's default target.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>