Author: jhm
Date: Wed Sep 19 00:29:05 2007
New Revision: 577183
URL:
http://svn.apache.org/viewvc?rev=577183&view=rev
Log:
some notes about the file types of the distribution
Modified:
ant/core/trunk/docs/manual/install.html
Modified: ant/core/trunk/docs/manual/install.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/ma
nual/install.html?rev=577183&r1=577182&r2=577183&
;view=diff
============================================================
==================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Wed Sep 19
00:29:05 2007
 -25,6
+25,65 
<body>
<h1>Installing Ant</h1>
<h2><a name="getting">Getting
Ant</a></h2>
+
+<h3>Download Area Layout</h3>
+<table>
+<tr>
+ <th>Filename</th>
+ <th>Description</th>
+</tr>
+<tr>
+ <td>KEYS</td>
+ <td>PGP-Keysfile. It contains the PGP-keys of Ant
developers so you can 'trust' the distribution. </td>
+</tr>
+<tr>
+ <td>RELEASE-NOTES-.html</td>
+ <td>
+ Release notes of the given version in HTML format. When
upgrading your Ant installation you
+ should have a look on the <i>Changes that could
break older environments</i> section.
+ </td>
+</tr>
+<tr>
+ <td>ant-current-bin.zip</td>
+ <td>
+ ZIP-Archive containing the compiled version of Ant in
the last released version. This is the file
+ most of the users want to have.
+ </td>
+</tr>
+<tr>
+ <td>ant-current-src.zip</td>
+ <td>
+ ZIP-Archive containing the sources of Ant. If you have
this you could compile Ant itself.
+ If you do not have the <i>required</i>
dependencies, the classes depeding on them are just not
+ build.
+ </td>
+</tr>
+<tr>
+ <td>ant-current-*.asc</td>
+ <td>
+ Security file for checking the correctness of the zip
file. This one is the
+ <a href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy"
target="_blank">PGP</a> key.
+ </td>
+</tr>
+<tr>
+ <td>ant-current-*.md5</td>
+ <td>
+ Security file for checking the correctness of the zip
file. This one is the
+ <a href="http://en.wiki
pedia.org/wiki/Md5"
target="_blank">MD5</a> key.
+ </td>
+</tr>
+<tr>
+ <td>ant-current-*.sha1</td>
+ <td>
+ Security file for checking the correctness of the zip
file. This one is the
+ <a href="http://en.wi
kipedia.org/wiki/SHA-1"
target="_blank">SHA1</a> key.
+ </td>
+</tr>
+
+</table>
+
+
+
<h3>Binary Edition</h3>
<p>The latest stable version of Ant is available from
the Ant web page <a
href="http://ant.apache.org/&q
uot; target="_top">http://ant.apache.o
rg/</a>.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|