bodewig 01/08/24 06:25:29
Modified: docs/manual/CoreTasks Tag: ANT_14_BRANCH available.html
Log:
Add minimal documentation for <available>'s filepath attribute/element.
Revision Changes Path
No revision
No revision
1.4.2.1 +9 -0 jakarta-ant/docs/manual/CoreTasks/available.html
Index: available.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/available.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- available.html 2001/05/03 07:41:06 1.4
+++ available.html 2001/08/24 13:25:29 1.4.2.1
@@ -52,6 +52,11 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">filepath</td>
+ <td valign="top">The path to use when looking up <code>file</code>.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">classpathref</td>
<td valign="top">The classpath to use, given as a <a
href="../using.html#references">reference</a> to a path defined elsewhere.</td>
<td align="center" valign="top">No</td>
@@ -68,6 +73,10 @@
<p><code>Available</code>'s <code>classpath</code> attribute is a <a
href="../using.html#path">path-like structure</a> and can also be set via a
nested
<code><classpath></code> element.</p>
+<h4>filepath</h4>
+<p><code>Available</code>'s <code>filepath</code> attribute is a <a
+href="../using.html#path">path-like structure</a> and can also be set via a
nested
+<code><filepath></code> element.</p>
<h3>Examples</h3>
<pre> <available classname="org.whatever.Myclass"
property="Myclass.present"/></pre>
<p>sets the <code>Myclass.present</code> property to the value
"true"