bodewig 00/11/02 02:32:02
Modified: docs Tag: ANT_12_FIXES index.html
Log:
Moved the version from jakarta-site to jakarta-ant module.
Revision Changes Path
No revision
No revision
1.136.2.1 +7 -9 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.136
retrieving revision 1.136.2.1
diff -u -r1.136 -r1.136.2.1
--- index.html 2000/10/24 08:23:57 1.136
+++ index.html 2000/11/02 10:32:01 1.136.2.1
@@ -7,6 +7,11 @@
<body>
+<p><strong>This document is the User Manual for Ant 1.2. It is based
+on the documentation that shipped with the release of Ant 1.2 but
+contains clarifications and bug fixes committed after the release
+date.</strong></p>
+
<h1>Ant User Manual</h1>
<p>by</p>
<!-- Names are in alphabetical order, on last name -->
@@ -26,7 +31,7 @@
<li>Dave Walend (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
</ul>
-<p>Version 1.2 - 2000/10/24</p>
+<p>Version 1.2 - 2000/10/27</p>
<hr>
<h2>Table of Contents</h2>
@@ -382,7 +387,7 @@
<p>In addition Ant knows some built in properties:</p>
<ul>
<li>basedir - the absolute path of the project's basedir (as set
- with the basedir attribute of <project>.</li>
+ with the basedir attribute of <project>).</li>
<li>ant.file - the absolute path of the build file.</li>
<li>ant.java.version - the JVM version Ant detected. Currently it
can hold the values "1.1", "1.2" and
@@ -3092,13 +3097,6 @@
<td valign="top">additionalparam</td>
<td valign="top">Lets you add additional parameters to the javadoc
command line. Useful for doclets</td>
<td align="center" valign="top">1.2</td>
- <td align="center" valign="top">No</td>
- </tr>
- <tr>
- <td valign="top">failonerror</td>
- <td valign="top">Stop the buildprocess if the command exits with a
- returncode other than 0.</td>
- <td align="center" valign="top">all</td>
<td align="center" valign="top">No</td>
</tr>
</table>