summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2000-11-02 10:32:01 +0000
committerStefan Bodewig <bodewig@apache.org>2000-11-02 10:32:01 +0000
commit68c90b6d050e9910bd57184eec8b7bda30d29e8f (patch)
treec51237ca8b72c0766f131625024de5c89220240f
parentbe47cbc18f35e56bd93f3d2dc222145084046af8 (diff)
downloadant-68c90b6d050e9910bd57184eec8b7bda30d29e8f.tar.gz
Moved the version from jakarta-site to jakarta-ant module.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/branches/ANT_12_FIXES@268140 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/index.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/index.html b/docs/index.html
index 9a0b47029..319e4136d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</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 @@ name of the operating system.</p>
<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 &lt;project&gt;.</li>
+ with the basedir attribute of &lt;project&gt;).</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 &quot;1.1&quot;, &quot;1.2&quot; and
@@ -3094,13 +3099,6 @@ instead.</p>
<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>
<h3>Parameters specified as nested elements</h3>