|
@@ -10,16 +10,16 @@ |
|
|
<h2><a name="getting">Getting Ant</a></h2> |
|
|
<h2><a name="getting">Getting Ant</a></h2> |
|
|
<h3>Binary Edition</h3> |
|
|
<h3>Binary Edition</h3> |
|
|
<p>The latest stable version of Ant can be downloaded from <a |
|
|
<p>The latest stable version of Ant can be downloaded from <a |
|
|
href="http://jakarta.apache.org/builds/ant/release/v1.4/bin/"> |
|
|
|
|
|
http://jakarta.apache.org/builds/ant/release/v1.4/bin/</a>. |
|
|
|
|
|
|
|
|
href="http://jakarta.apache.org/builds/ant/release/v1.4.1/bin/"> |
|
|
|
|
|
http://jakarta.apache.org/builds/ant/release/v1.4.1/bin/</a>. |
|
|
|
|
|
|
|
|
If you like living on the edge, you can download the latest version from <a |
|
|
If you like living on the edge, you can download the latest version from <a |
|
|
href="http://jakarta.apache.org/builds/ant/nightly/">http://jakarta.apache.org/builds/ant/nightly/</a>.</p> |
|
|
href="http://jakarta.apache.org/builds/ant/nightly/">http://jakarta.apache.org/builds/ant/nightly/</a>.</p> |
|
|
<h3>Source Edition</h3> |
|
|
<h3>Source Edition</h3> |
|
|
|
|
|
|
|
|
<p>If you prefer the source edition, you can download the source for the latest Ant release from <a |
|
|
<p>If you prefer the source edition, you can download the source for the latest Ant release from <a |
|
|
href="http://jakarta.apache.org/builds/ant/release/v1.4/src/"> |
|
|
|
|
|
http://jakarta.apache.org/builds/ant/release/v1.4/src/</a>. |
|
|
|
|
|
|
|
|
href="http://jakarta.apache.org/builds/ant/release/v1.4.1/src/"> |
|
|
|
|
|
http://jakarta.apache.org/builds/ant/release/v1.4.1/src/</a>. |
|
|
|
|
|
|
|
|
Again, if you prefer the edge, you can access |
|
|
Again, if you prefer the edge, you can access |
|
|
the code as it is being developed via CVS. The Jakarta website has details on |
|
|
the code as it is being developed via CVS. The Jakarta website has details on |
|
@@ -111,7 +111,7 @@ restrictions on the classes which may be loaded by an extension.</p> |
|
|
typically requires an external library to function. The optional tasks are |
|
|
typically requires an external library to function. The optional tasks are |
|
|
packaged separately from the core Ant tasks. This package is available in |
|
|
packaged separately from the core Ant tasks. This package is available in |
|
|
the same download directory as the core ant distribution. The current |
|
|
the same download directory as the core ant distribution. The current |
|
|
jar containing optional tasks is named <code>jakarta-ant-1.4-optional.jar</code>. |
|
|
|
|
|
|
|
|
jar containing optional tasks is named <code>jakarta-ant-1.4.1-optional.jar</code>. |
|
|
This jar should be downloaded and placed in the lib directory of your Ant |
|
|
This jar should be downloaded and placed in the lib directory of your Ant |
|
|
installation.</p> |
|
|
installation.</p> |
|
|
|
|
|
|
|
|