ehatcher 2002/06/24 17:23:18
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH conditions.html
Log:
fix some mangled HTML
Revision Changes Path
No revision
No revision
1.9.2.3 +7 -5 jakarta-ant/docs/manual/CoreTasks/conditions.html
Index: conditions.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/conditions.html,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -r1.9.2.2 -r1.9.2.3
--- conditions.html 22 May 2002 17:39:58 -0000 1.9.2.2
+++ conditions.html 25 Jun 2002 00:23:18 -0000 1.9.2.3
@@ -164,9 +164,11 @@
<td valign="top">The full URL of the page to request. The web server must
return a status code of <<tt>errorsBeginAt</tt></td>
<td align="center">Yes.</td>
+ </tr>
+ <tr>
<td valign="top">errorsBeginAt</td>
<td valign="top">The lowest HTTP response code that signals an error;
- by default '400'; server errors, not-authorized, not-found and the like
+ by default '400'; server errors, not-authorized, not-found and the like
are detected</td>
<td align="center">No</td>
</tr>
@@ -263,8 +265,8 @@
<pre>
<istrue value="${someproperty}" />
<istrue value="false" />
-</pre>
-
+</pre>
+
<h4>isfalse</h4>
<p>Tests whether a string is not true, the negation of <istrue>
</p>
@@ -283,8 +285,8 @@
<pre>
<isfalse value="${someproperty}" />
<isfalse value="false" />
-</pre>
-
+</pre>
+
<hr>
<p align="center">Copyright © 2001-2002 Apache Software
Foundation. All rights Reserved.</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>