[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ant-dev
Subject:    cvs commit: ant/docs antnews.html faq.html index.html srcdownload.html bindownload.html
From:       antoine () apache ! org
Date:       2005-04-28 14:45:40
Message-ID: 20050428144540.41109.qmail () minotaur ! apache ! org
[Download RAW message or body]

antoine     2005/04/28 07:45:40

  Modified:    .        WHATSNEW
               xdocs    antnews.xml faq.xml index.xml srcdownload.xml
                        bindownload.xml
               docs     antnews.html faq.html index.html srcdownload.html
                        bindownload.html
  Log:
  Ant 1.6.3 release
  
  Revision  Changes    Path
  1.814     +2 -2      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.813
  retrieving revision 1.814
  diff -u -r1.813 -r1.814
  --- WHATSNEW	27 Apr 2005 09:44:16 -0000	1.813
  +++ WHATSNEW	28 Apr 2005 14:45:39 -0000	1.814
  @@ -187,8 +187,8 @@
   
   * added "backtrace" attribute to macrodef. Bugzilla report 27219.
   
  -Changes from Ant 1.6.2 to current Ant 1.6 CVS version
  -=====================================================
  +Changes from Ant 1.6.2 to Ant 1.6.3
  +===================================
   
   Changes that could break older environments:
   --------------------------------------------
  
  
  
  1.63      +10 -2     ant/xdocs/antnews.xml
  
  Index: antnews.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/antnews.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- antnews.xml	4 Apr 2005 08:01:13 -0000	1.62
  +++ antnews.xml	28 Apr 2005 14:45:39 -0000	1.63
  @@ -25,6 +25,14 @@
     </properties>
   
   <body>
  +  <section name="Ant 1.6.3">
  +    <h3>April 28, 2005 - Ant 1.6.3 Available</h3>
  +    <p>Apache Ant 1.6.3 is now available for <a
  +    href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  +    <p>There is a large list of fixed bugs and enhancements.</p>
  +    <p>Some of the bugs affecting the embedded use of Ant are fixed.</p>
  +  </section>
  +
     <section name="Antidote Retired">
       <h3>April 4th, 2005 - The Apache Ant Project Retires Antidote, the
       Ant GUI</h3>
  @@ -61,8 +69,8 @@
   
     <section name="Ant 1.6.2">
       <h3>July 16, 2004 - Ant 1.6.2 Available</h3>
  -    <p>Apache Ant 1.6.2 is now available for <a
  -    href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  +    <p>Apache Ant 1.6.2 available for <a
  +    href="http://archive.apache.org/dist/ant/">download</a>.</p>
       <p>Nested elements for namespaced tasks and types may belong to the
   Ant default namespace as well as the task's or type's namespace.</p>
       <p>All exceptions thrown by tasks are now wrapped in a
  
  
  
  1.69      +6 -0      ant/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/faq.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- faq.xml	18 Feb 2005 08:11:51 -0000	1.68
  +++ faq.xml	28 Apr 2005 14:45:39 -0000	1.69
  @@ -196,6 +196,12 @@
               <td>1.6.2</td>
               <td>16 July 2004</td>
             </tr>
  +
  +          <tr>
  +            <td>1.6.3</td>
  +            <td>28 April 2005</td>
  +          </tr>
  +
           </table>
         </answer>
       </faq>
  
  
  
  1.69      +4 -15     ant/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/index.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- index.xml	31 Mar 2005 21:15:04 -0000	1.68
  +++ index.xml	28 Apr 2005 14:45:39 -0000	1.69
  @@ -23,25 +23,14 @@
     </properties>
   
   <body>
  -  <section name="Ant 1.6.3beta1">
  -    <h3>March 31st, 2005 - Ant 1.6.3beta1 Available</h3>
  -    <p>Apache Ant 1.6.3beta1 is now available for <a
  -    href="http://cvs.apache.org/dist/ant/v1.6.3beta1">download</a>.</p>
  +  <section name="Ant 1.6.3">
  +    <h3>April 28, 2005 - Ant 1.6.3 Available</h3>
  +    <p>Apache Ant 1.6.3 is now available for <a
  +    href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
       <p>There is a large list of fixed bugs and enhancements.</p>
       <p>Some of the bugs affecting the embedded use of Ant are fixed.</p>
     </section>
   
  -  <section name="Ant 1.6.2">
  -    <h3>July 16, 2004 - Ant 1.6.2 Available</h3>
  -    <p>Apache Ant 1.6.2 is now available for <a
  -    href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  -    <p>Nested elements for namespaced tasks and types may belong to the
  -Ant default namespace as well as the task's or type's namespace.</p>
  -    <p>All exceptions thrown by tasks are now wrapped in a
  -buildexception giving the location in the buildfile of the task.</p>
  -    <p>Ant 1.6.2 fixes a large number of bugs and adds a number of
  -features which were asked for by users on Bugzilla.</p>
  -  </section>
   
     <section name="Apache Ant">
   
  
  
  
  1.26      +15 -15    ant/xdocs/srcdownload.xml
  
  Index: srcdownload.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- srcdownload.xml	3 Dec 2004 11:14:25 -0000	1.25
  +++ srcdownload.xml	28 Apr 2005 14:45:39 -0000	1.26
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!--
  -   Copyright 2001-2004 The Apache Software Foundation
  +   Copyright 2001-2005 The Apache Software Foundation
   
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
  @@ -71,12 +71,12 @@
   
   <section name="Current Release of Ant">
   
  -<p>Currently, Apache Ant 1.6.2 is the best available version, see the
  +<p>Currently, Apache Ant 1.6.3 is the best available version, see the
   <a href="[preferred]/ant/README.html">release notes</a>.</p>
   
   <div class="warning">
   <div class="label">Note</div>
  -<div class="content">Ant 1.6.2 has been released on 16-July-2004 and
  +<div class="content">Ant 1.6.3 has been released on 28-April-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
   <br></br>
  @@ -88,19 +88,19 @@
   
   <ul>
   <li><code>.zip</code> archive: 
  -<a href="[preferred]/ant/source/apache-ant-1.6.2-src.zip">apache-ant-1.6.2-src.zip</a>
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/source/apache-ant-1.6.3-src.zip">apache-ant-1.6.3-src.zip</a>
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.zip.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.zip.md5">MD5</a>]</li>
  
   <li><code>.tar.gz</code> archive: 
  -<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.gz">apache-ant-1.6.2-src.tar.gz</a>
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/source/apache-ant-1.6.3-src.tar.gz">apache-ant-1.6.3-src.tar.gz</a>
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.gz.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.gz.md5">MD5</a>]</li>
  
   <li><code>.tar.bz2</code> archive: 
  -<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.bz2">apache-ant-1.6.2-src.tar.bz2</a>
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/source/apache-ant-1.6.3-src.tar.bz2">apache-ant-1.6.3-src.tar.bz2</a>
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.bz2.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.bz2.md5">MD5</a>]</li>
  </ul>
   </section>
   
  @@ -138,17 +138,17 @@
   
   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.2-src.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.3-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.2-src.tar.gz.asc<br />
  +% pgp apache-ant-1.6.3-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.2-src.tar.gz.asc
  +% gpg --verify apache-ant-1.6.3-src.tar.gz.asc
   </code></p>
   
   <p>Alternatively, you can verify the MD5 signature on the files.  A
  
  
  
  1.28      +15 -15    ant/xdocs/bindownload.xml
  
  Index: bindownload.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/bindownload.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- bindownload.xml	3 Dec 2004 11:14:25 -0000	1.27
  +++ bindownload.xml	28 Apr 2005 14:45:39 -0000	1.28
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!--
  -   Copyright 2001-2004 The Apache Software Foundation
  +   Copyright 2001-2005 The Apache Software Foundation
   
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
  @@ -75,12 +75,12 @@
   
   <section name="Current Release of Ant">
   
  -<p>Currently, Apache Ant 1.6.2 is the best available version, see the
  +<p>Currently, Apache Ant 1.6.3 is the best available version, see the
   <a href="[preferred]/ant/README.html">release notes</a>.</p>
   
   <div class="warning">
   <div class="label">Note</div>
  -<div class="content">Ant 1.6.2 has been released on 16-July-2004 and
  +<div class="content">Ant 1.6.3 has been released on 28-April-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
   <br></br>
  @@ -92,19 +92,19 @@
   
   <ul>
   <li><code>.zip</code> archive: 
  -<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.zip">apache-ant-1.6.2-bin.zip</a>
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/binaries/apache-ant-1.6.3-bin.zip">apache-ant-1.6.3-bin.zip</a>
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.zip.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.zip.md5">MD5</a>]</li>
  
   <li><code>.tar.gz</code> archive: 
  -<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.gz">apache-ant-1.6.2-bin.tar.gz</a>
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/binaries/apache-ant-1.6.3-bin.tar.gz">apache-ant-1.6.3-bin.tar.gz</a>
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.gz.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.gz.md5">MD5</a>]</li>
  
   <li><code>.tar.bz2</code> archive: 
  -<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.bz2">apache-ant-1.6.2-bin.tar.bz2</a>
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/binaries/apache-ant-1.6.3-bin.tar.bz2">apache-ant-1.6.3-bin.tar.bz2</a>
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.bz2.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.bz2.md5">MD5</a>]</li>
  </ul>
   </section>
   
  @@ -142,17 +142,17 @@
   
   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.2-bin.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.3-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.2-bin.tar.gz.asc<br />
  +% pgp apache-ant-1.6.3-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.2-bin.tar.gz.asc
  +% gpg --verify apache-ant-1.6.3-bin.tar.gz.asc
   </code></p>
   
   <p>Alternatively, you can verify the MD5 signature on the files.  A
  
  
  
  1.100     +9 -1      ant/docs/antnews.html
  
  Index: antnews.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/antnews.html,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- antnews.html	25 Apr 2005 08:01:57 -0000	1.99
  +++ antnews.html	28 Apr 2005 14:45:39 -0000	1.100
  @@ -177,6 +177,14 @@
     <div class="content">
       <h1 class="title">News</h1>
               <h3 class="section">
  +      <a name="Ant 1.6.3"></a>
  +      Ant 1.6.3
  +    </h3>
  +                        <h3>April 28, 2005 - Ant 1.6.3 Available</h3>
  +                                <p>Apache Ant 1.6.3 is now available for <a \
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>  +                     \
<p>There is a large list of fixed bugs and enhancements.</p>  +                       \
<p>Some of the bugs affecting the embedded use of Ant are fixed.</p>  +               \
<h3 class="section">  <a name="Antidote Retired"></a>
         Antidote Retired
       </h3>
  @@ -210,7 +218,7 @@
         Ant 1.6.2
       </h3>
                           <h3>July 16, 2004 - Ant 1.6.2 Available</h3>
  -                                <p>Apache Ant 1.6.2 is now available for <a \
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>  +                     \
<p>Apache Ant 1.6.2 available for <a \
                href="http://archive.apache.org/dist/ant/">download</a>.</p>
                                   <p>Nested elements for namespaced tasks and types \
may belong to the  Ant default namespace as well as the task's or type's \
                namespace.</p>
                                   <p>All exceptions thrown by tasks are now wrapped \
in a  
  
  
  1.117     +10 -0     ant/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/faq.html,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- faq.html	18 Feb 2005 08:11:50 -0000	1.116
  +++ faq.html	28 Apr 2005 14:45:39 -0000	1.117
  @@ -616,6 +616,16 @@
             16 July 2004
         </td>
         </tr>
  +                  <tr>
  +                      <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          1.6.3
  +      </td>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          28 April 2005
  +      </td>
  +      </tr>
           </table>
                                   <p class="faq">
         <a name="no-gnu-tar"></a>
  
  
  
  1.312     +4 -16     ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/index.html,v
  retrieving revision 1.311
  retrieving revision 1.312
  diff -u -r1.311 -r1.312
  --- index.html	31 Mar 2005 21:16:53 -0000	1.311
  +++ index.html	28 Apr 2005 14:45:39 -0000	1.312
  @@ -173,26 +173,14 @@
     <div class="content">
       <h1 class="title">Welcome</h1>
               <h3 class="section">
  -      <a name="Ant 1.6.3beta1"></a>
  -      Ant 1.6.3beta1
  +      <a name="Ant 1.6.3"></a>
  +      Ant 1.6.3
       </h3>
  -                        <h3>March 31st, 2005 - Ant 1.6.3beta1 Available</h3>
  -                                <p>Apache Ant 1.6.3beta1 is now available for <a \
href="http://cvs.apache.org/dist/ant/v1.6.3beta1">download</a>.</p>  +                \
<h3>April 28, 2005 - Ant 1.6.3 Available</h3>  +                                \
<p>Apache Ant 1.6.3 is now available for <a \
                href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
                                   <p>There is a large list of fixed bugs and \
                enhancements.</p>
                                   <p>Some of the bugs affecting the embedded use of \
Ant are fixed.</p>  <h3 class="section">
  -      <a name="Ant 1.6.2"></a>
  -      Ant 1.6.2
  -    </h3>
  -                        <h3>July 16, 2004 - Ant 1.6.2 Available</h3>
  -                                <p>Apache Ant 1.6.2 is now available for <a \
                href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  -                                <p>Nested elements for namespaced tasks and types \
                may belong to the
  -Ant default namespace as well as the task's or type's namespace.</p>
  -                                <p>All exceptions thrown by tasks are now wrapped \
                in a
  -buildexception giving the location in the buildfile of the task.</p>
  -                                <p>Ant 1.6.2 fixes a large number of bugs and adds \
                a number of
  -features which were asked for by users on Bugzilla.</p>
  -                        <h3 class="section">
         <a name="Apache Ant"></a>
         Apache Ant
       </h3>
  
  
  
  1.54      +14 -14    ant/docs/srcdownload.html
  
  Index: srcdownload.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/srcdownload.html,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- srcdownload.html	27 Jan 2005 12:40:49 -0000	1.53
  +++ srcdownload.html	28 Apr 2005 14:45:39 -0000	1.54
  @@ -214,11 +214,11 @@
         <a name="Current Release of Ant"></a>
         Current Release of Ant
       </h3>
  -                        <p>Currently, Apache Ant 1.6.2 is the best available \
version, see the  +                        <p>Currently, Apache Ant 1.6.3 is the best \
available version, see the  <a href="[preferred]/ant/README.html">release \
notes</a>.</p>  <div class="warning">
   <div class="label">Note</div>
  -<div class="content">Ant 1.6.2 has been released on 16-July-2004 and
  +<div class="content">Ant 1.6.3 has been released on 28-April-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
                                   <br />
  @@ -229,19 +229,19 @@
   </div>
                                   <ul>
   <li><code>.zip</code> archive: 
  -<a href="[preferred]/ant/source/apache-ant-1.6.2-src.zip">apache-ant-1.6.2-src.zip</a>
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/source/apache-ant-1.6.3-src.zip">apache-ant-1.6.3-src.zip</a>
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.zip.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.zip.md5">MD5</a>]</li>
  
   <li><code>.tar.gz</code> archive: 
  -<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.gz">apache-ant-1.6.2-src.tar.gz</a>
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/source/apache-ant-1.6.3-src.tar.gz">apache-ant-1.6.3-src.tar.gz</a>
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.gz.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.gz.md5">MD5</a>]</li>
  
   <li><code>.tar.bz2</code> archive: 
  -<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.bz2">apache-ant-1.6.2-src.tar.bz2</a>
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/source/apache-ant-1.6.3-src.tar.bz2">apache-ant-1.6.3-src.tar.bz2</a>
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.bz2.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.3-src.tar.bz2.md5">MD5</a>]</li>
  </ul>
                           <h3 class="section">
         <a name="Nightly Builds"></a>
  @@ -272,17 +272,17 @@
   using</p>
                                   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.2-src.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.3-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.2-src.tar.gz.asc<br />
  +% pgp apache-ant-1.6.3-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.2-src.tar.gz.asc
  +% gpg --verify apache-ant-1.6.3-src.tar.gz.asc
   </code></p>
                                   <p>Alternatively, you can verify the MD5 signature \
on the files.  A  unix program called <code>md5</code> or <code>md5sum</code> is
  
  
  
  1.57      +14 -14    ant/docs/bindownload.html
  
  Index: bindownload.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/bindownload.html,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- bindownload.html	27 Jan 2005 12:40:49 -0000	1.56
  +++ bindownload.html	28 Apr 2005 14:45:39 -0000	1.57
  @@ -216,11 +216,11 @@
         <a name="Current Release of Ant"></a>
         Current Release of Ant
       </h3>
  -                        <p>Currently, Apache Ant 1.6.2 is the best available \
version, see the  +                        <p>Currently, Apache Ant 1.6.3 is the best \
available version, see the  <a href="[preferred]/ant/README.html">release \
notes</a>.</p>  <div class="warning">
   <div class="label">Note</div>
  -<div class="content">Ant 1.6.2 has been released on 16-July-2004 and
  +<div class="content">Ant 1.6.3 has been released on 28-April-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
                                   <br />
  @@ -231,19 +231,19 @@
   </div>
                                   <ul>
   <li><code>.zip</code> archive: 
  -<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.zip">apache-ant-1.6.2-bin.zip</a>
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/binaries/apache-ant-1.6.3-bin.zip">apache-ant-1.6.3-bin.zip</a>
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.zip.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.zip.md5">MD5</a>]</li>
  
   <li><code>.tar.gz</code> archive: 
  -<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.gz">apache-ant-1.6.2-bin.tar.gz</a>
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/binaries/apache-ant-1.6.3-bin.tar.gz">apache-ant-1.6.3-bin.tar.gz</a>
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.gz.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.gz.md5">MD5</a>]</li>
  
   <li><code>.tar.bz2</code> archive: 
  -<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.bz2">apache-ant-1.6.2-bin.tar.bz2</a>
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.asc">PGP</a>]
                
  -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.md5">MD5</a>]</li>
  +<a href="[preferred]/ant/binaries/apache-ant-1.6.3-bin.tar.bz2">apache-ant-1.6.3-bin.tar.bz2</a>
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.bz2.asc">PGP</a>]
  +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.tar.bz2.md5">MD5</a>]</li>
  </ul>
                           <h3 class="section">
         <a name="Nightly Builds"></a>
  @@ -274,17 +274,17 @@
   using</p>
                                   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.2-bin.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.3-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.2-bin.tar.gz.asc<br />
  +% pgp apache-ant-1.6.3-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.2-bin.tar.gz.asc
  +% gpg --verify apache-ant-1.6.3-bin.tar.gz.asc
   </code></p>
                                   <p>Alternatively, you can verify the MD5 signature \
on the files.  A  unix program called <code>md5</code> or <code>md5sum</code> is
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic