You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2004/01/29 21:21:16 UTC

cvs commit: ant/docs index.html antnews.html

antoine     2004/01/29 12:21:16

  Modified:    .        Tag: ANT_16_BRANCH build.xml
               docs/manual Tag: ANT_16_BRANCH credits.html cover.html
               xdocs    Tag: ANT_16_BRANCH index.xml antnews.xml
               docs     Tag: ANT_16_BRANCH index.html antnews.html
  Log:
  Preparation for the ant1.6.1beta1 release
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.392.2.18 +2 -2      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.392.2.17
  retrieving revision 1.392.2.18
  diff -u -r1.392.2.17 -r1.392.2.18
  --- build.xml	13 Jan 2004 12:40:32 -0000	1.392.2.17
  +++ build.xml	29 Jan 2004 20:21:14 -0000	1.392.2.18
  @@ -25,8 +25,8 @@
     -->
     <property name="Name" value="Apache Ant"/>
     <property name="name" value="ant"/>
  -  <property name="version" value="1.6.0"/>
  -  <property name="manifest-version" value="1.6.0"/>
  +  <property name="version" value="1.6.1beta1"/>
  +  <property name="manifest-version" value="1.6.1"/>
     <property name="bootstrap.jar" value="ant-bootstrap.jar"/>
   
     <property name="ant.package" value="org/apache/tools/ant"/>
  
  
  
  No                   revision
  No                   revision
  1.23.2.5  +2 -2      ant/docs/manual/credits.html
  
  Index: credits.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/credits.html,v
  retrieving revision 1.23.2.4
  retrieving revision 1.23.2.5
  diff -u -r1.23.2.4 -r1.23.2.5
  --- credits.html	16 Dec 2003 14:48:11 -0000	1.23.2.4
  +++ credits.html	29 Jan 2004 20:21:14 -0000	1.23.2.5
  @@ -45,7 +45,7 @@
   </ul>
   
   <center>
  -<p>Version: 1.6.0<br>
  +<p>Version: 1.6.1beta1<br>
   $Id$</p>
   </center>
   <hr>
  
  
  
  1.6.2.4   +4 -4      ant/docs/manual/cover.html
  
  Index: cover.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/cover.html,v
  retrieving revision 1.6.2.3
  retrieving revision 1.6.2.4
  diff -u -r1.6.2.3 -r1.6.2.4
  --- cover.html	16 Dec 2003 14:48:11 -0000	1.6.2.3
  +++ cover.html	29 Jan 2004 20:21:15 -0000	1.6.2.4
  @@ -2,15 +2,15 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  -<title>Apache Ant 1.6 User Manual</title>
  +<title>Apache Ant 1.6.1beta1 User Manual</title>
   <link rel="stylesheet" type="text/css" href="stylesheets/antmanual.css">
   </head>
   
   <body bgcolor="#FFFFFF">
   <div align="center"> 
     <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
  -  <h1>Apache Ant 1.6.0 Manual</h1>
  -  <p align="left">This is the manual for version 1.6.0 of
  +  <h1>Apache Ant 1.6.1beta1 Manual</h1>
  +  <p align="left">This is the manual for version 1.6.1beta1 of
     <a href="http://ant.apache.org/index.html">Apache Ant</a>. 
       If your version 
       of Ant (as verified with <tt>ant -version</tt>) is older or newer than this 
  @@ -21,7 +21,7 @@
     <p>&nbsp;</p>
   </div>
   <hr>
  -<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2004 Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  No                   revision
  No                   revision
  1.52.2.3  +21 -24    ant/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/index.xml,v
  retrieving revision 1.52.2.2
  retrieving revision 1.52.2.3
  diff -u -r1.52.2.2 -r1.52.2.3
  --- index.xml	5 Dec 2003 00:11:56 -0000	1.52.2.2
  +++ index.xml	29 Jan 2004 20:21:15 -0000	1.52.2.3
  @@ -9,24 +9,34 @@
   
   <body>
   
  - <section name="Ant 1.6beta3">
  -    <p>Apache Ant 1.6beta3 is now available for <a
  -    href="http://cvs.apache.org/dist/ant/v1.6beta3/">download</a>.  As
  +  <section name="Ant 1.6.1beta1">
  +    <p>Apache Ant 1.6.1beta1 is now available for <a
  +      href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
  +    <p>The ASF Board has approved the new Apache License 2.0.
  +    For a copy of that license, please see
  +    <a href="http://www.apache.org/licenses/">
  +    http://www.apache.org/licenses/</a>.</p>
  +    <p>The Ant 1.6.1 final release will probably be delivered with the
  +    Apache License 2.0, pending the result of a vote.</p>
  +    <p>Ant 1.6.1beta1 fixes several bugs, most notably the handling
  +    of the default namespace for nested elements.</p>
  +    <p>Ant 1.6.1beta1 also introduces initial support for compiling with
  +    Java 1.5.</p>
  +    <p>The manual of Ant 1.6.1beta1 is available on line
  +    <a href="manual-1.6.1beta1/"> here</a>.</p>
  +  </section>
  +
  + <section name="Ant 1.6.0">
  +   <p>Apache Ant 1.6.0 is available since December 18, 2003 for <a
  +    href="http://ant.apache.org/bindownload.cgi">download</a>.  As
       we've already said in the announcements of Ant 1.5.4, this release
       requires JDK 1.2 or later to run.</p>
   
  -    <p>We encourage user to give this beta a release a try and report
  -    any bugs found so that we get a chance to fix them before we make
  -    the final release of Ant 1.6.</p>
  -
  -    <p>Ant 1.6 adds a lot of new features, most prominently support
  +    <p>Ant 1.6.0 adds a lot of new features, most prominently support
       for XML namespaces as well as a new concept of Ant libraries that
       makes use of namespaces to avoid name clashes of custom tasks.
       For a longer list of fixed bugs and new features see the release
       notes.</p>
  -    
  -    <p>The manual of Ant 1.6 is available on line 
  -    <a href="manual-1.6beta/"> here</a>.</p>
   
       <p>If you find anything that hasn't been covered in the manual (I bet you
   did) or could be explained better, feel free to help us out in the
  @@ -34,19 +44,6 @@
   
    </section>
   
  - <section name="Ant 1.5.4">
  -    <p>Apache Ant 1.5.4 is now available for
  -     <a href="http://ant.apache.org/bindownload.cgi">download</a>.
  -    </p>
  -
  -    <div class="warning">
  -    <div class="label">Note</div>
  -    <div class="content">Ant 1.5.4 will be the last release that supports
  -      JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or
  -      later
  -    </div>
  -    </div>
  -  </section>
     <section name="Apache Ant">
   
   <p>
  
  
  
  1.48.2.2  +40 -32    ant/xdocs/antnews.xml
  
  Index: antnews.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/antnews.xml,v
  retrieving revision 1.48.2.1
  retrieving revision 1.48.2.2
  diff -u -r1.48.2.1 -r1.48.2.2
  --- antnews.xml	5 Dec 2003 00:12:40 -0000	1.48.2.1
  +++ antnews.xml	29 Jan 2004 20:21:15 -0000	1.48.2.2
  @@ -9,25 +9,33 @@
     </properties>
   
   <body>
  -   <section name="Ant 1.6beta3">
  -    <h3>December 5, 2003 - Ant 1.6beta3 Available</h3>
  -    <p>Apache Ant 1.6beta3 is now available for <a
  -    href="http://cvs.apache.org/dist/ant/v1.6beta3/">download</a>.  As
  +  <section name="Ant 1.6.1beta1">
  +    <h3>January 29, 2004 - Ant 1.6.1beta1 Available</h3>
  +    <p>Apache Ant 1.6.1beta1 is now available for <a
  +      href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
  +    <p>The ASF Board has approved the new Apache License 2.0.
  +    For a copy of that license, please see
  +    <a href="http://www.apache.org/licenses/">
  +    http://www.apache.org/licenses/</a>.</p>
  +    <p>The Ant 1.6.1 final release will probably be delivered with the
  +    Apache License 2.0, pending the result of a vote.</p>
  +    <p>Ant 1.6.1beta1 fixes several bugs, most notably the handling
  +    of the default namespace for nested elements.</p>
  +    <p>Ant 1.6.1beta1 also introduces initial support for compiling with
  +    Java 1.5.</p>
  +  </section>
  +   <section name="Ant 1.6.0">
  +    <h3>December 18, 2003 - Ant 1.6.0 Available</h3>
  +    <p>Apache Ant 1.6.0 is now available for <a
  +    href="http://ant.apache.org/bindownload.cgi">download</a>.  As
       we've already said in the announcements of Ant 1.5.4, this release
       requires JDK 1.2 or later to run.</p>
   
  -    <p>We encourage user to give this beta a release a try and report
  -    any bugs found so that we get a chance to fix them before we make
  -    the final release of Ant 1.6.</p>
  -
  -    <p>Ant 1.6 adds a lot of new features, most prominently support
  +    <p>Ant 1.6.0 adds a lot of new features, most prominently support
       for XML namespaces as well as a new concept of Ant libraries that
       makes use of namespaces to avoid name clashes of custom tasks.
       For a longer list of fixed bugs and new features see the release
       notes.</p>
  -    
  -    <p>The manual of Ant 1.6 is available on line 
  -    <a href="manual-1.6beta/"> here</a>.</p>
   
       <p>If you find anything that hasn't been covered in the manual (I bet you
   did) or could be explained better, feel free to help us out in the
  @@ -35,26 +43,6 @@
   
      </section>
   
  -  <section name="Ant 1.5.4">
  -    <h3>August 12, 2003 - Ant 1.5.4 Available</h3>
  -    <p>Apache Ant 1.5.4 is now available for 
  -     <a href="http://ant.apache.org/bindownload.cgi">download</a>. 
  -    </p>
  -    
  -    <p>This is a minor bugfix release that fixes a problem with the
  -    <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the
  -    Visual Age for Java intergration tasks.  If you don't use javah or
  -    VAJ, there is no reason to upgrade.</p>
  -
  -    <div class="warning">
  -    <div class="label">Note</div>
  -    <div class="content">Ant 1.5.4 will be the last release that supports
  -      JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or
  -      later.
  -    </div>
  -    </div>
  -  </section>
  -
     <section name="Java Pro 2003 Readers Choice Award">
       <a href="http://www.ftponline.com/javapro/">
         <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a>
  @@ -72,6 +60,26 @@
         <a href="http://www.ftponline.com/reports/javaone/2003/awards/">awards</a>
         at the Java Pro website.
       </p>
  +  </section>
  +
  +  <section name="Ant 1.5.4">
  +    <h3>August 12, 2003 - Ant 1.5.4 Available</h3>
  +    <p>Apache Ant 1.5.4 is still available for
  +     <a href="http://archive.apache.org/dist/ant">download</a>.
  +    </p>
  +
  +    <p>This is a minor bugfix release that fixes a problem with the
  +    <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the
  +    Visual Age for Java intergration tasks.  If you don't use javah or
  +    VAJ, there is no reason to upgrade.</p>
  +
  +    <div class="warning">
  +    <div class="label">Note</div>
  +    <div class="content">Ant 1.5.4 is the last release that supports
  +      JDK 1.1. Ant 1.6.0 requires JDK 1.2 or
  +      later.
  +    </div>
  +    </div>
     </section>
   
     <section name="JDJ Editors Choice Award">
  
  
  
  No                   revision
  No                   revision
  1.287.2.4 +21 -23    ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/index.html,v
  retrieving revision 1.287.2.3
  retrieving revision 1.287.2.4
  diff -u -r1.287.2.3 -r1.287.2.4
  --- index.html	7 Jan 2004 07:32:08 -0000	1.287.2.3
  +++ index.html	29 Jan 2004 20:21:15 -0000	1.287.2.4
  @@ -169,39 +169,37 @@
     <div class="content">
       <h1 class="title">Welcome</h1>
               <h3 class="section">
  -      <a name="Ant 1.6beta3"></a>
  -      Ant 1.6beta3
  +      <a name="Ant 1.6.1beta1"></a>
  +      Ant 1.6.1beta1
       </h3>
  -                        <p>Apache Ant 1.6beta3 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6beta3/">download</a>.  As
  +                        <p>Apache Ant 1.6.1beta1 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
  +                                <p>The ASF Board has approved the new Apache License 2.0.
  +    For a copy of that license, please see
  +    <a href="http://www.apache.org/licenses/">
  +    http://www.apache.org/licenses/</a>.</p>
  +                                <p>The Ant 1.6.1 final release will probably be delivered with the
  +    Apache License 2.0, pending the result of a vote.</p>
  +                                <p>Ant 1.6.1beta1 fixes several bugs, most notably the handling
  +    of the default namespace for nested elements.</p>
  +                                <p>Ant 1.6.1beta1 also introduces initial support for compiling with
  +    Java 1.5.</p>
  +                                <p>The manual of Ant 1.6.1beta1 is available on line
  +    <a href="manual-1.6.1beta1/"> here</a>.</p>
  +                        <h3 class="section">
  +      <a name="Ant 1.6.0"></a>
  +      Ant 1.6.0
  +    </h3>
  +                        <p>Apache Ant 1.6.0 is available since December 18, 2003 for <a href="http://ant.apache.org/bindownload.cgi">download</a>.  As
       we've already said in the announcements of Ant 1.5.4, this release
       requires JDK 1.2 or later to run.</p>
  -                                <p>We encourage user to give this beta a release a try and report
  -    any bugs found so that we get a chance to fix them before we make
  -    the final release of Ant 1.6.</p>
  -                                <p>Ant 1.6 adds a lot of new features, most prominently support
  +                                <p>Ant 1.6.0 adds a lot of new features, most prominently support
       for XML namespaces as well as a new concept of Ant libraries that
       makes use of namespaces to avoid name clashes of custom tasks.
       For a longer list of fixed bugs and new features see the release
       notes.</p>
  -                                <p>The manual of Ant 1.6 is available on line 
  -    <a href="manual-1.6beta/"> here</a>.</p>
                                   <p>If you find anything that hasn't been covered in the manual (I bet you
   did) or could be explained better, feel free to help us out in the
   <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?NewAntFeaturesInDetail">Wiki </a>.</p>
  -                        <h3 class="section">
  -      <a name="Ant 1.5.4"></a>
  -      Ant 1.5.4
  -    </h3>
  -                        <p>Apache Ant 1.5.4 is now available for
  -     <a href="http://ant.apache.org/bindownload.cgi">download</a>.
  -    </p>
  -                                <div class="warning">
  -    <div class="label">Note</div>
  -    <div class="content">Ant 1.5.4 will be the last release that supports
  -      JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or
  -      later
  -    </div>
  -    </div>
                           <h3 class="section">
         <a name="Apache Ant"></a>
         Apache Ant
  
  
  
  1.77.2.3  +40 -29    ant/docs/antnews.html
  
  Index: antnews.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/antnews.html,v
  retrieving revision 1.77.2.2
  retrieving revision 1.77.2.3
  diff -u -r1.77.2.2 -r1.77.2.3
  --- antnews.html	7 Jan 2004 07:32:07 -0000	1.77.2.2
  +++ antnews.html	29 Jan 2004 20:21:15 -0000	1.77.2.3
  @@ -171,46 +171,38 @@
     <div class="content">
       <h1 class="title">News</h1>
               <h3 class="section">
  -      <a name="Ant 1.6beta3"></a>
  -      Ant 1.6beta3
  +      <a name="Ant 1.6.1beta1"></a>
  +      Ant 1.6.1beta1
       </h3>
  -                        <h3>December 5, 2003 - Ant 1.6beta3 Available</h3>
  -                                <p>Apache Ant 1.6beta3 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6beta3/">download</a>.  As
  +                        <h3>January 29, 2004 - Ant 1.6.1beta1 Available</h3>
  +                                <p>Apache Ant 1.6.1beta1 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
  +                                <p>The ASF Board has approved the new Apache License 2.0.
  +    For a copy of that license, please see
  +    <a href="http://www.apache.org/licenses/">
  +    http://www.apache.org/licenses/</a>.</p>
  +                                <p>The Ant 1.6.1 final release will probably be delivered with the
  +    Apache License 2.0, pending the result of a vote.</p>
  +                                <p>Ant 1.6.1beta1 fixes several bugs, most notably the handling
  +    of the default namespace for nested elements.</p>
  +                                <p>Ant 1.6.1beta1 also introduces initial support for compiling with
  +    Java 1.5.</p>
  +                        <h3 class="section">
  +      <a name="Ant 1.6.0"></a>
  +      Ant 1.6.0
  +    </h3>
  +                        <h3>December 18, 2003 - Ant 1.6.0 Available</h3>
  +                                <p>Apache Ant 1.6.0 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.  As
       we've already said in the announcements of Ant 1.5.4, this release
       requires JDK 1.2 or later to run.</p>
  -                                <p>We encourage user to give this beta a release a try and report
  -    any bugs found so that we get a chance to fix them before we make
  -    the final release of Ant 1.6.</p>
  -                                <p>Ant 1.6 adds a lot of new features, most prominently support
  +                                <p>Ant 1.6.0 adds a lot of new features, most prominently support
       for XML namespaces as well as a new concept of Ant libraries that
       makes use of namespaces to avoid name clashes of custom tasks.
       For a longer list of fixed bugs and new features see the release
       notes.</p>
  -                                <p>The manual of Ant 1.6 is available on line 
  -    <a href="manual-1.6beta/"> here</a>.</p>
                                   <p>If you find anything that hasn't been covered in the manual (I bet you
   did) or could be explained better, feel free to help us out in the
   <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?NewAntFeaturesInDetail">Wiki </a>.</p>
                           <h3 class="section">
  -      <a name="Ant 1.5.4"></a>
  -      Ant 1.5.4
  -    </h3>
  -                        <h3>August 12, 2003 - Ant 1.5.4 Available</h3>
  -                                <p>Apache Ant 1.5.4 is now available for 
  -     <a href="http://ant.apache.org/bindownload.cgi">download</a>. 
  -    </p>
  -                                <p>This is a minor bugfix release that fixes a problem with the
  -    <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the
  -    Visual Age for Java intergration tasks.  If you don't use javah or
  -    VAJ, there is no reason to upgrade.</p>
  -                                <div class="warning">
  -    <div class="label">Note</div>
  -    <div class="content">Ant 1.5.4 will be the last release that supports
  -      JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or
  -      later.
  -    </div>
  -    </div>
  -                        <h3 class="section">
         <a name="Java Pro 2003 Readers Choice Award"></a>
         Java Pro 2003 Readers Choice Award
       </h3>
  @@ -229,6 +221,25 @@
         <a href="http://www.ftponline.com/reports/javaone/2003/awards/">awards</a>
         at the Java Pro website.
       </p>
  +                        <h3 class="section">
  +      <a name="Ant 1.5.4"></a>
  +      Ant 1.5.4
  +    </h3>
  +                        <h3>August 12, 2003 - Ant 1.5.4 Available</h3>
  +                                <p>Apache Ant 1.5.4 is still available for
  +     <a href="http://archive.apache.org/dist/ant">download</a>.
  +    </p>
  +                                <p>This is a minor bugfix release that fixes a problem with the
  +    <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the
  +    Visual Age for Java intergration tasks.  If you don't use javah or
  +    VAJ, there is no reason to upgrade.</p>
  +                                <div class="warning">
  +    <div class="label">Note</div>
  +    <div class="content">Ant 1.5.4 is the last release that supports
  +      JDK 1.1. Ant 1.6.0 requires JDK 1.2 or
  +      later.
  +    </div>
  +    </div>
                           <h3 class="section">
         <a name="JDJ Editors Choice Award"></a>
         JDJ Editors Choice Award
  
  
  

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