conor 01/08/18 06:27:22
Modified: docs/manual/OptionalTasks Tag: ANT_14_BRANCH depend.html
Log:
Document dump attribute on <depend> task
Revision Changes Path
No revision
No revision
1.2.2.2 +8 -2 jakarta-ant/docs/manual/OptionalTasks/depend.html
Index: depend.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/depend.html,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- depend.html 2001/08/17 11:00:51 1.2.2.1
+++ depend.html 2001/08/18 13:27:22 1.2.2.2
@@ -54,7 +54,7 @@
without having a direct relationship. With closure set, you will notice that
depend typically removes far more class files. </p>
-<p>The classpath attribute for <depend> is optional. If it is present,
+<p>The classpath attribute for <code><depend></code> is optional. If
it is present,
depend will check class dependencies against classes and jars on this
classpath.
Any classes which depend on an element from this classpath and which are
older
than that element will be deleted. A typical example where you would use
this
@@ -127,8 +127,14 @@
<td valign="top" align="center">No</td>
</tr>
<tr>
+ <td valign="top">dump</td>
+ <td valign="top">If true the dependency information will be written to
the debug level log
+ </td>
+ <td valign="top" align="center">No</td>
+ </tr>
+ <tr>
<td valign="top">classpath</td>
- <td valign="top">The classpath containg jars and classes for which
depend should also
+ <td valign="top">The classpath containg jars and classes for which
<code><depend></code> should also
check dependencies</td>
<td valign="top" align="center">No</td>
</tr>